资源列表
检查软驱
- 一个检查软驱中是否有软盘的VFP的函数,使用了WinAPI-a check whether there are floppy diskette the VFP functions, use the WinAPI
非常经典的词法分析器
- 一个VC写的非常不错的词法分析器,我的编译原理课程设计,仅供参考。-a VC was a very good lexical analyzer, I compiler theory curriculum design, for reference purposes only.
脚本校验2
- 同力IVR脚本的检验程序,修正版,修正了验证码的算法,加快了验证时的速度,其中加入了批量检验\\替换\\编号的功能,由于只是个人爱好,请勿用于商业用途. -edge IVR scr ipt with the testing procedures, revised version of the amendment to the code verification algorithm, quickened the pace of the test, adding a test batch \\ Re
showwin
- 读取dst文件(绣花文件类型)并绘出图形。 内容包括,以3字节一字符串组读取,并以dst文件读写方法进行换算,主要是直接读取每字节里的每1位进行计算,计算出x位移和y位移,然后换成屏幕画线需要的结束点,然后2点画线,再次循环则将上次的结束点赋给起始点,再次读取3字节进行计算。。。。 可重用代码:读取地址进行每字节的每1位的计算。 PS:dst文件可以用田岛软件进行编写。-read dst (embroidery file types) and draws graphics. The
EasyDraw轻松绘图程序源代码
- EasyDraw 轻松绘图程序源代码,使用VC编写-EasyDraw easy mapping program source code, the use of the preparation of VC
ComAccess123
- 实用的串口通讯编程,有详细的说明流程,供初学者使用-practical serial communication program, a detailed descr iption of processes for beginners
umb_cast
- 有一个交通查询系统的站点目录文件,这个程序可以将他迪卡尔积一下-a transport system for the site directory, the process will be a plot about Cartesian
1threadelevator
- 一个使用单线程编写的电梯程序 里面自带说明窗口,这个程序用c#写,可以自动或手动运行-preparation of a single-use elevators inside its own window Note that the procedures used to write c #. automatic or manual operation
DynMem
- 一个模拟动态内存分配的小程序,包含最优算法和最先算法,c#环境下编写-a simulation of dynamic memory allocation small programs, including the optimal algorithm and the first algorithm, c # prepared environment
Crc效验crc.RAR
- PB中使用Crc效验PB中Crc效验crc PB中Crc效验crc PB中Crc效验crc-PB use Crc well-tested PB Crc well-tested crcPB which Crc well-tested crcPB C rc well-tested crcPB which Crc well-tested crcPB Crc which were well-tested crcPB Crc well-tested unicef.org PB Crc well-teste
用Bison实现pl0语言编译器
- 简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
