-
many of the classic examples of embedded themselves see it
很多的经典的嵌入式例子 自己去看吧-many of the classic examples of embedded themselves see it
- 2023-02-20 14:15:04下载
- 积分:1
-
Linux,gSOAP,线程池的例子。使用gSOAP和自己的线程池的监控…
linux, gsoap, thread pool, example.
使用gsoap和一个自己开发的线程池监听并处理soap请求的示例代码-linux, gsoap, thread pool, example. use gsoap and an own thread pool monitor and deal with requests soap sample code
- 2022-03-13 11:03:17下载
- 积分:1
-
hashtree算发
hashtree算发-hashtree counting fat
- 2022-02-13 16:57:31下载
- 积分:1
-
at91sam926x 系列 linux
at91sam926x 系列 linux-2.6.27 扩展补丁-at91sam926x series expansion patch for linux-2.6.27
- 2022-10-29 17:05:03下载
- 积分:1
-
实现的外壳,可以处理订单CD:电流变化路径pwd的过程:1.
实现Shell,能处理命令
cd :改变进程当前路径
pwd :查看进程当前路径
pid:查看当前进程号(getpid()系统调用)
logout :退出shell
ls [-l]
rm [-r]
mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the current process (getpid () system call) logout : withdraw from the shell ls [-l] rm [-r] mkdir, mv, cp
- 2022-07-20 23:01:41下载
- 积分:1
-
一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。...
一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。-A unit testing framework, the main documents and applications to run with the compiler to check function c document BUG. In actual use, the main applications in linux, the usage is very similar to Junit.
- 2022-03-16 20:07:55下载
- 积分:1
-
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码-LINUX, the Bluetooth protocol stack including the SDP HCI, such as a complete code
- 2022-09-08 14:00:02下载
- 积分:1
-
open source data processing
开源marc数据处理-open source data processing
- 2023-01-16 12:15:05下载
- 积分:1
-
很好的QT基础实验程序,是linux下做图形界面很好的入门资料。...
很好的QT基础实验程序,是linux下做图形界面很好的入门资料。
- 2022-02-25 22:25:09下载
- 积分: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