-
SerieAritmetica
Una serie aritmetica en visual basic!!
- 2011-09-09 06:49:44下载
- 积分:1
-
常微分方程数值解法
常微分方程数值解法,又是一个数值分析的常用算法(Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm)
- 2005-01-31 22:13:30下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1
-
Multi-function-calculator-with-VB
Visual Basic 做的多功能计算器(Multi-function calculator with VB)
- 2012-09-04 12:19:06下载
- 积分:1
-
Wdisp
Wdisp,是基于建造结构计算软件pkpm的结果数据提取文件,方便使用,提取数据后,可用于绘制曲线。(Wdisp, is based on The construction structure calculations software pkpm the results of data extraction files, easy to use, extract data, can be used to draw the curve.)
- 2013-04-08 15:34:48下载
- 积分:1
-
矩阵鞍点求法
用C++写的矩阵鞍点求法(C wrote saddle point Matrix Method)
- 2005-02-12 19:52:05下载
- 积分:1
-
Least-squares-linear
可进行最小二乘法线性拟合输出,包含源代码及生成后的程序(Least-squares linear fit can be output)
- 2013-10-24 14:21:45下载
- 积分:1
-
MatrixCalculator
实现线性代数的矩阵运算的C++程序,矩阵计算器。(Linear algebra matrix operations C++ procedures matrix calculator.)
- 2013-01-26 15:33:54下载
- 积分:1
-
ShortDistance
本算法是求取点到曲线的距离,希望对大家有帮助(the algorithm is to strike a point of the distance curve, and I hope to be helpful)
- 2006-11-09 10:48:00下载
- 积分:1
-
PSO
针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。(TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.)
- 2013-01-07 18:05:35下载
- 积分:1