您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. The Recurrence Dynamics of Social Tagging

  2. The Recurrence Dynamics of Social Tagging www-2009
  3. 所属分类:专业指导

    • 发布日期:2009-06-13
    • 文件大小:679936
    • 提供者:nostalgiatom
  1. Fibonacci number

  2. Fibonacci number In mathematics, the Fibonacci numbers form a sequence defined by the following recurrence relation:
  3. 所属分类:专业指导

  1. Data.Structures.and.Algorithm.Analysis

  2. This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of
  3. 所属分类:C

    • 发布日期:2009-10-19
    • 文件大小:2097152
    • 提供者:lgm97
  1. IP traffic theory and performance

  2. 目录 Contents 1 Introduction to IP Traffic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1 TCP/IP Architecture Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1.1 Physical Layer . . . . . . . . . . . . .
  3. 所属分类:网络基础

    • 发布日期:2010-01-06
    • 文件大小:13631488
    • 提供者:feilovemichael
  1. Mathematical Methods for Physicists 第六版

  2. 1 Vector Analysis 1 1.1 Definitions, Elementary Approach 1 1.2 Rotation of the Coordinate Axes 7 1.3 Scalar or Dot Product 12 1.4 Vector or Cross Product 18 1.5 Triple Scalar Product, Triple Vector Product 25 1.6 Gradient, V 32 1.7 Divergence, V 38
  3. 所属分类:硬件开发

    • 发布日期:2010-09-12
    • 文件大小:8388608
    • 提供者:osoon
  1. Pearls of discrete mathematics

  2. Pearls of discrete mathematics Pearls of discrete mathematicsPearls of discrete mathematicsPearls of discrete mathematicsPearls of discrete mathematicsPearls of discrete mathematicsPearls of discrete mathematicsPearls of discrete mathematicsPearls o
  3. 所属分类:专业指导

    • 发布日期:2010-12-25
    • 文件大小:1048576
    • 提供者:zjyivad
  1. 算法概论[Algorithms].pdf

  2. algorithms Fibonacci 03 Big-O notation Exercises 1 Algorithms with numbers 21 11 Basic arithmetic 12 Modular arithmetic 13 Primality testing 14 Cryptography 15 Universal hashing Exercises Randomized algorithms: a virtual chapter 38 2 Divide-and-conq
  3. 所属分类:专业指导

    • 发布日期:2011-03-21
    • 文件大小:1048576
    • 提供者:lsbmaincpp
  1. Visual Recurrence Plot

  2. Version 4.2 of VRA is a completely functional and a practically unlimited version of VRA and is free for use, copying, and distribution if it is used for academic/educational purposes. The only limitation that VRA has is that it will not let you sav
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:2097152
    • 提供者:chenxh
  1. Data Structures and Algorithm Analysis in C - Mark Allen Weiss.chm

  2. PREFACE Purpose/Goals This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can h
  3. 所属分类:C

    • 发布日期:2012-12-02
    • 文件大小:2097152
    • 提供者:laoli666
  1. Handbook Of Discrete And Combinatorial Mathematics

  2. The importance of discrete and combinatorial mathematics has increased dramatically within the last few years. The purpose of the Handbook of Discrete and Combinatorial Mathematics is to provide a comprehensive reference volume for computer scientis
  3. 所属分类:其它

    • 发布日期:2012-12-13
    • 文件大小:9437184
    • 提供者:henrya2
  1. Algorithms_and_Data_Structures_in_C++

  2. Index A Acyclic graph 66 Adder CLA adder module 200 CLA adder, 16 bit 203 full 189 half 189 output delay for half adder 193 2’s Complement 4 bit adder 192 Addition carry lookahead 197 overflow 196 ripple carry 191, 193 2’s complement 187 Adjacency m
  3. 所属分类:其它

    • 发布日期:2008-09-02
    • 文件大小:14680064
    • 提供者:wangxiang881212
  1. Design of a complex divider

  2. We describe a hardware-oriented design of a complex division algorithm proposed in .6 This algorithm is similar to a radix-r digit-recurrence division algorithm with real operands and prescaling. Prescaling of complex operands allows efficient selec
  3. 所属分类:其它

    • 发布日期:2013-11-14
    • 文件大小:161792
    • 提供者:wb2009_happy
  1. complex devider for hardware

  2. The purpose of the thesis was to investigate and evaluate existing algorithms for division of complex numbers. The investigation should include implementation of a few suitable algorithms in VHDL. The main application for the divider is compensation
  3. 所属分类:硬件开发

    • 发布日期:2013-11-14
    • 文件大小:327680
    • 提供者:wb2009_happy
  1. 揭秘系列-离散数学

  2. 揭秘系列,离散数学 In today’s world, analytical thinking is a critical part of any solid education. An important segment of this kind of reasoning—one that cuts across many disciplines—is discrete mathematics. Discrete math concerns counting, probability, (s
  3. 所属分类:专业指导

    • 发布日期:2013-12-27
    • 文件大小:4194304
    • 提供者:microcode
  1. Solve the following recurrence relation by repeated substitution

  2. Solve the following recurrence relation by repeated substitution T(n) = 2T(n/2) + n^3, T(1) = 1
  3. 所属分类:C

    • 发布日期:2014-03-01
    • 文件大小:590
    • 提供者:sunnyapi163com
  1. C source code:T((n) = T(n-1)+n,T(1) = 1

  2. Solve the following recurrence relation by repeated substitution:T((n) = T(n-1)+n,T(1) = 1
  3. 所属分类:C

    • 发布日期:2014-03-01
    • 文件大小:408
    • 提供者:sunnyapi163com
  1. 算法导论讲义 ——Recurrence

  2. 这篇文章很好的写了Recurrence方面的算法,英文版
  3. 所属分类:其它

    • 发布日期:2008-11-12
    • 文件大小:378880
    • 提供者:cater1986
  1. Zur Numerik rekurrenter Relationen

  2. This paper is concerned with the numerical solution of the general initial value problem for linear recurrence relations. An error analysis of direct recursion is given, based on relative rather than absolute error, and a theory of relative stabilit
  3. 所属分类:教育

    • 发布日期:2016-02-01
    • 文件大小:1048576
    • 提供者:wushulincsdn
  1. recurrence-relation-visualiser:可以玩一些东西来发展对递归关系的某种熟悉。-源码

  2. 递归关系可视化器 解释一些递归关系如何在n变为无穷大时(实际上可以显示)如何逼近某个值会更有趣。 受到优秀的启发
  3. 所属分类:其它

    • 发布日期:2021-02-17
    • 文件大小:10240
    • 提供者:weixin_42100032
  1. Transcriptome analysis reveals a long non-coding RNA signature to improve biochemical recurrence prediction in prostate

  2. Transcr iptome analysis reveals a long non-coding RNA signature to improve biochemical recurrence prediction in prostate cancer
  3. 所属分类:其它

    • 发布日期:2021-02-07
    • 文件大小:1048576
    • 提供者:weixin_38628926
« 12 3 »