-
CirclePacking-(1)
计算智能课中要求圆形packing问题这里给出了圆形packing问题的一个编程例子(Computational Intelligence lesson circular packing problem requires a programming example given here circular packing problem)
- 2014-02-14 11:22:52下载
- 积分:1
-
Java-kaifashizhanjingdian
《JAVA开发实战经典》,非常经典的一本java学习资料,非常清晰的扫描版(" JAVA development of real classic," a very classic java learning materials, very clear scan version)
- 2016-08-05 15:29:21下载
- 积分:1
-
java_Thread
java线程的具体使用代码,包括Thread,Runable的具体使用。(java thread specific use of code, including Thread, Runable the specific use.)
- 2007-11-08 23:03:10下载
- 积分:1
-
NameAndTypeUsageMarker
This ClassVisitor marks all NameAndType constant pool entries that are being used in the program classes it visits.
- 2013-12-06 12:07:57下载
- 积分:1
-
voice-mouse
Voice operated mouse that can connected with java server
- 2013-08-19 12:53:43下载
- 积分:1
-
Index_Query
说明: 可以对pdf,doc,txt,html实现全文检索。用了中科院的ictloc分词器,分词效率较高(Can be pdf, doc, txt, html to achieve full-text search. With the Chinese Academy of Sciences of ictloc Word Breaker, efficient word)
- 2010-04-19 14:26:53下载
- 积分:1
-
ReadRecInd
Read Rec Ind Source Code for Andriod.
- 2013-11-07 11:28:35下载
- 积分:1
-
HashMap
Excel中是没有HashMap这个对象的,用惯了Java的程序员,如果需要用到Excel的Hashmap,可以参考附件的源码(Excel is not the object HashMap, used to the Java programmers, if you need to use Excel s Hashmap, you can refer to the attached source)
- 2015-06-09 16:19:49下载
- 积分:1
-
MoonBaseAlpha
Java月球基地游戏源代码,可学习一下Java游戏的编写.(Lunar base Java game source code, you can learn about Java Games preparation.)
- 2013-07-21 14:48:55下载
- 积分: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