-
同时采用中点算法画麻木使用java…
利用Java采用中点Brasenham算法同时绘制多个圆。-The use of Java at the same time using the midpoint algorithm for drawing a number of Brasenham round.
- 2022-05-23 19:21:57下载
- 积分:1
-
java实现的swing 24点程序,非常直观,代码很精炼
java实现的swing 24点程序,非常直观,代码很精炼-java achieve the 24 point swing procedures, very visual, very refined code
- 2022-01-23 10:23:19下载
- 积分:1
-
分页代码
这是一个用Java编写的标准的分页代码,里面有一页中的记录数,数据的总个数,以及总的页面数,可以实现页面的跳转,以及页面数据过多时显示的页码数
- 2022-06-20 20:52:12下载
- 积分:1
-
liuyuwenjian
一个文本文件中存放着职工的工资记录。每个职工的记录包含姓名、工资、津贴三项。每条记录可以存放于一行(三项之间的间隔符可以自己决定),也可以将每条记录的三项依次分别存放在文本文件中的每一行。请设计一个程序,可以让用户选择打开这个文件查看其内容,并可以让用户选择把每个职工的工资增加10 之后又存回原来的文件。(Employee payroll records are stored in a text file. Each record contains the name of the workers, wages, allowances three. Each record can be kept in a row (the interval between the three operator can decide for yourself), can also be three each record in turn were stored in each line of the text file. Please design a program, you can let the user choose to open the file to view its contents, and allows the user to select a 10 increase in the wage of each worker after the original file is stored back.)
- 2013-03-22 17:23:59下载
- 积分:1
-
ch06_3
JAVA 文件操作 包括文件的复制 创建文件 显示文件等等操作(JAVA file copy file to create the file display file etc.)
- 2014-04-14 17:44:06下载
- 积分:1
-
jsp entry
jsp入门级代码,希望对大家学习jsp有帮助-jsp entry-level code, and they hope to help everyone learn jsp
- 2022-12-07 16:25:04下载
- 积分:1
-
an35n
Monteboard an35n - Poza placa de baza
- 2014-05-06 02:31:39下载
- 积分:1
-
wekajava
由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦(by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and regression analysis)
- 2011-01-28 10:01:38下载
- 积分:1
-
Beginning_Java_trade_EE_6_Platform_with_GlassFish_trade_3_From_Novice_to_Profess...
Beginning_Java_trade_EE_6_Platform_with_GlassFish_trade_3_From_Novice_to_Professional-4391- it isuseful for computer student
- 2022-01-26 04:05:13下载
- 积分: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