资源列表
111
- 因为急着用数据,所以没办法,瞎传一个,大家见谅-meiyougongneng,shizaizhaobuchulai,suoyijiuxiachuanyige,duiubqidajia
huisufa01beibao
- 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
lower_triangle
- 该压缩包包含下三角表格采用抽象数据类型实现的头文件和实现文件。-This file contains the lower_triangle s implement files and head files.
zf
- 统计字符个数-Statistics on the number of characters
lx
- 菱形输出-Diamond output .................
qcjy
- 按递增次序生成集合M的最小的100个数并输出之。 M的定义为:①1∈M ②X∈M,则2X+1∈M且3X+1∈M; 显然M是一无限集合,M={1,3,4,7,9,。。。}-Generated by the increasing order of the smallest set M and the output of the number 100. M is defined as: ① 1 ∈ M ② X ∈ M, the 2X+1 ∈ M and 3X+1 ∈ M Clearly M is a
geneticalgorithms
- 用于进行简单的遗传算法,算法给出了一个具体的算例,用于进行计算-For the simple genetic algorithm, the algorithm is given a specific example, used to make the calculation
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.
Parallelcomputing
- 并行计算的基础知识,非常适合自学并行计算和并行编程的朋友-Basic knowledge of parallel computing is very suitable for parallel computing and parallel self-programming friend
ddd
- 硬盘注册码,主要是算法根据硬件编号生成注册号-Private Declare Function GetVolumeInformation& Lib "kernel32" _ Alias "GetVolumeInformationA" (ByVal lpRootPathName _
mpi
- 并行数值计算资料,对并行计算入门非常有帮助-mpi
message
- 实现消息响应的处理。里面重要函数onevent -The realization of information in response to treatment. An important function inside onevent