-
A nice article for beginner of c or c++ programmer
A nice article for beginner of c or c++ programmer
- 2022-03-05 11:20:26下载
- 积分:1
-
linux2.6输入子系统,包括详细的代码分析
linux2.6输入子系统,包括详细的代码分析-linux2.6 input subsystem, including a detailed analysis of the code
- 2022-07-09 00:40:21下载
- 积分:1
-
一个Linux,语音应答设备,搅拌机安装和配置,/ dev /…
一个在linux下的,针对声音设备文件,混音器的设置和配置,/dev/mixer,/dev/dsp,/dev/audio,-one of the linux, voice response equipment, mixers setup and configuration,/dev/mixer,/dev/dsp,/dev/audio, etc.
- 2022-03-10 07:47:59下载
- 积分:1
-
真是好东西,USB的Vod,好就是好,不信你
真是好东西,USB的Vod,好就是好,不信你-really good things, USB Vod, and good is good, do not trust you to s
- 2022-02-05 11:59:25下载
- 积分:1
-
《μCOS
《μCOS-II微小内核分析与程序设计-基于LPC2300》配套例程第三章 uCOS-II程序设计实例- ΜCOS-II micro-kernel analysis and program design- based on the LPC2300 matching routines uCOS-II Chapter III program design examples
- 2022-09-14 13:10:03下载
- 积分:1
-
Linux下实现的socket通信,
建有客户端和服务器端
简单适合初学习使用...
Linux下实现的socket通信,
建有客户端和服务器端
简单适合初学习使用-Linux under the socket communications, built client and server for the beginning of learning to use simple
- 2022-01-28 08:53:23下载
- 积分: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
-
linux下MPEG播放器,支持各种格式,有vc工程,纯C代码
linux下MPEG播放器,支持各种格式,有vc工程,纯C代码-MPEG play used under linux, support many style, C code
- 2023-07-19 21:35:03下载
- 积分:1
-
minixml是小型的xml解析库,用C语言编写,很容易把它移植到嵌入式系统中。源码是minixml1.3版本,是minixml版本中很重要的一个版本,最新版是...
minixml是小型的xml解析库,用C语言编写,很容易把它移植到嵌入式系统中。源码是minixml1.3版本,是minixml版本中很重要的一个版本,最新版是2.6,但是2.6版本过于庞大,不方便移植。-minixml are small xml parsing library, using C language, it is easy to put it ported to an embedded system. Source is minixml1.3 version, is a very important minixml release a version of the latest version is 2.6, but the 2.6 version is too large, inconvenient transplant.
- 2022-08-20 19:41:57下载
- 积分:1
-
ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过....
ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过.-ARM S3C2410 4x4 keyboard interrupt-driven (including driving, Makefile, testing OSS), the Linux 2.6.8.1 environment tested.
- 2022-10-12 22:50:02下载
- 积分:1