-
VOF
VOF-3d,NASA开发的用于3维的VOF计算程序-VOF-Nasa-3D
- 2022-12-05 20:25:03下载
- 积分:1
-
GA-rbf神经网络
基于遗传算法的径向基神经网络matlab代码实现
- 2022-06-03 11:57:40下载
- 积分:1
-
自己编的一个判断浮点数的有限自动机,大家来看看啊
自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
- 2022-03-25 12:02:07下载
- 积分:1
-
常用的直线拟合源程序,用于电、震法定解释方面
常用的直线拟合源程序,用于电、震法定解释方面-Commonly used linear fitting source for electricity, shock of statutory interpretation
- 2022-11-12 20:25:04下载
- 积分:1
-
bmp图像的读写
资源描述这个是我们课上学的bmp图像的读写,感觉写的简单易懂。借此分享一下
- 2023-08-20 14:55:03下载
- 积分:1
-
这个程序是标准的BP神经网络,可以调整输入、输出和隐曾的维数。...
这个程序是标准的BP神经网络,可以调整输入、输出和隐曾的维数。-this procedure is the standard BP neural network, can be adjusted input, output and has the implicit dimension.
- 2023-05-19 21:15:03下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期
和长期禁忌列表存储器来保证算法能搜索到全局空间的每一点, 并且不重复搜索。经过验算和分析, 证明它是一种较好的
全局启发式搜索法-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm to search to the global space, each point, and do not repeat the search. After checking and analysis, to prove that it is a good global heuristic search method
- 2022-04-06 20:06:04下载
- 积分:1
-
administrador PHP
应用背景078 9a7 9s879a8s7d897as89d7f89a7 897sd89 a79s7 897 89as7897asd897987df98as7 7 79 a7s9 7 77 as97 8 89 7 89s797 7 89 7 89s7d9 77 97 asd97 97 97 97 a89s7 987 897 7sd 97 897 897 897 7 97 9a789 789 79 7a97 987 789 7 97 d89 7 897 89789 a789 7 789789 df789 789 789 789 789 789 789 789 789 789 789 789f 789 789 789 789 789 789 789a789a 6767 8 687 78ad 78苑路甲 78 d6as78f687as6d8 sd 78af68as d678 6as786 s67f786sf asdfu asdf0s7dnf89asd798 89s789fab7sd89f7as98dfb79s7dbf98s asn sdn898f7a89sbb sb9b7f 9s8abf 89ab sb89 d8b7s9db89b b b898b7 89b 祁 b89 b ab89sbnbnasbnbns关键技术ASD F的DF的DF S D F S D F S S D F 4个DF S6 5 D 4 D 6 F 6 5A 4 5 F 4A 6 5 S D 4 F ;a5s4df654asf4 6a46f4as6d4 f65a4s5df74as65d4fa5s4df65a4 4 64 4 4 6464 4 64 a465d4as6446 4sd4464a 65a4s6f5 4as65d4f65a4465 46a4sd54564s4d f54a6sd54 654 4 654 654654 654 654 65a4sd654654654 654a 654as64 65 4654654654 4 654 654 654 65465 4654 654 654 4
- 2022-03-22 08:14:18下载
- 积分:1
-
文件MD5 生产算法
char *MD5_file (char *path, int md5_len)
{
FILE *fp = fopen (path, "rb");
MD5_CTX mdContext;
int bytes;
unsigned char data[1024];
char *file_md5;
int i;
if (fp == NULL) {
fprintf (stderr, "fopen %s failed
", path);
return NULL;
}
MD5Init (&mdContext);
while ((bytes = fread (data, 1, 1024, fp)) != 0)
{
MD5Update (&mdContext, data, bytes);
}
MD5Final (&mdContext);
file_md5 = (char
- 2022-07-11 22:12:17下载
- 积分:1
-
关于外排序的操作
关于外排序的操作-outside of the sorting operation
- 2022-02-20 15:00:04下载
- 积分:1