资源列表
vox
- wav文件和VOX文件格式互相转换的源代码。-documents and VOX wav file format conversion between source code.
bugbear
- bugbear 网络蠕虫的检测 的 ncode 代码-bugbear network worm detection of the code ncode
Teaching_Evaluation
- 学校员工系统的一种升级解决方案。相信会对大家有很大的帮助。-school system employees an update solutions. We believe this will be very helpful.
ENIGMA
- enigma.zip(VB)一个德国的enigma加密技术例子COOL,原程序不支持明文是汉字,添加了一个小模块 -enigma.zip (VB), a German enigma encryption technology COOL example, the original program is not expressly support Chinese characters, add a small module
1362
- 此為philip 1362 USB DOS下的驅動程式包, 已經共測試並內含有說明文件-this as 1362 USB DOS packet driver programs, and tests contain notes
consolePipe_demo
- 一个经典的管道例子,可实现DOS窗口中输入命令后输出的重定向-a classic example of the pipeline, can be realized DOS command window input output redirect
WPdpack_2_3
- 网络抓包程序的引擎,还包含几个例子 - drivers Binaries of WinPcap s drivers and DLLs for Win95/98/ME, WinNT4 and Win2K. Useful to test the programs. - examples Sample applications showing various uses of winpcap and packet.dll. - lib rary files needed to create
openh323_1.12.2.tar
- openh323源代码,实现ip电话的功能-openh323 source code, achieving ip phone function
《Java语言编程基础教程》
- Java语言编程基础教程-Basic course of Java language programming
实验室申请20051122
- 需要.net环境,用vb语言编的,为做作业,所以界面没设计,功能仅实现而已-needs. Net environment, the language used vb series of assignments, and therefore no interface design, function only achieve it
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
myls
- 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名