▍1. alsa 录音示例代码 官方提供 测试通过
alsa 录音示例代码 官方提供 测试通过-alsa- sample to capture voice or sound
alsa 录音示例代码 官方提供 测试通过-alsa- sample to capture voice or sound
linux学习笔记,涉及linux的系统管理,开发常用的命令!-linux study notes related to linux system administration, development of commonly used commands!
通用的菜单界面程序-common menu interface procedures
获取文件连接池的数目(程控使用)-access to documents the number of connection pool (programmed use)
在PXA270上的IO驱动,包括键盘。LED.等试验的源代码。-In the PXA270 on the IO drive, including the keyboard. LED. Such test source code.
Linux下面摄像头最新源代码:支持200多中摄像头-Linux camera following the latest source code: Support more than 200 in the camera
《Unix网络编程》的源代码的inetd部分-"Unix Network Programming," the source part of the inetd
linux线程编程-linux multi-thread programming
linux下面关于LVS的安装,希望给大家一点帮助吧-linux on LVS the installation of the following, I hope you give us some help
2.6.12内核版本的嵌入式linux摄像头驱动源代码程序-kernel version 2.6.12 Embedded Linux camera driver source code procedures
一个主程序产生两个子进程计算N=36的Fibonacci数列,然后统计进程各自的实际时间,CPU时间,用户时间和内核时间。-main program have a two-calculation process N = 36 Fibonacci sequence, and then statistical process to the actual time, CPU time, the kernel and user time to time.
linux 设备驱动开发详解,适合初学者使用。part three.-linux device driver development Xiang Jie, suitable for beginners to use. part three.
linux的一个启动boot文件-boot a linux startup file
USB键盘驱动,是标准的驱动,可以试一下,很好用!-USB keyboard-driven, is a standard driver, you can try, a good use!
pthreads jacobi iteration
RoboCup仿真组世界冠军源代码-RoboCup simulation World Champions source code
Linux编程经典教材,英文原版书,绝对清晰非扫描版,讲述了Linux下编程的方法和技巧,是不可缺少的工具书。-Linux Programming classic textbook, English original book, absolutely clear and non-scan version of Linux under the program described the methods and techniques is an indispensable tool.
2410can总线的测试代码,参考革新2410实验箱上的代码改写的!-Bus 2410can test code, reference innovative experimental box on the 2410 rewrite of the code!
//初始化 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)