-
c++自动生成解迷宫
用相交集的方法自动生成任意大小的迷宫,并自动求解出迷宫的答案。用到了数据结构中相交集的知识,并能够自动绘图,保存迷宫图,能够给出求解路径。
- 2022-08-11 02:29:37下载
- 积分:1
-
顺序表的实现
资源描述大家好,这是我大学写的数据结构顺序表的实现,非常有参考价值
- 2023-08-20 13:45:03下载
- 积分:1
-
目标分配问题
目标分配问题 应用遗传算法进行优化 使其对遗传算法的功能有一个较为全新的认识 适合初学者进行学习。
- 2023-08-02 20:15:03下载
- 积分:1
-
旋转路由协议
路由协议是一种不可缺少的一部分,它保证了无线传感器网络的正常运行和信息的高效传输
- 2022-03-05 08:50:58下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1
-
清华大学数学实验之微分方程的数值求解幻灯片与MAT源码
清华大学数学实验之微分方程的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math Numerical Solution of Differential Equations MAT slides and source code
- 2022-06-01 01:09:12下载
- 积分:1
-
Canny 检测对象
Canny 检测对象
- 2022-03-24 05:42:12下载
- 积分:1
-
c++ 数据结构 基本实例
包含 排序,堆,二叉树,二进制,括号匹配,简易word,四则运算,银行叫号系统等
编程实例 有利于初学者进行学习
- 2022-07-20 07:19:28下载
- 积分:1
-
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现-CRC cycle algorithm realize the C language, very easy to use CRC cycle algorithm realize the C language
- 2022-02-21 05:30:35下载
- 积分:1
-
欧拉算法
以近似初值问题的解决方案:
* Y" = F(T,Y),A < = T < = B,Y(A) = 阿尔法,
* 在 N + 1 间隔相等的点在区间 [A,B]。
*
* 输入: 终结点 A、 B ;阿尔法最初的状况 ;整数 N。
*
* 输出: 逼近到 (N + 1) 在 Y W 值 T。
- 2022-07-26 00:49:47下载
- 积分:1