-
LFS.This is a kind of file system.
LFS.This is a kind of file system.
- 2022-03-23 06:52:49下载
- 积分:1
-
ATARAID driver, easy
ATARAID的驱动程序, 简单易懂-ATARAID driver, easy-to-read
- 2022-03-30 17:54:14下载
- 积分:1
-
一个UTF的源代码,可以提供参考
一个UTF的源代码,可以提供参考-a UTF source code, it can provide information
- 2022-05-09 07:33:54下载
- 积分:1
-
这是一个使用了 cursor 编程技术实现的车站自动售票系统的源代码,其中也包含了一些数据库操作员技术。...
这是一个使用了 cursor 编程技术实现的车站自动售票系统的源代码,其中也包含了一些数据库操作员技术。-This is a use of the cursor programming technology stations automatic ticketing system source code, which also contains a number of database technology operators.
- 2022-01-25 23:14:52下载
- 积分:1
-
Linux 串口编程参考文档,这里对相关的接口描述的很清晰的。...
Linux 串口编程参考文档,这里对相关的接口描述的很清晰的。-Uart reference document in Linux. You can use the interface functions easily.
- 2022-07-01 18:23:27下载
- 积分:1
-
C graphical interface development and embedded programming, is a powerful c...
C++图形界面开发与嵌入式编程,是一个强大的c++函数库,是C++进阶好资料-C graphical interface development and embedded programming, is a powerful c function library is a C Advanced good information
- 2022-02-07 18:00:23下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
标准linux 2.4.20 针对ds1302 的RTC 源码,具有充电功能!
标准linux 2.4.20 针对ds1302 的RTC 源码,具有充电功能!-DS1302 standard for the linux 2.4.20 source RTC with charging function!
- 2022-02-06 22:15:10下载
- 积分:1
-
题目:文件系统的模拟实现
目的:深入理解文件系统的实现机制,掌握文件访问的编程技术。
任务:实现一个文件模拟文件系统。...
题目:文件系统的模拟实现
目的:深入理解文件系统的实现机制,掌握文件访问的编程技术。
任务:实现一个文件模拟文件系统。
-Title: File System Simulation realize the purpose of: In-depth understanding of file system mechanisms to achieve, master file access programming technology. Mission: the realization of a simulated document file system.
- 2022-06-17 06:43:15下载
- 积分:1
-
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。...
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。-It can be used to look through directory ,equal to find .It is a good example to pratice embed function and call faunction.
- 2022-07-17 02:32:21下载
- 积分:1