-
linux下的BOOT程序原码,有需要的可以来下,保证好用
linux下的BOOT程序原码,有需要的可以来下,保证好用-procedures under the BOOT original code, we need to be, to ensure ease of use
- 2022-02-06 03:04:54下载
- 积分:1
-
使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码...
使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码-Kernel compile using the method of adding a paper copy of the system call, compressed package has specific kernel compile as well as steps to increase the system calls as well as the source code
- 2022-03-18 16:00:15下载
- 积分:1
-
esc/pos指令集的打印机的并口程序开发的演示源代码
esc/pos指令集的打印机的并口程序开发的演示源代码
- 2022-05-16 12:15:04下载
- 积分:1
-
此程序uda1341驱动程序分析,其中加入了源码注释,有对驱动感兴趣的,看看吧,...
此程序uda1341驱动程序分析,其中加入了源码注释,有对驱动感兴趣的,看看吧,-This procedure uda1341 driver analysis, which joined the source notes, there is interest on the drive to see it,
- 2022-06-02 17:39:02下载
- 积分:1
-
开放源码的Linux自由式演示
Ftee type Demo for Linux open source-Ftee type Demo for the Linux open source
- 2022-12-30 19:50:04下载
- 积分:1
-
28F128J系列FLASH驱动
28F128J系列FLASH驱动-28F128J series FLASH drive
- 2022-01-31 18:22:33下载
- 积分:1
-
石器时代2.0完整版源代码.已经加入新功能.
在REDHAT9下GCC3.4编译成功....
石器时代2.0完整版源代码.已经加入新功能.
在REDHAT9下GCC3.4编译成功.
-Stone Age 2.0 full version of the source code. Has joined the new features. In RedHat9 success under the GCC 3.4 compiler.
- 2022-11-07 20:00:03下载
- 积分:1
-
实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令
实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
- 2022-03-26 11:27:10下载
- 积分:1
-
家庭作业,操作系统,共享内存
homework , operating system, on shared memory
- 2022-03-24 10:30:07下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1