搜索资源列表
科学与工程数值计算算法配套源码java
- 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
科学与工程数值计算算法配套源码vb
- 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
科学与工程数值计算算法配套源码vc++
- 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
高斯消去求逆矩阵
- 通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.
常用电气计算
- 这里面是关于电气常用公式计算,对电子电气类学习参考有一定的价值-There is a commonly used formula of electrical, electronic reference Electric learning has its value
changweifenfangcheng
- 尤拉方法是求解常微分方程的入门级的方法,精度并不算高,但它具有较大的理论价值。 一些较好的算法,如龙格.库塔方法等都是在这个方法的基础上实现的。-Mood is solving ordinary differential equations in the entry-level approach, the accuracy is not high. it has great historical value. Better algorithms, such as Runge. Kutta
matrix_compute
- 有关矩阵运算的大量C语言原代码,有参考价值-matrix calculation of the large number of C-language source code, a reference value
RadarAnalysisSoftware
- 此为使用VEE Pro开发的雷达信号分析软件,对仪器和雷达系统分析有参考价值-here for the use of VEE Pro development of the radar signal analysis software, the right equipment and radar analysis reference value
Sigtest
- 此为使用VEE Pro开发的信号完整性分析软件,对高速串行信号分析有参考价值-here for the use of VEE Pro development of the signal integrity analysis software for high-speed serial signal analysis reference value
shuibosuanfa
- 水波算法是一种经典的模式识别技术,对于研究识别的学生有一点的参考价值!-wave algorithm is a classic pattern recognition technology for research to identify students with the point of reference value!
0_1question
- 计算机算法中著名的0_1背包问题:给定n种物品和一背包。物品i的重量是Wi,其价值为Vi,背包的容量是c,问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-computer algorithm famous 0_1 knapsack problem : given n product and a backpack. I articles of the weight of Wi, the value of Vi and backpack is the capacity c, aske
0-1beibao
- 解决背包的取舍问题,问选择多少个不超过背包的重量的物品.能使价值最大.-solve knapsack choice question about the choice of the number does not exceed the weight of the backpack items. Make the greatest value.
beibao__1wei
- 背包问题得模拟退火解法实现,调试通过,觉得有收藏价值。-knapsack problem in the simulated annealing method to achieve, through debugging feel the collectible value.
incompleteCholesky
- 程序简单实现了对稀疏矩阵进行incomplete Cholesky分解的功能,具有一定参考价值。-simple realization of the sparse matrix incomplete Cholesky decomposition of success can have a certain value.
Wolfram
- 用于交通流研究的Wolfram模型的程序,对于做交通流研究的很有参考价值的-traffic flow for the Wolfram Research model procedures for doing traffic flow study of great reference value
xuexu
- 一个关于遗传算法的源代码,是一篇毕业设计的源代码,很有价值的-a genetic algorithm source code, is a graduate design of the source code and of great value to the
convex_hull
- 算法分析课程中实现的凸包算法,效率很高,有很大的参考价值-algorithm analysis programs to achieve the convex hull algorithms, highly efficient and have great reference value
ga_cpp
- 用遗传算法求解FT、LA问题的源程序,非常具有参考价值!-genetic algorithm FT, the source LA, and is quite useful!
PCA(matlab)
- 主成分分析算法(PCA),这是一个外国人编写的,很具有参考价值-principal component analysis algorithm (PCA), which was prepared by a foreigner, it is very valuable reference
shortest
- 一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间