-
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
-
STM32_AD9854测试程序_V1.0
实现了信号发生功能,输出波形完美,频率。幅值
可调(The function of the signal is realized and the output waveform is perfect.)
- 2018-07-31 14:33:14下载
- 积分:1
-
VCmatlab
利用matlab提供的引擎接口函数与VC联合开发编程,可在VC中充分发挥matlab强大的数值运算功能,弥补VC中数值运算函数的不足(err)
- 2008-01-08 11:23:02下载
- 积分:1
-
5023-21721-THE-PROJECT-DOCUMENTATION-OF-TELEPHONE
project document on the functioning of basic library managment system
- 2010-09-07 15:48:29下载
- 积分:1
-
1
说明: 应用于fluent的UDF程序,用于修正液滴表面轮廓(The UDF is applied fluent procedures for correcting the droplet surface contour)
- 2013-11-25 19:21:27下载
- 积分:1
-
one yuan polynomial type of chain to achieve one y uan polynomial type of chain...
一元多项式类型的链式实现 一元多项式类型的链式实现-one yuan polynomial type of chain to achieve one y uan polynomial type of chain to achieve
- 2022-01-31 21:59:18下载
- 积分:1
-
strcon
对于给定的n个字符串,请找出一种最佳的连接方式,使得采用该连接方式得到的字符串在所有连接的结果中,字典序最小(For a given n-string, find an optimal connection, making use of the connection string to get the results in all connections, the lexicographic minimum)
- 2011-09-02 16:52:40下载
- 积分:1
-
I2C—0.96寸OLED
0.96寸OLED资料,原理图,器件手册 例程(0.96 inch OLED data, schematic diagram, device manual routine)
- 2019-02-05 18:57:28下载
- 积分:1
-
商品管理系统stl-控制台
stl 实现的 商品管理系统 控制台编写。商品添加删除,二手商品,管理,海外商品。排序。价格。品管理类 CommodityManage 实现对购物篮中商品数据集合的管理,包含Commodity 指针作为数据成员(指向动态分配的 Commodity 数组),实现商品的添加、移除等操作。 动态数组在创建时根据初始大小动态分配内存, 当分配的内存占满后,再动态扩充容量。向购物篮添加商品:为简化处理,新增商品添加到现有数据的尾部,商品数量加 1; 如果添加商品的 Id 已经存在,只是累加购买数量。从购物篮删除商品: 根据用户指定的商品 Id,查找指定 Id 的商品是否存在,若存在则删除相应的商品信息,若不存在则提示信息。删除商品成功后,商品数量减 1。查看指定商品: 根据用户指定的商品 Id
- 2022-08-12 08:47:20下载
- 积分:1
-
stm32f0例程及库
STM32 F0系列
The STM32F0xx Standard Peripherals
Library is a complete package, consisting of device drivers
for all of the standard device peripherals, for STM32F0xx devices 32-bit Flash
microcontrollers.
This library is a firmware package
which contains a collection of routines, data structures and macros covering the
features of STM32F0xx peripherals. It includes a
description of the device drivers plus a set of examples for each peripheral.
The firmware library allows any device to be used in the user application
without the need for in-depth study of each peripheral’s
specifications.
Using the Standard Peripherals
Library has two advantages: it saves significant time that would
otherwise be spent in coding, while simultaneously reducing application
development and integration costs.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-02 04:25:08下载
- 积分:1