-
mvc源码,一个简单的视频捕捉程序在Linux下,你可以学习视频API…
mvc源码,一个linux下简单的视频捕捉程序,你可以学习视频相关API函数的调用。 -myc source, Linux under a simple video capture program, you can learn video API function call.
- 2022-05-10 21:17:30下载
- 积分:1
-
linux下面关于LVS的安装,希望给大家一点帮助吧
linux下面关于LVS的安装,希望给大家一点帮助吧-linux on LVS the installation of the following, I hope you give us some help
- 2023-08-28 07:35:04下载
- 积分:1
-
rxvt经典的linux下的终端.小巧实用
rxvt经典的linux下的终端.小巧实用-rxvt classic linux under the terminal. Compact practical
- 2022-01-26 17:37:59下载
- 积分:1
-
RoboCup 2005 2D仿真 Brainstormers队 源代码
RoboCup 2005 2D仿真 Brainstormers队 源代码-Brainstormers Source2005
- 2022-06-29 03:48:26下载
- 积分:1
-
patch 之后,在/usr/src/linux/drivers/usb/生成spca5xx文件夹,
修改Makefile,spcadecoder.o...
patch 之后,在/usr/src/linux/drivers/usb/生成spca5xx文件夹,
修改Makefile,spcadecoder.o,spca50x.o的生成目录要加全,
即usr/src/linux/drivers/usb/,
而不只是drivers/usb/,make生成spca5xx.o
拷入/usr/src/linux/drivers/usb/,
修改该目录下Makefile,因已经使用spcadecoder.o,spca50x.o
生成spca5xx.o,没有必要再次生成spcadecoder.o,spca50x.o,
更重要的原因因要生成总驱动urbdrv.o,若加入这两者,则冲突之;
屏蔽两者的obj,加入spca5xx的obj make dep ,make zImage-install spca5xx driver for arm2410 linux
- 2022-03-02 16:41: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
-
Cadence的许可证
cadence license
IC5141 ASSURA ALLEGRO PCB
MMSIM
- 2022-03-17 16:43:53下载
- 积分:1
-
multi
linux c 多线线程在此源码中应用了锁的同步-multi-thread linux c source code in this application of the lock synchronization
- 2022-10-17 15:35:03下载
- 积分:1
-
在beginning linux programming 书中提供的第六章的有关代码
在beginning linux programming 书中提供的第六章的有关代码-In the beginning linux programming book provided by Chapter VI of the code
- 2022-07-23 03:51:17下载
- 积分:1
-
定义一个打印头文件,能够将普通信息、警告信息、错误信息以不同的颜色在终端上打印出来...
定义一个打印头文件,能够将普通信息、警告信息、错误信息以不同的颜色在终端上打印出来-Define a print header files, the ability to general information, warning messages, error messages in different colors in the terminal to print out
- 2022-04-28 07:54:35下载
- 积分:1