-
利用A*实现迷宫寻路
在VC 6.0环境下实现,利用A*和小根堆算法来实现寻路,可设置起点与终点,设置简单迷宫。代码的注释详细,且使用代码简单,初学者也能看懂,能够了解A*的基础
- 2023-03-27 12:35:04下载
- 积分:1
-
用VB实现解常微分方程组
包括定步长四阶龙格
用VB实现解常微分方程组
包括定步长四阶龙格-库塔法、自适应变步长的龙格-库塔法、改进的中点法、外推法等-VB solution of ordinary differential equations including fixed step 4-order Runge- Kutta method, adaptive variable step of the Runge- Kutta method to improve the midpoint of the law, such as extrapolation
- 2022-02-16 09:19:47下载
- 积分:1
-
遗传算法程序均匀交叉,变异操作
采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!
- 2022-06-01 12:10:32下载
- 积分:1
-
完整的第一类椭圆积分源程序,非常实用的vc源代码
完整的第一类椭圆积分源程序,非常实用的vc源代码-integrity of the first class of elliptic integral source, a very practical vc source code
- 2022-01-26 06:46:48下载
- 积分:1
-
一个很好的计算器程序
一个很好的计算器程序-a good calculator program
- 2022-03-09 20:49:04下载
- 积分:1
-
ASE的小例子
一个 aes 的例子,里面有详细的算法和 比较简单的例子,易懂。遵循 ase 的流程进行编写。。
- 2022-04-06 19:26:42下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
into binary system
将其他数制转化为二进制-into binary system
- 2022-02-13 13:15:10下载
- 积分:1
-
Using Gauss integral formula for numerical integration, will be subdivided into...
利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in different sub-Gauss formula to calculate the value of points, and then summed.
- 2022-03-19 15:01:13下载
- 积分:1
-
多项式表达式,用于计算栈的使用,实现表达式…
实现多项式表达式的运算器利用栈实现表达式计算器的模板类;用表达式计算器类和多项式类实现多项式表达式的计算器-polynomial expressions for the use of the computing stack to achieve expression calculator template; Using expressions like calculators and polynomial type polynomial expressions Calculator
- 2022-04-08 02:18:12下载
- 积分:1