-
线程中使用Semaphore的例子
线程中使用Semaphore的例子 -The example for using semaphore in thread
- 2022-03-16 04:24:14下载
- 积分:1
-
linux下的程序调试工具gdb,非常好用,
linux下的程序调试工具gdb,非常好用,-It is the debug tool "gdb"for linux,very useful
- 2023-05-15 18:40:03下载
- 积分:1
-
华中科技大学96级学生linux内核实习报告
华中科技大学96级学生linux内核实习报告- The Central China scientific and technical university 96 levels
of students linux essence practice reported
- 2022-08-13 19:07:49下载
- 积分:1
-
Machine Vision Toolbox for MATLAB (Release 2)澳大利亚机器视觉工具箱 第二版,内含详细说明书。不过好像只在Linux...
Machine Vision Toolbox for MATLAB (Release 2)澳大利亚机器视觉工具箱 第二版,内含详细说明书。不过好像只在Linux下通过验证,Windows下运行没有验证过。-Machine Vision Toolbox for MATLAB (Release 2) Machine Vision Toolbox Australia second edition, containing a detailed specification. But it seems only in Linux through authentication, Windows is not verified to run under.
- 2022-03-18 05:30:08下载
- 积分:1
-
网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备
网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备-network programming, uc/os using IP/TCp agreement, embedded development required
- 2022-02-22 05:52:53下载
- 积分: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
-
图像中非刚性曲线的蛇形检测算法
图像中非刚性曲线的蛇形检测算法-African rigid image of the snake-like curves Detection Algorithm
- 2022-01-31 13:04:31下载
- 积分:1
-
Linux设备驱动开发详解_PCI驱动范例
Linux设备驱动开发详解_PCI驱动范例-Linux device driver development driver _PCI Detailed Example
- 2022-05-12 22:24:09下载
- 积分:1
-
jffs2源代码基于2。6内核
jffs2源代码基于2。6内核-jffs2 source code on two. 6 kernel
- 2023-06-18 16:55:03下载
- 积分:1
-
此程序为linux下的s3c2410的ad模数转换器驱动程序,这是我买的教学试验平台带的,写的很不错,贡献出来。...
此程序为linux下的s3c2410的ad模数转换器驱动程序,这是我买的教学试验平台带的,写的很不错,贡献出来。-This program for linux the ad under the S3C2410 ADC driver, this is my test platform to buy teaching band, write a very good contribution to come out.
- 2022-03-09 15:09:05下载
- 积分:1