-
alienmind
AlienMind-1.2.tar.bz2
- 2022-07-21 16:48:45下载
- 积分:1
-
学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。...
学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。-learning process structure, the preparation of the daemon, the master daemon start method. More examples of the preparation process.
- 2022-06-01 01:53:41下载
- 积分:1
-
expat功能开发包,xml解析包,超级好用
expat功能开发包,xml解析包,超级好用-functional development expat package, xml analytic package, super easy to use
- 2022-12-09 22:25:03下载
- 积分:1
-
unlinux下的LCD显示程序,能够实现图片格式的转换及显示
unlinux下的LCD显示程序,能够实现图片格式的转换及显示-unlinux under the LCD display program that can realize the image format conversion and display
- 2022-01-21 18:41:27下载
- 积分:1
-
TCP连接
基于TCP connect原理的TCP端口扫描器。linux环境下的。-TCP connect-based TCP port scanner principle. linux environment.
- 2022-03-12 01:24:27下载
- 积分:1
-
QT插件源码,QT插件源码,QT插件源。
QT widget source, QT widget source.-QT widget source,QT widget source,QT widget source.
- 2022-08-20 10:47:16下载
- 积分:1
-
motorolfa ezx平台的mp3播放器,基于libmad
motorolfa ezx平台的mp3播放器,基于libmad-motorolfa ezx platform mp3 player, based on libmad
- 2022-02-07 06:30:30下载
- 积分:1
-
Linux设备驱动程序第三版,非常经典,Linux设备驱动编程必看
Linux设备驱动程序第三版,非常经典,Linux设备驱动编程必看-Linux device driver ver3
- 2022-12-09 19:20: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
-
带宽测量算法spruce源代码,能够实现对网络带宽的测量
带宽测量算法spruce源代码,能够实现对网络带宽的测量-Bandwidth measurement algorithm spruce source code, be able to achieve the measurement of network bandwidth
- 2022-11-22 15:30:03下载
- 积分:1