资源列表
TSP
- 模拟退火算法的tsp问题在matlab中的解决方案-The solution of the simulated annealing algorithm for the tsp problem in matlab
Filtering-algorithm
- 这是软件滤波的几个简单的常用的算法,文件内容包括各个滤波算法的优点和缺点,附有简单程序供参考-This is a few simple software filtering algorithms used, the contents of the file, including the advantages and disadvantages of each filtering algorithm, and accompanied by a simple procedure for refere
Square-root
- 这是一个简单的,通过移位操作,得到数字平方根的算法。已在vc6.0++上实验成功-This is a simple shift operation, figure the square root algorithm. Successful experiment in vc6.0++
Eig
- 矩阵特征值分解的C++代码,编译形成一个动态链接库,供其它地方调用,可以计算矩阵的特征值与特征向量-Matrix eigenvalue decomposition of C++ of code, compile the formation of a dynamic link library for other places to call, we can calculate the matrix of eigenvalues and eigenvectors
MOM_daotizhu
- 用MATLAB编写的MoM源代码,可用于计算二维导体住的电磁散射-MoM source code written in MATLAB can be used for electromagnetic scattering of two-dimensional conductor live
2dfdtd_fangjinshuzhu_rcs
- 2dfdtd计算金属方柱的电磁散射,用Fortran语言编写,注解详细,容易看懂-2dfdtd calculate the electromagnetic scattering of the metal square columns, written in Fortran, detailed annotations, easy to understand
max
- 计算arcgis属性表中的各字段的最大值-Calculate the maximum field arcgis attribute table
MathThought-AncientToModernTimes-5
- 这是数学丛书之九章算术,阅读该书,你一定会为我们祖先的聪明才智而感慨。-This is a mathematical series of nine chapters arithmetic, reading the book, you will be the ingenuity of our ancestors and emotion.
MathThought-AncientToModernTimes-4
- 这是数学丛书之古今数学思想(中文版)的第四册,该丛书论述了人类数学的发展历程,对认识数学及其思想的历史渊源非常有益,你一定会惊叹人类认识自然的智慧。 -This is the fourth volume of the mathematical series of ancient and modern mathematical thinking (Chinese Edition), The series discusses the course of development of human
MathThought-AncientToModernTimes-3
- 这是数学丛书之古今数学思想(中文版)的第三册,该丛书论述了人类数学的发展历程,对认识数学及其思想的历史渊源非常有益,你一定会惊叹人类认识自然的智慧。 -This is the third volume of the mathematical series of ancient and modern mathematical thinking (Chinese Edition), The series discusses the course of development of human m
MathThought-AncientToModernTimes-1
- 这是数学丛书之古今数学思想(中文版)的第一册,该丛书论述了人类数学的发展历程,对认识数学及其思想的历史渊源非常有益,你一定会惊叹人类认识自然的智慧。 -This is the first volume of the mathematical series of ancient and modern mathematical thinking (Chinese Edition), The series discusses the course of development of human m
1
- 要求正方体、球、圆柱的表面积,可以抽象出一个公共的基类Container为抽象类,在其中定义一个公共的数据成员radius(此数据可以作为正方形的边长、球的半径、圆柱体底面圆半径),以及求表面积的纯虚函数area()。由此抽象类派生出要描述的三个类,利用基类指针和虚函数,分别计算三种图形的表面积。-Requirements of the surface area of 挠甀戀攀, sphere, cylinder, you can abstract out a common base class
