-
axis1Test
axis1 例子,源码,发布与访问,内容详细简单易懂,适合初学者(axis1 example, source code, publishing and access, detailed and easy to understand for beginners)
- 2011-09-15 10:29:47下载
- 积分:1
-
template
一个SSH框架的模板,上面有修改的资料。(a template for SSH.)
- 2013-05-05 21:37:55下载
- 积分:1
-
commons-collections4-4.2-bin
说明: 因为某些国家的进口管制限制,Java发布的运行环境包中的加解密有一定的限制。比如默认不允许256位密钥的AES加解密,解决方法就是修改策略文件。(Because of the restrictions of import control in some countries, there are some restrictions on the encryption and decryption in the operating environment package released by Java. For example, AES encryption and decryption of 256 bit key is not allowed by default. The solution is to modify the policy file.)
- 2020-01-02 11:38:40下载
- 积分:1
-
DisplayLinesPoints
用java3d写得一个小程序,有缩放、旋转、平移等功能(A small program written by java3d, zoom, rotate, pan, etc.)
- 2013-12-08 10:23:49下载
- 积分:1
-
RE
说明: 作为RE正则表达式的一个最基本,又揽括了大部分知识点的例子程序。把程序运行一遍,然后再根据运行结果理解程序,将会迅速掌握re知识点。(As a basic regular expression RE, embrace include most of the knowledge of the example program. To run the program again, to understand the program and then run the results will quickly grasp the re knowledge.)
- 2012-04-13 10:55:02下载
- 积分:1
-
lexical-014
The following words are used as keywords in proposed extensions and are therefore reserved to allow for the possibility of future adoption of those extensions Source Code for Andriod.
- 2014-02-02 21:57:13下载
- 积分:1
-
ked2
ke编辑器附件上传,源码在里面,需要的各类包在网上都有(Ke editor to upload attachments)
- 2013-11-09 10:50:17下载
- 积分:1
-
ipDial
使用Java做的安卓的一个小案例,实现了IP拨号的功能(A small case using Java do the Android, the realization of the IP dial function)
- 2015-01-13 23:20:56下载
- 积分:1
-
java
给学JAVA的一些提示和警告,帮助学习和使用java,新手必读( )
- 2014-01-14 12:16:48下载
- 积分: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