CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - c program

搜索资源列表

  1. 最大lyapunov指数与相关维数C程序

    0下载:
  2. 最大lyapunov指数与相关维数C程序-largest dimension associated with the C Program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:gxsh
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. C++Math

    0下载:
  2. 改进算法的C++程序.doc. 改进算法的C++程序.doc-improved algorithm in C procedures. Doc. Improved algorithm C program. D oc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15.43kb
    • 提供者:曾志伟
  1. C-program-arithmetic

    0下载:
  2. c 算法第三版 徐士良的 源代码 非常好
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:177.02kb
    • 提供者:cuiwei589
  1. Strassen矩阵乘法算法 C++程序源码

    0下载:
  2. Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:zhaoruxu
  1. C_filter

    0下载:
  2. 用fdatool设计一个50Hz陷波器,导出系数,编程,对原始信号signal.txt进行滤波。本程序为C程序。-50Hz with fdatool design a notch filter, export coefficient, programming, filtering the original signal signal.txt. This program is C program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:236.43kb
    • 提供者:li-ellin
  1. c-pan02

    0下载:
  2. how to write a c program fuction. nice to meet you.it is a good sample to the bengineer.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.62kb
    • 提供者:deny yang
  1. PSO

    0下载:
  2. 粒子群最佳化演算法(pso),為一個基本的程式,適合初學者來參考。-Particle Swarm Optimization algorithm (pso), for a basic program for beginners to reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:943byte
    • 提供者:allen
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:367.88kb
    • 提供者:
  1. C-languageprogramwhichgenertesrandomnumberwithGaus

    0下载:
  2. 这三段C程序能够产生符合高斯、瑞利和泊松分布的随机数,并且包括关于它们的说明文档-These three paragraphs C program to generate consistent with Gaussian, Rayleigh and Poisson distribution of random numbers, and includes documentation about them
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1016.32kb
    • 提供者:王小小
  1. Matrix

    0下载:
  2. 该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main descr iption of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the characteristic value and char
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60.86kb
    • 提供者:wangli
  1. C-program-data-stucture-Algorithms

    0下载:
  2. c/c++语言编写的拟合\插值\滤波\常微分方程组求解\图形处理\矩阵特征值与特征向量的计算等算法大全-C program data stucture Algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:310.83kb
    • 提供者:qingyu
  1. Matrix-factorization-C-program

    0下载:
  2. 矩阵分解的C程序 包括有矩阵的LU分解,矩阵的UU分解还有共轭梯度法-Matrix decomposition of the C program, including a matrix LU decomposition, the UU decomposition of the matrix conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:441.44kb
    • 提供者:平沙沙
  1. c-program

    0下载:
  2. 简单c语言程序程序,用作自己的初步学习作用-simple c program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1.92mb
    • 提供者:黄强
  1. heat-transfer-C-program

    0下载:
  2. 传热学C程序源之一维非稳态导热的数值计算。-C program source numerical heat transfer one-dimensional unsteady heat conduction calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:郭登帅
  1. Algorithms-in-C-program

    0下载:
  2. 算法大集合的C程序源码,可供工程技术人员参考使用-Algorithms in C program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:15.28kb
    • 提供者:lixun
  1. C-program-for-Practice

    0下载:
  2. 几个C程序,对简单的C编程练习很有帮助,可以自行下载-Several C program, for a simple C programming Contact helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.24kb
    • 提供者:钟铁夫
  1. C-program-to-check-leap-year_37

    0下载:
  2. C program to check leap year: c code to check leap year, year will be entered by the user.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:9.57kb
    • 提供者:mojojojo
  1. Gauss-Seidel-in-C-Program

    0下载:
  2. 高斯-赛德尔迭代法是解线性方程组的常规算法,本文是C语言的高斯-赛德尔计算代码-Gauss-Seidel C program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.94kb
    • 提供者:罗汉
  1. C语言程序

    0下载:
  2. C语言小程序,仅供初学者参考学习,不喜勿喷(Simple C program, only for the freshman to study, best wishes.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:140kb
    • 提供者:落花听雨
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com