搜索资源列表
51delay
- 51通用延时子程序,我从网上看到的,的确不错,和大家分享一下.-51 generic delay subroutine, I see from the Internet, indeed excellent, and we share.
asm
- 录音子程序 mov dx,offset news_2 显示放音提示
Javahfdfdhdhfd
- 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
People
- people源程序 继承 显示年龄 姓名 这是父程序 还有子程序students-people源程序 继承 显示年龄 姓名 这是父程序 还有子程序students
javascript-code
- javascr ipt源码大全,里面包含很多子程序源代码-javascr ipt code
ultimaalgorithm
- 最优子程序遍历循环目录算法,用于实现最优子程序下的遍历循环-optimal algorithm in file travelling
pascal2
- 自顶向下语法分析,生成语法分析树,利用递归子程序方法。-Top-down parsing, the parse tree generated using the recursive subroutine method.
kwic1
- kwic的主程序/子程序风格的java代码,通过txt文件输入输出-kwic main program/subroutine style java code, txt file input and output
LL1
- 通过完成预测分析法的语法分析程序,了解预测分析法和递归子程序法的区别和联系。使学生了解语法分析的功能,掌握语法分析程序设计的原理和构造方法,训练学生掌握开发应用程序的基本方法。有利于提高学生的专业素质,为培养适应社会多方面需要的能力。-By completing the forecast analysis grammar analysis program, understanding the forecast analysis and recursive subroutine method di
MS
- 采用主程序/子程序风格实现的kwic代码,有input(), circularShift(), alphabetizer(), and output()四个方法。-Using the main program/subroutine style the realization of kwic code input () circularShift (), alphabetizer () and output () four methods.
StudentResultStatistics
- 根据功能的要求,把整个程序划分为六个子程序。这六个子程序分别为菜单选择子程序、数据录入子程序、数据列表子程序、数据统计子程序、学生成绩查询子程序和学生成绩删除子程序。 -According to the functional requirements of the whole process is divided into six subroutine. The six subroutine subroutine menu to select query subroutine subrout
LCD12864
- 12864串口程序 加入大量可调用的子程序,利于你的调用-12864 serial procedures
TStat_Control
- cfx子程序,基于该子程序,用户能够方便的将子程序与CFX进行连接,解决CFX接口问题。-CFX subroutine, based on the subroutine, the user can convenient to connect subroutine provided with CFX, provided to solve CFX interface problem
Compiler
- PL/0语言是一种类PASCAL语言,是教学用程序设计语言,它比PASCAL语言简单,作了一些限制。PL/0的程序结构比较完全,赋值语句作为基本结构,构造概念有 顺序执行、条件执行和重复执行,分别由begin/end,if then else和while do语句表示。 PL0还具有子程序概念,包括过程说明和过程调用语句。 在数据类型方面,PL0只包含唯一的整型,可以说明这种类型的常量和变量。 运算符有+,-
Kwic
- KWIC的五种风格实现。使用了主程序子程序、面向对象、隐式调用、管道过滤器、黑板风格实现-KWIC of five styles to achieve. Use the main program subroutines, object-oriented, implicitly called, pipe filters, blackboard style to achieve
Executor
- Java调用子程序时,重定向输出流和异常流的实例(java subprocess redirect IO)