登录
首页 » Visual C++ » Introduction-to-Algorithms

Introduction-to-Algorithms

于 2013-05-07 发布 文件大小:5050KB
0 265
下载积分: 1 下载次数: 5

代码说明:

  《算法导论》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。(原书名——《Introduction to Algorithms》)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCPP-call-matlab-draw-sin-curve
    vc++6.0调用matlab的函数,画正弦曲线,比较详细的源码。(vc++6.0 to call matlab function, draw a sine curve, the more detailed source.)
    2013-03-28 16:57:29下载
    积分:1
  • pMATLABs
    pso 算法的matlab实现, pso 算法的的matlab实现。 ,经测试可直接使用。 (pso algorithm matlab realize pso algorithm matlab realize. Has been tested and can be used directly.)
    2012-09-30 12:47:25下载
    积分:1
  • matrik_class
    simple c++ matrik operation class use dynamic allocation memory
    2009-11-09 01:26:18下载
    积分:1
  • dspFIR
    数字信号处理的滤波器设计,有限长冲击响应FIR滤波器,(Digital signal processing filter design, finite impulse response (FIR) filter,)
    2014-01-30 17:29:25下载
    积分:1
  • cchygl
    会员管理软件会员管理软件会员管理软件会员管理软件会员管理软件(manager program 1234567893)
    2009-12-10 08:19:35下载
    积分:1
  • low-noise-CCD-
    低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
    2013-12-13 13:06:36下载
    积分:1
  • IIRlunwencailiao
    IIR滤波器的设计方法,以及所有论文资料,谢谢下载,支持网站发展(IIR filter design methods and information of all papers, thank you download support site development)
    2010-05-18 16:15:01下载
    积分:1
  • 5
    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
    2009-03-15 15:36:23下载
    积分:1
  • Based-on-the-Matlab
    基于Matlab的m序列发生器的设计(内附matlab程序)(Based on the Matlab m sequence generator design (enclosed Matlab) )
    2012-04-19 20:05:14下载
    积分:1
  • iso_simplicial
    Code that performs cardinality constrained optimization for different filter types
    2014-09-05 13:23:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载