-
这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性...
这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性-This is based on the Linux platform on the progress of the multi-process control procedures, complete with GTK, linux embodies the characteristics of multi-process control
- 2022-04-24 18:36:58下载
- 积分:1
-
Office of the software a touch
本软件一个处摸屏驱动软件,在ads上编译-Office of the software a touch-screen software, compiled in ads
- 2022-05-30 08:48:20下载
- 积分:1
-
摄像头OV9652初始化配置,已经过实际验证。
摄像头OV9652初始化配置,已经过实际验证。-OV9652 camera initialization configuration, has been the actual authentication.
- 2023-04-22 14:15: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
-
此程序时sc32410da源码驱动,这是我开发版上的源码
此程序时sc32410da源码驱动,这是我开发版上的源码-This program sc32410da source driver, this is my development version of the source
- 2023-01-12 13:15:03下载
- 积分:1
-
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使...
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使用PCX文件作为日志和签名文件,可以用ASCII文本覆盖。-ASCII document will be converted into fax (tiff) format file from the command line procedures. It might Hylafax (Linux) and bgfax (DOS/Windows) to work together. PCX use it as a log file and signature files, you can use ASCII text coverage.
- 2023-01-27 02:10:04下载
- 积分:1
-
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。...
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。-A detailed description of the internal bootloader changes the principle has been of concern to academicians paper.
- 2022-05-22 19:10:30下载
- 积分:1
-
qt4 linux下实现俄罗斯方块,实现基本功能,能和电脑对战
qt4 linux下实现俄罗斯方块,实现基本功能,能和电脑对战-qt4 achieve Tetris
- 2022-04-25 08:38:44下载
- 积分:1
-
在linux下利用video4linux接口采集单幅图像
在linux下利用video4linux接口采集单幅图像-grab one picture via video4linux in linux
- 2022-05-25 18:07:43下载
- 积分:1
-
tools of ultra
很少见的linux下的红外口的工具,如果有使用手机红外口的可以试一试,我还没有使用-tools of ultra-red under linux, use for mobil phone
- 2022-10-03 08:10:03下载
- 积分:1