资源列表
[并行运算] Multiprocessprogramming
说明:个人学习多核程序设计时整理的一些关于多核程序设计问题的基础知识,分享了,希望有所帮助。-Individual learning process of multi-core design of a number of finishing procedures on the multi-core design of the basic knowledge, sharing, and hope that help.<Chen Yejin> 在 2025-01-11 上传 | 大小:45kb | 下载:0
[并行运算] geneticalgorithms
说明:用于进行简单的遗传算法,算法给出了一个具体的算例,用于进行计算-For the simple genetic algorithm, the algorithm is given a specific example, used to make the calculation<王风> 在 2025-01-11 上传 | 大小:349kb | 下载:0
[并行运算] lower_triangle
说明:该压缩包包含下三角表格采用抽象数据类型实现的头文件和实现文件。-This file contains the lower_triangle s implement files and head files.<gzx> 在 2025-01-11 上传 | 大小:229kb | 下载:0
[并行运算] huisufa01beibao
说明:算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处<木枫> 在 2025-01-11 上传 | 大小:10kb | 下载:0