-
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!...
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!-Detailed under linux and efficient C programming manual, has been used in a reference book, I feel great value!
- 2022-04-01 21:55:13下载
- 积分:1
-
Unix 下canny算法,c语言,来自http://www.ltrr.arizona.edu/
Unix 下canny算法,c语言,来自http://www.ltrr.arizona.edu/-Unix under the canny algorithm, c language, from http://www.ltrr.arizona.edu/
- 2023-07-03 02:25:03下载
- 积分:1
-
基于MINI2440的流水灯 与蜂鸣器源码+启动代码 可以直接运行
基于MINI2440的流水灯 与蜂鸣器源码+启动代码 可以直接运行-The water-based lamp and buzzer MINI2440 source+ boot code can run
- 2022-05-13 17:38:15下载
- 积分:1
-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
x264全搜索源代码,里有面很多可以学习的东西,超经典哦,大家可交流一下...
x264全搜索源代码,里有面很多可以学习的东西,超经典哦,大家可交流一下-x264-wide search for the source code, there are side can learn a lot of things, ultra classic Oh, we can exchange
- 2022-02-05 17:54:35下载
- 积分: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
-
在SCO UNIX 5.05下的代理程序,本人已经编译,编译时需要libsocket.a...
在SCO UNIX 5.05下的代理程序,本人已经编译,编译时需要libsocket.a-SCO UNIX 5.05 in the agent, I have compiled, the compiler needs libsocket.a
- 2022-04-23 03:17:34下载
- 积分:1
-
控制2440上的摄像头,实现动态预览,基于Linux操作系统
控制2440上的摄像头,实现动态预览,基于Linux操作系统-Control of 2440 on the camera, dynamic preview, based on the Linux operating system
- 2022-02-10 06:17:26下载
- 积分:1
-
alsa 录音示例代码 官方提供 测试通过
alsa 录音示例代码 官方提供 测试通过-alsa- sample to capture voice or sound
- 2023-08-31 19:40:03下载
- 积分:1
-
《Running Linux(第四版)》
《Running Linux(第四版)》-"Running Linux (fourth edition)"
- 2023-01-18 08:05:04下载
- 积分:1