-
linux thread example
linux线程例子-linux thread example
- 2022-07-26 13:56:31下载
- 积分:1
-
Jflash.rar
Jflash.rar --Jflash的源代码,vcc编写过的-Jflash.rar-- Jflash of source code, prepared by vcc
- 2022-07-23 18:33:56下载
- 积分:1
-
dns 配置
dns 配置-Linux下DNS配置文件祥解 - China Linux Forum-dns configuration-Linux DNS configuration file xiang, XIE-China Linux Forum
- 2022-03-04 19:54:02下载
- 积分:1
-
a multi thread sample code
一个非常简单有效的多线程实例源码,对没有多线程概念的同学非常有用-a multi thread sample code
- 2023-09-07 05:10:03下载
- 积分:1
-
该压缩包包含了GTK+的大量API函数,很值得推荐,为您在实际设计过程中节省了宝贵的时间,提高了效率。...
该压缩包包含了GTK+的大量API函数,很值得推荐,为您在实际设计过程中节省了宝贵的时间,提高了效率。-The compressed packet contains GTK+ A large number of API functions, it is worthy of recommendation for you in the actual design process to save valuable time and increase efficiency.
- 2022-04-23 11:06:31下载
- 积分:1
-
linux 串口应用程序,实现ARM串口数据的传输
linux 串口应用程序,实现ARM串口数据的传输-linux serial port applications, the realization of ARM serial data transmission
- 2023-04-25 22:25:04下载
- 积分:1
-
蛴螬
grub-0.93.part1源码,可以学习编写自己的操作系统-grub-0.93.part1 source, can learn to write your own operating system
- 2022-06-15 00:39:57下载
- 积分: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
-
linux2.6输入子系统,包括详细的代码分析
linux2.6输入子系统,包括详细的代码分析-linux2.6 input subsystem, including a detailed analysis of the code
- 2022-07-09 00:40:21下载
- 积分:1
-
一个简单的关于LINUX下的模仿SHELL的实现的程序,多指教
一个简单的关于LINUX下的模仿SHELL的实现的程序,多指教-a simple on the LINUX SHELL imitate the realization of the procedures and enlighten
- 2023-08-19 15:40:03下载
- 积分:1