-
这是一个用arm,在linux下编写的一个sleep程序,通过等待,完成相应的读写操作。...
这是一个用arm,在linux下编写的一个sleep程序,通过等待,完成相应的读写操作。-This is a work arm, in the linux prepared a sleep program, by waiting to complete the appropriate read and write operations.
- 2022-08-21 13:28:18下载
- 积分:1
-
Standard c++ Learning the source code. Uc code there are 15 days c++ Learning co...
标准c++的学习源代码。还有uc代码
15天c++学习代码和4天unix c学习代码
使用gcc编译器,solaris环境,完全通过编译,源自达内科技学习笔记-Standard c++ Learning the source code. Uc code there are 15 days c++ Learning code and four days to learn unix c code using gcc compiler, solaris environment, completely through the compiler, derived from scientific and technological study notes Tatsu
- 2023-06-12 19:05:04下载
- 积分:1
-
linux 设备驱动开发详解,适合初学者使用。part four.
linux 设备驱动开发详解,适合初学者使用。part four.-linux device driver development Xiang Jie, suitable for beginners to use. part four.
- 2022-06-28 18:27:10下载
- 积分:1
-
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。...
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。-A detailed description of the internal bootloader changes the principle has been of concern to academicians paper.
- 2022-05-22 19:10:30下载
- 积分:1
-
Moto A1200 kernel SRC
Moto A1200 kernel SRC
- 2022-01-26 05:21:13下载
- 积分:1
-
建立一个模拟数据库来存储你的登录用户名、密码,密码通过salt加密,然后能统计错误登录次数、密码衰老期、防止密码猜测,同时根据你的uid权限来启动shell...
建立一个模拟数据库来存储你的登录用户名、密码,密码通过salt加密,然后能统计错误登录次数、密码衰老期、防止密码猜测,同时根据你的uid权限来启动shell
-The establishment of a simulation of a database to store your login usernames, passwords, password encryption salt, and then log on to the number of statistical error, password aging period, to prevent password guessing and at the same time based on your uid privileges to start shell
- 2022-05-23 10:58:41下载
- 积分: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
-
sjf2410的使用,可以烧写nandfash 和nor flash
sjf2410的使用,可以烧写nandfash 和nor flash-sjf2410 use, you can nandfash and nor flash programmer
- 2022-04-08 08:24:25下载
- 积分:1
-
开发环境 Unix c语言 代理服务器 可以真是的使用
开发环境 Unix c语言 代理服务器 可以真是的使用-Unix development environment c language proxy server can really use
- 2022-06-27 18:52:58下载
- 积分:1
-
through two signals to achieve volume between the two threads simultaneously, an...
通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.
- 2023-02-22 20:25:05下载
- 积分:1