资源列表

« 1 2 ... .32 .33 .34 .35 .36 3937.38 .39 .40 .41 .42 ... 16274 »

[系统编程FileSystem

说明:我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared
<陈忻> 在 2025-11-14 上传 | 大小:276kb | 下载:0

[系统编程PageReplace

说明:我编写的页面置换演示程序。 运行程序后,右端的控制面板可以选择页面置换的算法和指令生成引擎,第一个引擎是按照 “50 的指令是顺序执行的,25 是均匀分布在前地址部分,25%是均匀分布在后地址部分”的要求生成指令,第二个引擎是在320条指令只任意生成指令,默认情况下,程序以1秒的间隔执行全部320条指令,如果用户不愿意等待,可以直接设置为0ms显示全部结果。-I prepared demo page replacement. After running the program, the ri
<陈忻> 在 2025-11-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-11-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-11-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-11-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-11-14 上传 | 大小:5kb | 下载:0

[系统编程EEPROM1

说明:this i s a c programing-c
<hie> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[系统编程readme

说明:this a c cproming -this is a c cproming
<hie> 在 2025-11-14 上传 | 大小:4kb | 下载:0

[系统编程selftest

说明:this a c cproming -this is a c cproming
<hie> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[系统编程testcan

说明:this a c cproming -this is a c cproming
<hie> 在 2025-11-14 上传 | 大小:2kb | 下载:0

[Linux/Unix编程UCLINUX_compile

说明:从UCLINUX的编译到成功,资料下载,注意事项 ,编译环境到编译成功全指导-UCLINUX compiler from the success of the information to download and pay attention to matters, the compiler to compile the success of the entire environment to guide
<narcissus> 在 2025-11-14 上传 | 大小:2kb | 下载:0

[Linux/Unix编程LinuxChssjpdf

说明:LinuxC函数详解,linux下编程时超好的函数查询手册-Detailed LinuxC function, linux programming, when the next super-good function query Manual
<zhuxm> 在 2025-11-14 上传 | 大小:4.74mb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 3937.38 .39 .40 .41 .42 ... 16274 »

源码中国 www.ymcn.org