-
内核源代码漫游
Linux内核源代码漫游-Linux kernel source code roaming
- 2022-01-28 21:48:44下载
- 积分:1
-
手的掌握
高手写的手写代码!欢迎大家下载,共同交流,如果有问题,请联系我!谢谢!-A master of hand-written code to write! Welcome everyone to download, share, if there are problems, please contact me! Thank you!
- 2023-04-01 20:20:03下载
- 积分:1
-
在beginning linux programming 书中提供的第五章的有关代码
在beginning linux programming 书中提供的第五章的有关代码-In the beginning linux programming book provided by Chapter V of the code
- 2022-03-30 14:20:11下载
- 积分:1
-
Add to vsftp virtual account is very convenient to use
向vsftp中添加虚拟账户,使用起来十分方便-Add to vsftp virtual account is very convenient to use
- 2022-02-28 12:42:59下载
- 积分:1
-
Others have been under linux serial or parallel port to receive infrared remote...
linux下通过串口或并口接收红外遥控信号,带学习功能,能识别多种红外协议. 可编程发出各种X事件.-Others have been under linux serial or parallel port to receive infrared remote control signals, with a learning function, can identify a variety of infrared protocol. programmability make all kinds of X events.
- 2022-02-07 22:11:41下载
- 积分:1
-
linux下的串口精灵的类似软件,为嵌入式软件开发人员提供一个在linux下的串口调试的工具...
linux下的串口精灵的类似软件,为嵌入式软件开发人员提供一个在linux下的串口调试的工具-linux serial port under the Wizard of similar software for embedded software developers to provide a serial port under linux debugging tools
- 2022-04-01 09:06:16下载
- 积分:1
-
僵尸网络部分的源代码,用于分析这部分的代码,并对其进行了分析和研究,并对其进行了分析和研究,并对其进行了分析…
Botnet 部分源码,用于分析此部分代码,进而了解其工作原理,实现逆向分析。-Botnet part of the source code for the analysis of this part of the code, and thus understand its working principle, to achieve reverse analysis.
- 2023-02-06 13:10:03下载
- 积分: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
-
基于ARM+uClinux的嵌入式系统开发
基于ARM+uClinux的嵌入式系统开发-Development on a flushbonding system ,which is based on ARM and uClinux.
- 2022-03-18 23:25:48下载
- 积分:1
-
Blue
Blue-small-1.2.tar.bz2.rar
- 2022-01-30 15:06:32下载
- 积分:1