-
It is a app.tar!
LINUX下的图形界面的一个应用程序!介绍如何登陆到数据库等内容!很帮哦!-It is a app.tar!
- 2022-08-22 20:27:42下载
- 积分:1
-
rxvt经典的linux下的终端.小巧实用
rxvt经典的linux下的终端.小巧实用-rxvt classic linux under the terminal. Compact practical
- 2022-01-26 17:37:59下载
- 积分:1
-
Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefi...
程序是根据vidcat改的,只能抓PPM的图.
makefile的内容如下,请注意打小写:
cc=gcc
#cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev="/dev/v4l/video0" -dversion="0.7.2"
cflags=-wall -dvideo_dev="/dev/video0" -dversion="0.7.2"
camsnap: camsnap.c
用法如下:
camsnap -v -s 420x420 -o my.ppm
这儿请注意:s 的大小必需是8能整除的倍数.
这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.-Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefile reads as follows, please note that playing lowercase: cc = gcc# Cflags =- i/firendly-arm/kernel/include-i/usr/local/arm/2.95 .3/arm-linux/include-wall-dhave_libjpeg#-dvideo_dev =
- 2023-04-15 21:40:03下载
- 积分:1
-
介绍在UNIX下怎样使用DBX调试程序的书籍,可以深入了解UNix下的程序调试...
介绍在UNIX下怎样使用DBX调试程序的书籍,可以深入了解UNix下的程序调试-UNIX describes how to use the DBX debugger under the books, you can understand UNix under the program debugging
- 2022-01-24 10:10:05下载
- 积分: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
-
avl tree structure utilises the file input and output feature of c
avl tree structure utilises the file input and output feature of c
- 2022-06-30 01:16:25下载
- 积分:1
-
LINUX下的通信实现,套接字,用于连个进程之间的通信
LINUX下的通信实现,套接字,用于连个进程之间的通信-Communication under LINUX, socket for even the process of communication between
- 2022-04-17 11:00:15下载
- 积分:1
-
s1240 74字节话单二进制格式转换程序,程序结构可用语其他交换机话单格式转换...
s1240 74字节话单二进制格式转换程序,程序结构可用语其他交换机话单格式转换-s1240 74 single-byte words binary format conversion procedures, program structure can then switch language other single format conversion
- 2022-08-20 08:27:55下载
- 积分:1
-
jffs2源代码基于2。6内核
jffs2源代码基于2。6内核-jffs2 source code on two. 6 kernel
- 2023-06-18 16:55:03下载
- 积分:1
-
很好用的ping程序
很好用的ping程序-good procedures used ping
- 2022-07-13 14:50:48下载
- 积分:1