CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Numerical Recipes

搜索资源列表

  1. numerical_recipes_V2.08

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.08版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:893543
    • 提供者:王磊
  1. numerical_recipes_V2.06b

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.06b版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be include
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:893729
    • 提供者:王磊
  1. numerical_recipes_V2.02

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.02版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:752864
    • 提供者:王磊
  1. Numerical_Recipes_in_C.The_Art_of_Scientific_Compu

    0下载:
  2. 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5765776
    • 提供者:王磊
  1. NumericalRecipesTheArtOfScientificComputing

    0下载:
  2. Numerical Recipes The Art of Scientific Computing 3rd by William H. Press, Cambridge University Press 0521880688 2007.pdf
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:7932972
    • 提供者:laojiang
  1. NumericalPRecipesPSource_C2.02

    0下载:
  2. Numerical+Recipes的书籍,以及相关的源代码,很适合数值分析相关学者学习-Numerical+ Recipes books, and related source code, it is suitable for numerical analysis of relevant academic study
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:853094
    • 提供者:晓生
  1. NumericalPRecipesPinPFortranP901

    0下载:
  2. 数学算法程序包含了几乎所有的一般算法,很有用的。-Numerical Recipes in Fortran 77 and 90
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1992043
    • 提供者:shi
  1. recipes_in_C

    0下载:
  2. 计算机数值模拟的参考资料,通过C语言编写的计算机模拟编程方法文档,英文,非基础,阅读需要一定英语基础-Numerical recipes in C, the art of Scientific Computing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9536454
    • 提供者:
  1. masters_thesis_code.tar

    0下载:
  2. Michael G. Ross (mgross@ai.mit.edu) MIT Artificial Intelligence Lab October 3, 2-The Segmentation.cc file originally contained a quickSort function taken from the book Numerical Recipes in C. Recently I became aware that the NRC authors prohi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12817209
    • 提供者:LUCY
  1. 29-Numerical-Recipes-in-C

    0下载:
  2. 龙格库塔等数值分析 帮助编程数值模拟-runge kutta
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:6014314
    • 提供者:孔梦清
  1. 897_nrpas13

    0下载:
  2. NUMERICAL RECIPES in PASCAL
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:312981
    • 提供者:Alex Pal
  1. MATLAB

    0下载:
  2. 数值分析 其中有幂法的艾特肯加速是求解矩阵最大特征值的一个加速算法 -Numerical recipes
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:14305
    • 提供者:姚栖
  1. nr3matlab

    0下载:
  2. Interface for Numerical recipes to Matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:4127
    • 提供者:slimfast
  1. wt

    0下载:
  2. wavelet transform from numerical recipes
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:678
    • 提供者:Rujie Liu
  1. recipe

    0下载:
  2. SORT sort an array by quicksort method (8.2) SORT2 sort two arrays by quicksort method (8.2) SORT3 sort, use an index to sort 3 or more arrays (8.4)-from numerical recipes
  3. 所属分类:source in ebook

    • 发布日期:2017-11-11
    • 文件大小:2132
    • 提供者:Rujie Liu
  1. recipe

    0下载:
  2. LUBKSB linear equation solution, backsubstitution (2.3) LUDCMP linear equation solution, LU decomposition (2.3)-numerical recipes
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:847
    • 提供者:Rujie Liu
  1. ks

    0下载:
  2. KS2D1S K-S test in two dimensions, data vs. model (14.7) KS2D2S K-S test in two dimensions, data vs. data (14.7)-numerical recipes
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:1054
    • 提供者:Rujie Liu
  1. csource

    0下载:
  2. 这是Numerical Recipes Books,里面很多数学工具经检验,很好用-This is the Numerical Recipes Books, Upon examination, the good
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:225840
    • 提供者:txd
  1. Numerical-Recipes

    1下载:
  2. Fortran算法程序集书中的程序Fortran常用算法程序集书中的程序-Fortran program book assembly algorithm commonly used algorithm for assembly Fortran program book
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:528680
    • 提供者:yangjingyu
  1. optimization8006test

    0下载:
  2. numerical recipes optimization using annealing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1408937
    • 提供者:hs
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com