-
GetMACaddress
VB 获取网卡 MAC地址源代码!希望对新手有用(VB source code to get MAC address! Want to be useful for the novice)
- 2016-04-29 11:48:00下载
- 积分:1
-
决策树三种经典算法实现
说明: python实现决策树分类的三种经典算法(Python realizes three classical arithmetic of decision tree classification)
- 2020-11-26 23:09:30下载
- 积分: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
-
LaBrea的早期版本
LaBrea的早期版本-Primary version of LaBrea
- 2022-01-26 04:18:43下载
- 积分:1
-
nc_ziliao
这是网络编码创始人写的一份资料 相当官方 可以借鉴 很有收藏价值(network coding)
- 2012-04-23 09:22:36下载
- 积分:1
-
BP-GA
一种实现话务预测预测算法,基于遗传算法优化神经网络,源码+数据,效果很好(A traffic forecast prediction algorithm based on genetic algorithm optimization neural network source+ data, the effect is very good)
- 2021-01-04 16:08:55下载
- 积分:1
-
QuantLib-1.2
quantlib finance library.
- 2012-12-20 16:09:11下载
- 积分:1
-
GANN_sinF
遗传算法优化bp神经网络,神经网络为三层网络,遗传算法带有精英保留策略(genetic algorithm optimization bp neural networks, neural networks as a three-tier networks, genetic algorithms with a strategy to retain the elite)
- 2020-07-01 18:40:02下载
- 积分:1
-
PSOTool
求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强等优点。粒子群优化算法已在函数优化、神经网络设计、分类、模式识别、信号处理、机器人技术等许多领域取得了成功的应用。 本函数包带函数,测试函数与使用简介(Methods for solving nonlinear equations and the recent popular classical algorithm genetic algorithm. Newton s method and its improved form, but such convergence of the algorithm is largely dependent on the choice of the initial point, for some nonlinear equations solved easily lead to failure In order to overcome the shortcomings of classical algorithms designed for solving nonlinear Equations hybrid genetic algorithm, but still on the equations and the encoding method has high requirements. PSO is social behavior by birds or fish inspired the formation of a population-based stochastic optimization techniques. It is a class of stochastic global optimization technique, through complex interaction between particles found in the search space optimum area. The algorithm is a novel based on swarm intelligence evolutionary computation techniques, with a simple and easy to achieve, set few parameters, global optimization ability, etc.. Particle swarm optimization in function optimizatio)
- 2020-09-29 17:17:44下载
- 积分:1
-
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程...
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程序连,比较好用。-SOCKET client and server-side process, we used to do embedded development group at the time of network testing, if the embedded device is a client program, then use the upload server-side connection with testing procedures, on the contrary by the client procedures even compare the ease of use.
- 2023-08-20 19:55:05下载
- 积分:1