-
模拟退火算法
C/C++实现模拟退火算法,适用于函数最值寻优问题,旅行商问题等等(C/C++ implementation of simulated annealing algorithm)
- 2018-06-15 14:08:05下载
- 积分:1
-
最佳适应算法 信安 陆华锋 20022638
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
- 2005-07-04 08:18:40下载
- 积分:1
-
C++程序设计课本源码,供学习计算机的大学生们参考
C++程序设计课本源码,供学习计算机的大学生们参考-C source program design textbooks for students learning computer as a reference
- 2022-01-21 03:42:17下载
- 积分:1
-
用tc2.0编写的纯c推箱子的游戏。程序有多个关卡,有帮助提示。...
用tc2.0编写的纯c推箱子的游戏。程序有多个关卡,有帮助提示。-Tc2.0 prepared with pure c Sokoban game. Procedures have a number of hurdles have to help prompt.
- 2022-04-19 00:20:29下载
- 积分:1
-
论文粒子群算法的程序和迭代收敛图
用于配电网重构的粒子群算法,可以给大家参考(Particle swarm optimization for distribution network reconfiguration)
- 2020-07-05 16:48:59下载
- 积分:1
-
jQuery结合LightBox实现图片滚动+图片盒子
jQuery结合LightBox实现的图片展示+图片盒子,图片滚动过程中,可通过控制按钮控制滚动方向,单击小图片后,在当前页无刷新显示出放大图片,结合LightBox可实现 渐变动画效果的图片放大效果,代码中引入了jquery,且代码中运用有HTML5/CSS3技术,历此测试请在火狐或Chrome下进行。
- 2022-01-21 05:45:03下载
- 积分:1
-
edga
多目标跟踪的Matlab仿真程序,用于数据处理和数据关联,不错的(Multiple target tracking of Matlab simulation program, used for data processing and data correlation, pretty good)
- 2017-08-12 20:28:45下载
- 积分:1
-
rovio-master(imu和单目的数据融合)
说明: 高精度预测机器人运动轨迹,惯性导航与光学定位组合方法定位(High precision prediction robot trajectory, inertial navigation and optical positioning combined method positioning)
- 2020-06-18 04:20:02下载
- 积分:1
-
电力系统潮流计算,电力系统一般的潮流计算算法
电力系统潮流计算,电力系统一般的潮流计算算法-power flow computation of power system,the nomal power flow algrthm of power system
- 2023-02-25 17:40:03下载
- 积分:1
-
java_cmpp2.0-master
通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信双方应每隔时间C发送链路检测包以维持此连接,当链路检测包发出超过时间T后未收到响应,应立即再发送链路检测包,再连续发送N-1次后仍未得到响应则断开此连接。(Both sides of communication establish TCP connection in client-server mode for mutual submission of information. When there is no data transmission on the channel, both sides of the communication should send link detection packages every other time C to maintain this connection. If the link detection packages do not receive a response after sending out more than time T, the link detection packages should be sent immediately, and then the link detection packages should be disconnected if they have not received a response after sending N-1 consecutive times.)
- 2020-06-19 03:00:01下载
- 积分:1