-
fdm-instl
Fast Download Manager....minor project on JAVA for http files download with pause and resume capability
- 2011-01-16 21:48:56下载
- 积分:1
-
jdk6.ZH_cn
JDKTM 6 Documentation
- 2012-08-01 11:51:54下载
- 积分:1
-
sqlite
基于安卓系统的数据库使用源代码教程,编译验证可行(Android-based tutorial database using the source code, compile proven feasible)
- 2013-11-07 20:22:52下载
- 积分:1
-
chapter03
java语音程序设计第8版Chapter03部分答案(java programming Voice Version 8 Chapter03 part of the answer)
- 2014-05-11 14:25:31下载
- 积分:1
-
50402417
和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。(and similar trees, graph traversal map is a major operation, Discrimination can traverse map between any two vertices existence trails Discriminant to whether the map graph may seek non- graph the various connectivity components, but with the right plan (net), the minimum spanning tree or shortest path depends on the edge of the arc or the right values, the need for a specific algorithm.)
- 2007-01-08 22:32:38下载
- 积分:1
-
Thinking.In.Java.3rd
java编程思想,比较经典的一本书,从入门到进阶(think in java)
- 2014-10-30 21:22:40下载
- 积分:1
-
webview_all
WebView的各个用法,本人总结的Demo文件。(WebView all usage, I have summarized the Demo file.)
- 2011-08-31 20:10:29下载
- 积分:1
-
spring
使用spring框架所需要的spring核心jar包(Spring core jar package)
- 2018-01-04 15:14:02下载
- 积分:1
-
MD5jiami
一个简单的Java实现MD5加密的程序,可以直接用(Java realize a simple MD5 encryption procedures can be directly used)
- 2008-03-27 21:14:02下载
- 积分:1
-
Compiler
LL(1)文法和预测分析方法
1.文法使用产生式来定义;
2.分别求出文法中每一个非终结符的FIRST集、FOLLOW集和SELECT集;
3.画出预测分析表;
4.判定给定的文法是否是LL(1)文法;
5.给定符号串判定是否是文法中的句子,分析过程用分析表格的方式打印出来。(LL(1) Grammar and Predictive Analysis
1. Grammar is defined by production.
2. Find out the FIRST set, FOLLOW set and SELECT set of each non-terminator in grammar.
3. Draw a forecast analysis table.
4. Determine whether a given grammar is LL(1) grammar;
5. Given a string of symbols to determine whether it is a sentence in grammar, the analysis process is printed out in the form of an analysis table.)
- 2020-06-15 22:30:02下载
- 积分:1