-
quadtree Quadtree the establishment
quadtree四叉树的建立-quadtree Quadtree the establishment
- 2023-05-20 17:25:03下载
- 积分:1
-
求解 tsp 问题用遗传算法
这段代码将使用遗传算法找到最优的解决方案及其所有阶段公共旅游salseman问题。城市坐标在
- 2022-09-13 14:30:03下载
- 积分:1
-
有很多的算法,让您来处理信息存储…
There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)-There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)
- 2022-03-03 22:58:15下载
- 积分:1
-
三次样条插值算法和拉格朗日插值算法的实现。
三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
- 2022-08-25 06:15:22下载
- 积分:1
-
迭代法阈值分割
图像阈值分割---迭代算法
1.处理流程:
1.为全局阈值选择一个初始估计值T(图像的平均灰度)。
2.用T分割图像。产生两组像素:G1有灰度值大于T的像素组成,G2有小于等于T像素组成。
3.计算G1和G2像素的平均灰度值m1和m2;
4.计算一个新的阈值:T = (m1 + m2) / 2;
5.重复步骤2和4,直到连续迭代中的T值间的差小于一个预定义参数为止。
&
- 2023-02-13 16:40:03下载
- 积分:1
-
一种新的受限扩散池模型
一种新的受限扩散凝聚模型--单向扩散凝聚模型DLUA,输入不同的参数可产生各种不同的图案,可作为辅助研究或教学演示。-a new pool of restricted diffusion model-- the proliferation of one-way model DLUA rally, importation of different parameters can produce a variety of designs, as a complementary research or teaching demonstration.
- 2022-03-07 16:53:46下载
- 积分:1
-
沃而什编码源程序
沃而什编码源程序- Fertile and assorted code source program
- 2023-02-25 22:55:03下载
- 积分:1
-
C++程序实现的各种随机数的生成程序。
C++程序实现的各种随机数的生成程序。-C program of random number generation procedures.
- 2022-11-26 10:00:03下载
- 积分:1
-
二维码生成
QR generator 生成二维码,非常简单易用,包含一个win 32 console 程序,可以直接生成二维码图片到指定位置
- 2022-03-11 10:46:07下载
- 积分:1
-
C++红黑树的MFC实现桌面字典~~~~
采用RB树的数据结构,采用mfc框架,界面仿照金山字典,实现 搜索,删除,添加,记忆功能。
在搜索的过程中最大化优化效率,使得时间最少,相比传统的字典树有它的优势!!!!
- 2022-12-30 08:45:03下载
- 积分:1