-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
linux网络socket,tcp三路握手:accept,lisent
linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
- 2022-04-13 04:43:55下载
- 积分:1
-
UNIX/LINUX下自编的消息队列程序
UNIX/LINUX下自编的消息队列程序-UNIX/LINUX own under the procedures of the message queue
- 2022-02-10 06:06:51下载
- 积分:1
-
qt帮助文档,chm格式。包含所有的qt的类和用法。是学习linux窗口编程的好助手...
qt帮助文档,chm格式。包含所有的qt的类和用法。是学习linux窗口编程的好助手-qt help documentation, chm format. Contains all of the category and usage qt. Linux window to learn good programming assistant
- 2022-09-01 12:00:04下载
- 积分: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
-
Unix/Linux下转换用户ID的su程序源码
Unix/Linux下转换用户ID的su程序源码-Unix/Linux transforms user ID the su procedure source code
- 2022-05-29 07:38:39下载
- 积分:1
-
计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串...
计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串-calculated a date n n days or days before the date of the number of input and output, the date of the grid for more YYYMMDD string
- 2022-02-21 00:41:37下载
- 积分:1
-
Linux下的C、C++ IDE
Linux下的C、C++ IDE-Linux C and C++ IDE
- 2022-03-19 06:21:33下载
- 积分:1
-
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。...
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。-X86-based Linux system LED driver development under the example code, with a corresponding test procedure.
- 2022-02-07 05:50:46下载
- 积分:1
-
A very simple linux FTP server. Including browsing, delete, upload, download, co...
一个非常简单的linux FTP服务器。包括浏览、删除、上传、下载、转换目录等最基本的功能,用传统的多进程的方式实现。压缩文件里有详细的编译说明。-A very simple linux FTP server. Including browsing, delete, upload, download, convert directories such as the most basic functions, the traditional multi-process ways. Compressed file to compile a detailed description.
- 2022-07-19 03:20:10下载
- 积分:1