搜索资源列表
864004PL0
- PL/0语言的pascal编译程序源代码,有详细的编程说明和解释.-PL / 0 pascal language compiler source code, a detailed program descr iptions and explanations.
ip_looker
- IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
proccANDmemory
- 进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。-process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation.
200603301628629
- QQ密码计算器,源程序需要在SGWINDOW开发平台上才能编译, 一般的编译器无法编译此程序.-QQ passwords calculators, and the need SGWINDOW source development platform can be built, general compiler can not compile the program.
c_compress_realize
- 本程序是经典压缩算法的c程序实现,压缩性能很好.通过vc 6.0的编译-classic compression algorithm c program, a very good compression performance. Through vc 6.0 compiler
iseemem
- 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unu
bison
- bison源代码.bison 是替代yacc的语法分析程序生成器. yacc是 Yet Another Compiler Compiler的缩写. bison又是什么呐 是一个生成可以分析文本文件结构的程序的程序. 用户不用直接编写程序而只用确定好如何分析这些文本文件的规则就可以了. 这种文本结构应用的例子举不胜举, 其中一个就是计算器(calculator).-bison source code. Bison is a replacement generates a syntax analys
gsegyview-0.1
- segy 显示程序!希望能给正在做这部分朋友提供一部分资料,我可是找了很久哦,需要自己再编译-segy display program! Hope that they will be part of this is being done as part friends, but I find for a long time, oh, it needs its own compiler again
DES加密ql
- des加密算法的c程序实现,能够加密8位明文,经测试通过编译。-des encryption algorithm c Program to express encryption eight, the test compiler.
LanExplorer1_52
- 该程序用D5编译,若用D6(D7还没试过),虽然编译能通过,但运行会有问题。 生成的可执行文件在Release目录中。若该目录不存在,在本级目录中建一个即可。-The program compiled with D5, if the use of D6 (D7 have not tried), though the compiler pass, but running a problem. Release the resulting executable file in the dir
MSYS-1.0.10
- MSYS为跨平台编译软件。用于编译unix下C++程序。-MSYS to compile cross-platform software. Under unix compiler for C++ program.
C.Compiler
- C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
OS0417
- 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
IPcontrol
- 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。 以上1、2两个步骤其实是为了让程序能够利
secret
- pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
fany
- linux平台下用中文编程,该程序将中文程序转换为西文,再直接用gcc编译程序。在windows下也可以用中文编写程序,再用该程序将中文转换为西文编译。-linux platform in Chinese programming, the program will convert the Chinese Spanish procedures, and then directly with gcc compiler. In windows can also be used under the Ch
pipe
- 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
Compiler
- PL/0语言建立一个词法分程序GETSYM(函数)-PL/0 language to establish a lexical program GETSYM (function)
Compiler
- 一个用C语言编译器的实现,包含整个程序源码和设计说明-A C language compiler implementation, contains the entire program source code and design specifications
rgzq
- 绝对经典的编译器程序设计,需要这方面的同志注意了阿!不错-Absolute classic compiler program design, need attention on this!