-
并口驱动程序,在linux2.4可以编译通过并能运行。是个测试例程,无实际用处。...
并口驱动程序,在linux2.4可以编译通过并能运行。是个测试例程,无实际用处。-parallel port drivers, in linux2.4 be able to compile and run. Routine testing is no practical usefulness.
- 2022-02-04 20:46:05下载
- 积分:1
-
多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。...
多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。-multithreaded programming examples, there are a number of multi-threaded operating methods, learning Linux thread attribute set.
- 2023-03-23 08:05:03下载
- 积分:1
-
ARMLinux
基于ARMLinux的高速数据采集技术研究-ARMLinux-based high-speed data acquisition technology research
- 2023-05-26 06:10:02下载
- 积分:1
-
Video Surveillance
视频监控-Video Surveillance
- 2022-05-25 23:59:12下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
在键盘下实现的代码,希望对大家有帮助。
linux下的键盘实现代码,希望对大家有所帮助吧。-linux under the keyboard to achieve the code, I hope all of you to help you.
- 2022-12-25 14:00:03下载
- 积分:1
-
Chinese version of Linux kernel, introduce Linux kernel in detail , helpful
Linux 内核的中文版,详细介绍了Linux内核的原理,值得一读! -Chinese version of Linux kernel, introduce Linux kernel in detail , helpful
- 2022-01-21 18:41:05下载
- 积分:1
-
SIP source code
SIP 1.5.0源代码-SIP source code
- 2023-04-28 05:40:04下载
- 积分:1
-
linux上实现的多种型号的AVR模拟器
linux上实现的多种型号的AVR模拟器-linux achieve a variety of models of AVR simulators
- 2022-03-29 21:04:06下载
- 积分:1
-
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送...
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声.
-Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified directory. Program structure is very simple, two processes: one to determine the status of U disk, U disk through the MSG to the state to the main process, the main deal with all matters of a process thread handle audible.
- 2022-10-12 03:55:03下载
- 积分:1