搜索资源列表
myknapsack
- a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
IIsfixer
- IIS 有问题 可以用他修复!可以解决很多棘手的问题!-IIS can be a problem with his restoration! Can solve many difficult issues!
new8
- 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
EightQ1-4
- 解决八数码问题,使用C#的代码,不是很好,请大家指点-8 digital issues to resolve, using C# code, not very good, let us pointing
Theoperatingsystemmemorymanagementcurriculumdesign
- 关于计算机内存分配管理的程序,内涵原码,可以帮助同学们和需要的人理解内存分配问题,加深对计算机操作系统的理解.-With regard to the management of computer memory allocation process, meaning the original code, can help students and those who need to understand memory allocation issues, deepen their understa
matix
- VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
wordpress_4463_zh_CN
- 对管理面板的 css 进行了改进,另外各方面的稳定性也感到明显的增强,在 Firefox 下所见即所得编辑器偶尔无法启动的问题也得到明显的改善 -Css panel on management has improved, other aspects are also significantly enhanced the stability, under the WYSIWYG editor in Firefox occasionally not start, issues have been
c
- 随着现代科技飞速发展,如何以一种便捷的计算方式加快计算的速度,缩短计算时间、提高工作效率,已经成为计算业竞争力的关键问题。在计算机信息技术高速发展给计算的管理带了新的力量,通过计算器系统对大型天文数字的全程管理计算,不仅使摆脱了人工计算带来的一系列的问题,更重要的提高了计算速度,通过计算管理系统对各方面的管理,对各行业的发展提供了大量的、关键性的数据,加快了计算的进程,迅速解决了计算问题。-With the rapid development of modern technology, how
laoshu
- 老鼠走迷宫问题,通过算法求解找出所有的路径。感兴趣的同学可以-The Mouse Maze issues by solving algorithm to identify all the paths. Interested students can try
5-c-shujujiegou
- 包含5个C++文件,分别使猴子吃桃问题,走台阶问题,汉诺塔问题,375问题等-Contains five C++ documents, namely the monkeys eat a peach problem, take steps questions, Tower of Hanoi problem, 375 issues
qishilvyou
- 骑士旅游问题,c++实现,课堂作业,回溯算法-Knight tourism issues, c++ achieve, classwork, backtracking algorithm
sanseqi
- 三色旗问题,冒泡算法,课堂作业,c++实现的-Tricolor issues bubbling algorithm, classwork, c++ achieved
golf
- 用纯C实现了农夫,羊和狼,菜过河问题,简单易懂,完全实现-Pure C implements farmer, sheep and wolves, vegetables river issues
a
- A*算法求解八数码问题,命令行输入格式: 程序名 输入文件名 输出文件名-A* algorithm eight digital issues, the command line input format: program name Enter the file name of the output file name
Joseph-Central-issues
- 约瑟夫环问题简单实现,递归算法,(带注释)可以利用此算法解决栈存储的约瑟夫环问题.-Joseph Central issues, C++ source code and notes
