-
阿里巴巴Java开发手册.pdf
java编程规范,是学习java编程的好资料(Java programming specification)
- 2018-04-12 18:37:15下载
- 积分:1
-
MidiBank.tar
Access midi and sf2 through java
- 2017-09-08 04:25:56下载
- 积分:1
-
HealthClub
一个健身俱乐部的源码,页面时有用jsp和jquery。比较完整,导入即可运行。数据库用的是mysql(A health club source, while a useful jsp page and jquery. More comprehensive introduction to run. Database using mysql)
- 2013-12-02 13:52:12下载
- 积分:1
-
springboot在线预览word等demo-showDemo
前端预览文件,解压使用注意要修改读取文件路径,使用前安装openoffice4程序,应用程序安装地址要和demo中地址匹配(Front-end preview file, decompression attention should be paid to modify the read file path, install OpenOffice 4 program before use, application installation address to match the address in demo)
- 2020-06-22 21:00:01下载
- 积分:1
-
手机传感器
采集运动过程中三轴加速度,数据可用于简单的人体行为识别(APP can collect three-axis acceleration in motion process, and the data can be used for simple human behavior recognition.)
- 2019-02-27 16:03:23下载
- 积分:1
-
Java-Bluetooth-API-2
使用Java蓝牙无线通讯技术API概述之二(The use of Java Bluetooth wireless communication technology of the two API Overview)
- 2009-04-08 11:08:13下载
- 积分:1
-
JavaSpider
Java版蜘蛛牌,是采用Java编写的蜘蛛牌程序,可以实现Windows下的蜘蛛牌类似功能(Java version spider card, is written using Java spider licensing procedures, the spiders can be achieved under a license similar to the Windows functions)
- 2010-05-13 13:51:27下载
- 积分:1
-
java进销存管理系统 jsp mssql
java进销存管理系统:jsp+Servlet+SQLServer(Java Invoicing management system: jsp+Servlet+SQLServer)
- 2017-11-03 19:55:28下载
- 积分:1
-
HTTP客户端
java http客户端相应源代码(http client corresponding source code)
- 2020-06-26 10:40: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