-
LAN-monitoring-system
局域网监控系统采用vc++6.0编写,需要oracle数据库(LAN monitoring system)
- 2013-12-13 22:03:19下载
- 积分:1
-
MATLAB-DNN-master
说明: dnn的训练及搭建源代码,非常实用,对初学者是一个不错的起点,特别是深度学习方面的(Training and building source code of DNN)
- 2021-04-28 21:38:43下载
- 积分:1
-
选择重传
说明: 实现计算机网络中的选择重传协议,并且采用了滑动窗口。(Implementation of selective retransmission protocol)
- 2020-06-24 02:43:21下载
- 积分:1
-
CaesarArithmetic
使用恺撒密码算法加密密码算法实例,算法短小实用性强(Caesar cipher using encrypted password algorithm example, short and practical algorithm)
- 2013-09-09 15:36:34下载
- 积分:1
-
短信中间件完整源码_需求文档_设计文档_架构_接口_使用手册等下载
短信中间件完整源码_需求文档_设计文档_架构_接口_使用手册等下载
- 2014-03-02下载
- 积分:1
-
Genetic_Algorithm_for_Mapping
采用遗传算法来实现任务图到多核处理器的映射功能。遗传算法是计算机科学人工智能领域中用于解决最优化的一种搜索启发式算法,是进化算法的一种。这种启发式通常用来生成有用的解决方案来优化和搜索问题。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群。这个程序通过遗传算法那实现任务图到多核的映射的路径最优。(Using genetic algorithms to achieve the task graph mapping to multicore processors . Genetic algorithms are used in the field of artificial intelligence in computer science to solve an optimization heuristic search algorithm , an evolutionary algorithm . This heuristic is typically used to generate a useful solution to optimization and search problems. Evolutionary algorithm was originally borrowed from evolutionary biology and developed a number of phenomena , these phenomena include genetic mutation , natural selection and hybridization . Genetic algorithms are typically implemented as a computer simulation methods . For an optimization problem , a number of candidate solutions ( called individuals ) an abstract representation of the population ( called chromosomes ) to evolve a better solution . Traditionally, the solution of the binary representation ( i.e., a string of 0 and 1 ) , but can also be expressed by other methods . Evolved from a completely random population of individua)
- 2020-12-11 12:49:18下载
- 积分:1
-
c常用算法代码
本代码包包含有各种各样的常用算法代码,你可以在里面找到你所要的(the code packs containing a wide range of commonly used algorithm code, you can still find what you want)
- 2005-06-09 19:55:22下载
- 积分:1
-
SVM_Train
支持向量机分类训练算法SVM,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势(SVM training algorithm )
- 2015-04-09 10:44:57下载
- 积分:1
-
VRP
遗传算法解决简单的无时限有约束VRP车辆路径问题(Genetic algorithm to solve a simple non-time constrained VRP Vehicle Routing Problem)
- 2020-10-31 17:29:55下载
- 积分:1
-
ARP
计算机网络编程,可以实现ARP解析,基于VC++,需要配置好wincap(Computer network programming, ARP parsing can be achieved, based on VC++, need to configure WINCAP)
- 2018-12-27 11:37:09下载
- 积分:1