-
青云诀_TSL0717.2
说明: 游戏加密,需要注册码 谁能破解谢谢!!!!!!!!!!!!(The game encrypts, who needs the registration code to be able to...)
- 2020-06-22 23:20:01下载
- 积分:1
-
ivmyyr
c3p0是一个jdbc开源的连接池,spring,hibernate等框架都在使用()
- 2017-10-11 20:03:43下载
- 积分:1
-
KeyguardViewProperties
Simple inflate/deflate test, taken from the reference docs for the Inflater/Deflater classes.
- 2014-02-27 15:59:08下载
- 积分:1
-
Struts2
struts 学习JAVA web的开发框架。(The struts learning JAVA web development framework.)
- 2012-07-06 19:28:10下载
- 积分:1
-
struts2.1.8-jar
struts2基本包,可以用此来开发j2ee的各项程序(struts2 jibenbao)
- 2015-04-03 16:16:35下载
- 积分:1
-
xp_ie
context.htc /mbar.htc 属性说明(仿xp多级菜单 不限级)
属性 说明 默认值 备注
xmlsrc : xml文档路径 无 必须指定,xml文档不能出错
text :显示的文本 无
id :选项的id 无
onclick :选择时执行的脚本 无
accessKey:快捷键 无
check :是否选定(yes/no) no
enable :使能(yes/no) yes
type :类型(line/选项) 选项
img :图片 无
NOTE:
请在 MSIE 5.5 以上版本浏览
xp_IE 尚未完成(context.htc/mbar.htc attributes (imitation xp multi-level open-level menu) Note default attribute values xmlsrc Remarks : xml files must be no designated trails. xml text files can not make any mistake : the text shows no id : options without onclick id : choose the script without accessKey : no shortcuts check : if selected (yes/no) no enable : enable (yes/no) yes type : Category (line/option) options img : Photo-NOTE : please MSIE 5.5 versions View xp_IE yet to be completed )
- 2006-06-03 11:03:57下载
- 积分:1
-
sqlite
基于安卓系统的数据库使用源代码教程,编译验证可行(Android-based tutorial database using the source code, compile proven feasible)
- 2013-11-07 20:22:52下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
javaPrint
java,条码打印机驱动,源程序,驱动。(java, bar code printer driver, source code, driver)
- 2010-05-13 16:25:08下载
- 积分: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