资源列表
[Linux/Unix编程] insight
说明:Linux下用insight对开发板进行界面化远程调试,内有文档-Under Linux with insight on the development board to the interface of remote debugging, with the document<赵占旭> 在 2025-07-14 上传 | 大小:22.49mb | 下载:0
[系统编程] FileSystem
说明:我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared<陈忻> 在 2025-07-14 上传 | 大小:276kb | 下载:0
[系统编程] PageReplace
说明:我编写的页面置换演示程序。 运行程序后,右端的控制面板可以选择页面置换的算法和指令生成引擎,第一个引擎是按照 “50 的指令是顺序执行的,25 是均匀分布在前地址部分,25%是均匀分布在后地址部分”的要求生成指令,第二个引擎是在320条指令只任意生成指令,默认情况下,程序以1秒的间隔执行全部320条指令,如果用户不愿意等待,可以直接设置为0ms显示全部结果。-I prepared demo page replacement. After running the program, the ri<陈忻> 在 2025-07-14 上传 | 大小:49kb | 下载:0
[Linux/Unix编程] 51
说明:本实例运行在linux环境下。 编译命令: gcc -o test 51.c 执行命令: ./test-This instance is running in linux environment. Compiler command: gcc-o test 51.c by executing a command:./Test<唐相元> 在 2025-07-14 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] 055
说明:此程序在Linux环境下实现。 读者可以使用如下命令来编译: gcc -o myping ping.c 然后就可以使用如下命令来运行: myping <ipaddress>-This program under the Linux environment. Readers can use the following command to compile: gcc-o myping ping.c and then you can use to run the follo<唐相元> 在 2025-07-14 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] 057
说明:本实例是一个系统攻击程序。仅供读者学习和测试之用,否则后果自负。-This example is to attack a system process. Readers for learning and testing, or else at your peril.<唐相元> 在 2025-07-14 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] 059
说明:本实例运行在Linux环境下: 编译命令: gcc -o md5 md5.c 执行命令: ./md5 -x-The examples in the Linux environment to run: compile command: gcc-o md5 md5.c the implementation of the command: ./md5-x<唐相元> 在 2025-07-14 上传 | 大小:5kb | 下载:0