搜索资源列表
stmt
- vba的东西: 第八节 判断语句   第九节 循环语句 第十节 其他类语句和错误语句处理 第十一节 过程和函数 第十二节内部函数  
DBconnect
- java 通用连接 MS SQL 的写法 ,给新手用吧 DBconnect DBC DBC = new DBconnect() java.sql.Statement stmt = null if (DBC.connectDB()) {
数据库连接bean_20050226111611
- Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null
数据库连接bean_20050226111611
- Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null
stmt
- vba的东西: 第八节 判断语句   第九节 循环语句 第十节 其他类语句和错误语句处理 第十一节 过程和函数 第十二节内部函数   -vba things: judge the statement in section VIII, section IX, X, other types of loop statements and statements dealing with the wro
DBconnect
- java 通用连接 MS SQL 的写法 ,给新手用吧 DBconnect DBC DBC = new DBconnect() java.sql.Statement stmt = null if (DBC.connectDB()) {-java generic formulation of MS SQL to connect to the novice to use it DBconnect DBC
tiny-parse
- Syntax of TINY+ An EBNF grammar for TINY+ is as follows (Strings in bold are terminals): 1. program -> declarations stmt-sequence 2. declarations -> decl declarations |² 3. decl -> type-specifi
Turtle
- it moves around and it ExtendedTurtle extends Turtle
STMT(1)
- 多线程服务端客户端通信,客户端发送,服务端接受,服务端可以同时处理多个客户端的连接请求-Multithreaded client server communication, the client sends the service side to accept the server can handle multiple client requests a connection
WinFrame
- java写的一个留言板,可供课程设计参考。 程序带有一个Access数据库。允许添加留言、删除留言、表情管理、翻页... import java.awt.* import java.awt.event.* import java.sql.* class dlg extends fr a me{ Panel p1=new Panel() //East面板 Panel p2=new Panel()
lab2
- 实验二:TINY扩充语言的语法分析 扩充的语法规则有:实现 while、do while、for语句和求余计算式子,具体文法规则自行构造。 可参考:P97及P136的文法规则。 (1) While-stmt --> while exp do stmt-sequence endwhile (2) Dowhile-stmt-->do stmt-sequence while exp (3)
c
- 为给定编程语言设计语法分析器其内容包含LL(1)预测分析表、语法分析器的处理流程等-program compoundstmt stmt ifstmt | whilestmt | assgstmt | compoundstmt compoundstmt { stmts } stmts stmt stmts |
turtle-if-stmt
- ssd1 Skill Builder: Defining Nested Conditional Statements
Stmt
- Internal handle for the SQLite3 statement.