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

搜索资源列表

  1. 高斯列主元素消去法(C++)

    0下载:
  2. C++编写的高斯列主元素消去法。界面不够好,不过算法没问题。-C + + out of the main elements of Gaussian Elimination Act. Interface is not good enough, but Algorithm no problem.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9875
    • 提供者:wf
  1. itpp-4.2.tar 信号处理和通信类功能的C++库

    3下载:
  2. IT++是一个数学,信号处理和通信类功能的C++库。它的主要用途是模拟通信系统,并进行研究相关领域的通信。它综合了Matlab的功能和C的速度,适合于信号处理等领域。-IT++ is a mathematical, signal processing and communications functions in C++ libraries. Its main purpose is to simulate communications systems, and conducting resear
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-09
    • 文件大小:1328069
    • 提供者:寒风
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. main

    0下载:
  2. 分段线性插值,分段二次多项式插值,分段三次多项式插值,三次样条插值-Piecewise linear interpolation, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:1585
    • 提供者:唐世兴
  1. main

    0下载:
  2. Concert c++ example of facility location problem. C++ concert technology is a registered trademark of ILOG CPLEX
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1184
    • 提供者:Murali
  1. 1.c

    0下载:
  2. 用c语言实现n阶线性方程组Ax=b,列主元素消去法-Using c language implementation n linear equations Ax = b, set out the main elements of elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:534
    • 提供者:尹泉
  1. main

    0下载:
  2. interpolation lineary vertical and horizontal.C++ Console.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1562
    • 提供者:slawko
  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
    • 文件大小:62322
    • 提供者:wangli
  1. main

    0下载:
  2. 解线性方程组,N阶求解!c++无可视化界面。使用迭代法!-Solving linear equations, N order to solve! c++ non-visual interface. Using the iterative method!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:665
    • 提供者:思凡
  1. solve.c.tar

    0下载:
  2. 用于流体力学计算中的修正方法。主要是块修正和点修正想结合。-Fluid dynamics calculations for the correction method. Main point of correction and amendment to block binding.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1037
    • 提供者:blue
  1. Simple-Kalman-Filter-in-C

    0下载:
  2. C语言编写的小程序,主要功能是仿真卡尔曼滤波算法。-Small program written in C, the main function is to simulate the Kalman filter algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:870
    • 提供者:Myname
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. Numerical-Calculation-in-C-language

    0下载:
  2. 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:9504
    • 提供者:张震岳
  1. main

    0下载:
  2. 这是一个随机自动生成20道20以内加减法的小程序,能够查看答案,是假期弟弟学校要求他每天做二十道口算题,我嫌出题太麻烦了写好的,可供c++初学者交流使用。-This is a small c++ program to give out arithmetic by rand.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:826
    • 提供者:谢康
  1. Out-the-main-elements

    0下载:
  2. 数值计算-列主元素法解方程的C++原始代码,下载可用-Out the main elements
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:1315
    • 提供者:杰瑞
  1. main.c

    0下载:
  2. Numerical Analysis Trapez Method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1214
    • 提供者:saidozcan
  1. Scramble

    0下载:
  2. This code is used to scramble and unscramble a unsigned long it can be used to make a simple password that is hard to reverse engineer see main.c for details
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1465
    • 提供者:TomKnights
  1. main.c

    0下载:
  2. Minkowski Addition Platform: Any Language: C Graphical Library: Allegro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3138
    • 提供者:Ju994lo
  1. main

    0下载:
  2. In the name of Allah C code for generate and check all posible XOR tree and minimize PDP . This code generate all permutation of input and all tree for each , then calculate power from input activity and propagation of this .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1930
    • 提供者:amirhakh
  1. main.c.tar

    0下载:
  2. Main function to solve a rubick cube using Genetic Algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1472
    • 提供者:Felipe
« 12 3 4 5 »
搜珍网 www.dssz.com