资源列表
[其它] 用C实现的bfs源程序
说明:图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help<ipkh> 在 2008-10-13 上传 | 大小:2.27kb | 下载:0
[其它] 计算理论基础课程实验
说明:用程序实现非确定型自动机转换为确定型自动机,要求:任意输入一非确定型自动机,要求生成一确定型自动机-non-realization of procedures used to determine automatic machine converted to determine automatic machine, asked : indiscriminate importation of a set of non-automatic machine, generating a request t<Jack> 在 2008-10-13 上传 | 大小:30.91kb | 下载:0
[其它] TP312VH_L625
说明:vhdl的一些程序,源程序,几个程序的集合,不错,相当不错没见的看一下-instantiate some of the procedures, and the Source, a collection of several programs, yes, quite good look at the DO NOT<方持> 在 2008-10-13 上传 | 大小:42.31kb | 下载:0
[其它] 169_LED_key_time
说明:169的数码关显示,液晶显示,时钟程序等等,同时低功耗-169 digital customs, liquid crystal display, the clock procedures, and so on, while low-power<魏小龙> 在 2008-10-13 上传 | 大小:1.95kb | 下载:0
[编译器/词法分析] asdfadsfd
说明:编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code gener<长波> 在 2008-10-13 上传 | 大小:1.5kb | 下载:0
[其它] 用pictureBox实现的时钟
说明:使用pictureBox画出的数码时钟显示程序,可设置时间等-use of the digital clock display program can be set up time<li> 在 2008-10-13 上传 | 大小:12.74kb | 下载:0
[其它] beibao_多种算法
说明:0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装<汪柏然> 在 2008-10-13 上传 | 大小:17.37kb | 下载:0