-
unix环境下最有用的sed和awk两个文字处理工具
unix环境下最有用的sed和awk两个文字处理工具-unix environment the most useful both sed and awk language processing tools
- 2023-05-13 05:45:03下载
- 积分:1
-
在Linux使用systemV测试消息
在Linux使用systemV测试消息-use of the Linux news systemV test
- 2022-02-21 00:48:37下载
- 积分:1
-
This library provides functionality to control any camera that conforms to the...
This library provides functionality to control any camera that conforms to the
1394-Based Digital Camera Specification (which can be found at
http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf). It
utilizes the lowlevel functionality provided by libraw1394 to communicate with
the camera.-This library provides functionality to co ntrol any camera that conforms to the 1394-Base d Digital Camera Specification (which can be az und at http :// www.1394ta.org/Download/Technology/Spe cifications/Camera120.pdf). It utilizes the lowlevel functionality provided by libraw139 4 to communicate with the camera.
- 2022-02-05 18:57:16下载
- 积分:1
-
Linux大学上机源码学习
Linux大学上机源码学习-Linux source code on the plane University study
- 2022-07-07 20:50:33下载
- 积分:1
-
Linux,gSOAP,线程池的例子。使用gSOAP和自己的线程池的监控…
linux, gsoap, thread pool, example.
使用gsoap和一个自己开发的线程池监听并处理soap请求的示例代码-linux, gsoap, thread pool, example. use gsoap and an own thread pool monitor and deal with requests soap sample code
- 2022-03-13 11:03:17下载
- 积分: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预科班和培训讲义(内部大…
华清远见linux预科班培训讲义(内部资料)-Huaqing foresight linux matriculation classes and training handouts (internal data)
- 2023-02-14 16:35:06下载
- 积分:1
-
UNIX终端文件下载工具和C源程序代码,含中文说明
UNIX终端文件下载工具和C源程序代码,含中文说明-Terminal UNIX file download tools and C source code, with Chinese notes
- 2022-01-25 15:21:31下载
- 积分:1
-
Linux 0.11源代码(有详细的中文注释),学习Linux早期内核很好的教程...
Linux 0.11源代码(有详细的中文注释),学习Linux早期内核很好的教程-Linux 0.11 source code (with detailed notes in Chinese), to study the early Linux kernel very good tutorial
- 2022-03-24 05:08:26下载
- 积分:1
-
Shell programming examples, compression bag has a variety of shell programming e...
Shell编程实例,压缩包里有各种shell编程的例子-Shell programming examples, compression bag has a variety of shell programming examples
- 2022-03-06 18:29:18下载
- 积分:1