资源列表
NumericalComputingwithMATLAB
- matlab数值计算的很多例程,包括了很多经典的算法,有配套的书,可以结合起来研读,值得研究,很多代码值得直接使用.-Matlab numerical calculation of many routines, including a number of classic algorithms, a matching, can be combined to read, it is worth studying, many worthy code used directly.
GaussMat
- 完全自编Gauss消去法矩阵方程求解程序,各子函数独立小巧,可读性强,矩阵维数可自定义,适用于复杂的线型代数齐次、非齐次方程的求解 -completely self Gauss elimination matrix equation procedures, the independent Functions compact, reader-friendly, Matrix dimension can be self-definition, applicable to complex linear
math_c_code
- 完整的科学计算源代码。 对大家学习和理解数值分析很有帮助。 做适当的修改就可以完成你的分析计算项目。-integrity of the scientific computing source. Members of the study and understanding of numerical analysis helpful. Appropriate changes can be completed your analysis projects.
4mult
- 可用的4位乘法器,用VHDL在FPGA中实现-available four multipliers, FPGA VHDL in achieving
1800Decorations
- 该源码是一个问题的解决方法。问题是给你个长为L的串,串中可以出现n种字符,还给出m个子串,求有多少个长为n的只由这些字串组成的串。输入例子:4 5 6 ABB BCA BCD CAB CDD DDA 结果为2.而5 4 5 E D C B A的结果为625-source of the problem is a solution. The problem is that you have the head of the L series, the series can occur n ch
1500PrePosterous
- 此程序给出一个算法,用于计算当已知一个m叉查找树的先序和后序遍历序列后,存在多少种中序遍历可能。输入格式为m s1 s2,其中m表示m叉树,例子 2 abc cba 结果为4 2 abc bca 结果为1 10 abc bca 结果为45 13 abejkcfghid jkebfghicda 结果为207352860-this procedure is an algorithm, When used in the calculation of a known m Binary S
pctools
- 一个修改二进制文件的小程序,不过在打开大于1M的文件时耗时较长-a binary file to amend the procedures for small, but larger than 1M in opening the documents time-consuming
huolangdan
- 问题:货郎担问题 实现方法:枚举,回溯,动态规划,分支界限法 -: traveling salesman problem Method : Enumeration, backtracking, dynamic programming, branch and bound
useful_formula
- 一些有用的数学公式-some useful mathematical formula !!!!!!!!!!!!!!!!!!!!!!!!!!!
A-fast-equivalent-for-System.Random
- a very well random generator code-a very well random code generator
CSharpENT
- random generated with entropy computing
Delphi-ChangYongShuZhiSuanFa
- Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏