-
RoboCup 2005 2D仿真 Mersad队 源代码
RoboCup 2005 2D仿真 Mersad队 源代码-Mersad Source 2005
- 2022-02-07 01:51:35下载
- 积分:1
-
linux下的tftp socket编程样例
linux下的tftp socket编程样例-the tftp socket Programming Example
- 2023-05-29 17:20:03下载
- 积分:1
-
camE 1.9 for Linux
camE 1.9 for Linux - camE is an imlib2 webcam grabber, annotator, and uploader.
-camE 1.9 for Linux- camE is an imlib2 webcam grabber, annotator, and uploader.
- 2022-02-05 23:58:41下载
- 积分:1
-
开源网络爬虫程序,大家好好学习!C++实现
开源网络爬虫程序,大家好好学习!C++实现-Open source network reptiles procedures, study hard everyone! C++ Realize
- 2022-04-10 17:13:54下载
- 积分:1
-
linux驱动的入门教材啦,很好用,非常适合各位想进入该领域的同志啦.加油看吧...
linux驱动的入门教材啦,很好用,非常适合各位想进入该领域的同志啦.加油看吧-entry materials-- that is useful, very appropriate for you to enter the field of Comrade it. Refueling CMTech
- 2022-05-21 03:14:55下载
- 积分:1
-
网卡驱动程序详解
网卡驱动程序详解-Elaborates on Ethernet Driver
- 2022-02-05 01:59:56下载
- 积分:1
-
摄像头简单测试程序(截图)使用read函数,在LCD上显示
摄像头简单测试程序(截图)使用read函数,在LCD上显示-Camera, a simple test program (screenshot) use read function, the LCD display
- 2022-02-16 03:39:27下载
- 积分: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
-
用C语言写的Linux下基于socket通讯的聊天程序,可以实现端到端的聊天或多人组播聊天...
用C语言写的Linux下基于socket通讯的聊天程序,可以实现端到端的聊天或多人组播聊天-Written using C language under Linux-based chat program socket communication, you can realize end-to-end or more multicast chat chat
- 2022-02-13 10:13:03下载
- 积分:1
-
往Linux 0.11系统中加入了mount/umount和读写DOS软盘和DOS分区的工具mtools...
往Linux 0.11系统中加入了mount/umount和读写DOS软盘和DOS分区的工具mtools-0.11 Linux system to add a mount/umount read and write DOS floppy disk and DOS partition tool mtools
- 2023-01-16 02:40:04下载
- 积分:1