-
Student-Study
spring 学习,包括bean,dao,bean的注入,解析,xml文件的解析(Spring learning, including bean, dao, bean injection, analysis, xml file analysis)
- 2017-04-11 15:50:56下载
- 积分: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
-
SnakeGame
蛇移动,可以,上下左右移动,亲测有效这是java基础中的一个文件(snakegame move up down left and right)
- 2016-11-05 21:03:17下载
- 积分:1
-
Blog
个人博客管理系统强大的个人Blog,博客,添加删除修改查询,注册,登陆,留言板,统统都有。(blogC-The source for personal blog management system, is based on the JAVA language development, the use of technologies JSP, JavaScript, CSS)
- 2015-04-04 21:52:57下载
- 积分:1
-
src
说明: blinks,在rdf图上进行关键词搜索的代码,还ok吧,不过就是个内存算法。。java写的(blinks, the rdf graph on keyword search of the code, it is also ok, but the algorithm is a memory. . java write)
- 2021-03-31 16:39:09下载
- 积分:1
-
2010-java
2010新版Java教程、java培训ppt课件(2010 java)
- 2010-07-29 16:45:43下载
- 积分:1
-
surferService.src
java调用surfer,生成等值面!!!!(polygon java surfer!!!)
- 2018-02-08 13:31:27下载
- 积分:1
-
SSM-DB2
SSM(struts2+spring+mybatis+db2整合案例)(SSM (struts2+spring+mybatis+db2 integration scenarios))
- 2013-10-10 09:40:08下载
- 积分:1
-
Test
测试程序,包含一些小的测试学习函数,通过这些小程序能够简单的领略java程序。(Testing procedures, including some small test learning function, through these small programs can simply enjoy the java program.)
- 2014-06-03 14:38:34下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1