-
惠普公司bios完整源代码大机密!
惠普公司bios完整源代码大机密!-HP bios integrity of the source code confidential big!
- 2022-01-24 18:01:16下载
- 积分:1
-
Many want to use their own and the sequence to control their own computer, here...
很多的都想用自已的和序控制自己的电脑,这里有一些常用函数,希望对大家有用-Many want to use their own and the sequence to control their own computer, here are some commonly used functions, in the hope that useful to everybody
- 2022-09-12 02:30:03下载
- 积分:1
-
DOS
DOS - ç ,它的内核也是FreeDOS的内核。并在此基础上进行了一定的修改,使其更加实用。 FreeDOS的是项目设计
提供替代到MS - DOS,PC的DOS的和DR - DOS的自由 。-DOS-C started in 1988 as an experiment in writing device drivers in C for
Microsoft s MS-DOS. Both block and character device drivers were written,
along with special C data structures to match the MS-DOS request packet. It
was then recognized that using the same techniques, an operating system
could be written that would take advantage of the C language features and
would require much less time to develop than the traditional assembly
language techniques. Although UNIX had proven this earlier, it was not
tried with a traditional pc operating system.
At this time, a minimal operating system using the device drivers written
earlier along with a new 8086 interrupt API was developed. It was called
XDOS and proved to be a functional operating system. This new operating
system was used to develop booting techniques and a C library SDK was
dev
- 2023-09-06 14:00:04下载
- 积分:1
-
ucos2_ English tutorial, very classic tutorial, especially for beginners, you wa...
ucos2_中文版教程,非常经典的教程,尤其是对初学者,希望对大家有帮助!-ucos2_ English tutorial, very classic tutorial, especially for beginners, you want to help!
- 2022-01-21 06:05:16下载
- 积分:1
-
文件进行监控,监控到自已想要的后进行相应的操作
资源描述可对电脑上的文件进行监控,监控到自已想要的后,可进行相应的操作,类似杀毒软件的一个东东,源码
- 2022-06-02 20:33:42下载
- 积分:1
-
电力系统负荷预测
对电力系统中端负荷进行预测
- 2022-05-14 08:06:43下载
- 积分:1
-
DOS操作系统的源代码,不知道这个年代还有没有人想再研究一下?...
DOS操作系统的源代码,不知道这个年代还有没有人想再研究一下?-DOS operating system source code, do not know there"s no one would like to see
- 2022-03-21 12:00:13下载
- 积分:1
-
nssortdescriptor NSArray类使用一个数组中的数据排序的依据…
使用NSSortDescriptor类对NSArray数组中的数据按照规则排序。-NSArray Class NSSortDescriptor use of the data in an array sorted in accordance with the rules.
- 2022-02-20 15:15:04下载
- 积分:1
-
操作系统模拟文件。
功能要求
①至少 支持普通文件和目录两种类型 支持普通文件和目录两种类型 支持普通文件和目录两种类型 支持普通文件和目录两种类型 支持普通文件和目录两种类型 支持普通文件和目录两种类型
②创建新文件 创建新文件 ,删除已有文件 ,删除已有文件 ,删除已有文件 ,删除已有文件
③根据文件名 根据文件名 (绝对路径)检索到相应 (绝对路径)检索到相应 (绝对路径)检索到相应 (绝对路径)检索到相应 (绝对路径)检索到相应 的文件 的文件 (/d0/d1/ /d0/d1//d0/d1/ /d0/d1//d0/d1/filename filenamefilenamefilenamefilename filename)
④支持的操作: 支持的操作: openopen open、closecloseclosecloseclose、read read 、writewrite
⑤至少 支持三层目录( 支持三层目录( 支持三层目录( /d0/d1/ /d0/d1//d0/d1/ /d0/d1//d0/d1/filename filenamefilenamefilenamefilename filename)
⑥能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 能读取外部提供的文件并存入到系统中(即从模拟磁盘空间之拷贝 文件 )
⑦提供命令行界面,能够显示目录内容 和文件提
- 2022-07-12 04:07:08下载
- 积分:1
-
本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。...
本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。-The project is a dynamic partitioning of memory allocation simulation program. Users through the process can understand the dynamic partition allocation methods used in data structure and distribution of algorithms, understanding of dynamic partitioning storage management approach and its realization process of understanding.
- 2023-04-07 23:50:04下载
- 积分:1