资源列表
OS实验一
- 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
ImageComponent
- 在BCB环境中,能够动态绑定图像列表的一个程序包;在需要动态浏览和显示图片的时候,比较适合;-environment that can be bundled with dynamic images of a list of packages; The need for browsing and dynamic display pictures, the more suitable;
LimComponent
- 在BCB环境中的一个通用显示程序包,具有自动日志功能,非常时候日志记录和用户显示;-BCB in the environment shows a generic package, with automatic log function, very often log records and user display;
PrimaryPC code
- 一个基于串口控件的多线程代码!其中使用了设计模式中的工厂方法;对很多串口编程有比较大的实际意义-based on a serial control multithreading code! With the use of the design model of the factory; For many serial programming is a more substantial practical significance
复件 枚举字体
- 这是一个枚举字体的程序,调用了一个枚举回调函数,,作用不是很大,但是介绍一个简单的函数-This is an enumeration of fonts procedures, called enumeration of a callback function, the role is not huge, but on a simple function
一款办公软件源代码
- 这是一套非常好用的软件啊,类似与windows系统里的写字板-This is a very user-friendly software ah, similar to the Windows system with the tablet Lane
omap1510test-2610
- 有关于USB的一些主机端驱动,应用程序,还有就是主机控制器的驱动。-USB on the mainframe-driven, application procedures, there is also the host controller driver.
实验二:ll1语法判断
- 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, computation grammar FIRST, FOL
Java写的泥波兰式
- Java写的泥波兰式 A栈中存放的是逆波兰式结果。 B栈中存放的是操作符 B栈初始状态为@-Reverse Polish Notation by Java.In the A stack deposits goes against the Polish type result. In the B stack deposits is the instruction character B stack original state is @
Java二叉树的后续遍历
- Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要.-Java two following forks the tree traversal Java two following to fork the tree traversal mainly applies in goes against the Poland -like solution,Is very important in the translation
Java的数据库操作
- Java的数据库操作 该数据库只有一个表addresss,它有11列.先把数据库注册为ODBC数据源.-Operation of database in Java.The database only has a table named address ,having 11 columns. Register the database to a ODBC datasource first.
Javadoc的应用例子
- /** * This class maintain the time in 24-hour format. * @see java.lang.Object * @author Deitei & Associates, Inc */