-
作业调度模拟系统
操作系统编程模拟实现了作业及进程的调度...
作业调度模拟系统
操作系统编程模拟实现了作业及进程的调度-Job scheduling simulation system for simulation of operating system programming operations and realize the process of scheduling
- 2022-04-27 21:36:21下载
- 积分:1
-
C语言实现迷宫问题
C语言实现迷宫问题-It s One kind of maze moving arithmetic being realized by C programe laguage.
- 2022-04-14 19:47:58下载
- 积分:1
-
K r u s k a l算法每次选择n
K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的
边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选
取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中
边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其
加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-K ruskal algorithm for each choice of n-1 edges, the greed of the criteria used are: from the left edge select does not produce a loop with the smallest cost edge has been selected to join the edge of the collection. Taking note of the selected edges have a loop if it can not form a spanning tree. K ruskal algorithm sub-e-step, in which e is the number of network edge. According to the order of incremental cost to consider this e edges, each taking a side. When considering a certain edge when, if its added to a collection of selected edge loop will appear, will be its discarded, otherwise, it selected.
- 2023-02-08 08:10:04下载
- 积分:1
-
用Visual C++编写的实现串口数据接受的源代码
用Visual C++编写的实现串口数据接受的源代码-Using Visual C++ implementation of the serial data to prepare to receive the source code
- 2022-02-03 23:41:45下载
- 积分:1
-
Telnet程序C #
嗨,这是一个帮助远程登录的程序。此项目将由c项目完全用于telnet;
- 2022-07-14 14:30:53下载
- 积分:1
-
ziproxy-3.3.0
Ziproxy是转发,非缓存,压缩HTTP代理服务器。.Ziproxy 可以压缩图像转换到低质量JPEG文件或JPEG 2000和压缩( gzip或) HTML和其他文字样的数据。同时它还提供 HTML/CSS/JS 的优化,主动的主机名称解析,透明代理等。Ziproxy 适合在以下情况下使用: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-22 16:30:14下载
- 积分:1
-
这是最好的代码为您最佳选择
this the best code for you best choice -this is the best code for you best choice
- 2023-04-03 03:20:03下载
- 积分:1
-
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛...
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic Algorithm article reference Darwin" s theory of evolution is based on an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely applied in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2023-06-10 12:55:03下载
- 积分:1
-
IC卡操作上位机
这是针对操作电路板而设计的上位机程序,需要通过接口连接单片机电路板,上位机通过串口把需要写入IC卡的数据传输到单片机上,单片机再通过读写卡模块写入到IC卡中。
- 2023-08-15 01:20:05下载
- 积分:1
-
vc下实现链表的创建,删除,插入,销毁等算法的函数
vc下实现链表的创建,删除,插入,销毁等算法的函数-vc list under the Create, delete, insert, such as the destruction of the function algorithm
- 2022-05-18 00:54:03下载
- 积分:1