-
uclinux字符设备驱动编写的基本原理和过程,帮助刚刚入门的朋友一点提示...
uclinux字符设备驱动编写的基本原理和过程,帮助刚刚入门的朋友一点提示-uClinux character device driver to prepare the basic principles and processes to help a friend that just getting started tips
- 2022-03-10 08:33:54下载
- 积分:1
-
Arm2410 development board based on the linux driver under uda1341
基于arm2410开发板的linux下的uda1341驱动程序-Arm2410 development board based on the linux driver under uda1341
- 2022-04-08 16:53:23下载
- 积分:1
-
qt图形用户界面的学习文档,包括基础前沿知识和实现流出,教你一步一步学习QT界面的设计...
qt图形用户界面的学习文档,包括基础前沿知识和实现流出,教你一步一步学习QT界面的设计-a book of learing QT
- 2022-08-22 14:12:53下载
- 积分:1
-
的Microprose游戏“运输大亨豪华“开源克隆。
An open source clone of the Microprose game "Transport Tycoon Deluxe".
- 2022-02-04 20:40:41下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
robocup rcssserver
运行防真机器人足球比赛所用的服务器端
robocup rcssserver
运行防真机器人足球比赛所用的服务器端-robocup rcssserver really run anti-robot soccer tournament used server-side
- 2022-04-23 13:32:44下载
- 积分:1
-
C++ GUI Programming with Qt 4中文版
C++ GUI Programming with Qt 4中文版-C++ GUI Programming with Qt 4 Chinese version
- 2022-04-12 19:28:46下载
- 积分:1
-
UNIX环境高级编程。使用LINUX或者UNIX的朋友不可错过。讲解了很多基础知识,全面。...
UNIX环境高级编程。使用LINUX或者UNIX的朋友不可错过。讲解了很多基础知识,全面。-UNIX high-level programming environment. LINUX or UNIX using friends can not afford to miss. Explain a lot of basic knowledge and comprehensive.
- 2022-01-21 17:45:35下载
- 积分:1
-
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景...
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i
- 2022-02-16 05:28:10下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2023-06-06 17:10:03下载
- 积分:1