-
自己写的gps信息解码的程序,linux平台下的,主要是gga,rmc等的解析。...
自己写的gps信息解码的程序,linux平台下的,主要是gga,rmc等的解析。-Wrote it myself gps information decoding procedure, linux platform, mainly gga, rmc etc. Analysis.
- 2022-02-05 05:32:39下载
- 积分:1
-
小型web服务器,linux下的c程序实现,简洁高效。适合网络编程学习。...
小型web服务器,linux下的c程序实现,简洁高效。适合网络编程学习。-web server.
- 2022-03-06 22:28:09下载
- 积分:1
-
0.11内核源码,用英文注释,让学习很好的东西…
linux 0.11内核的源码,带有中文注释,使学习linux内核的好东西-linux 0.11 kernel source code, with English Notes, so that learning good things linux kernel
- 2022-02-22 03:36:37下载
- 积分:1
-
QT3 of Chinese applications manual, the official version, but it was the Chinese...
QT3的中文应用手册,官方版,但进行了中文翻译,是学习QT的必备资料。-QT3 of Chinese applications manual, the official version, but it was the Chinese translation of the necessary information to learn QT.
- 2022-05-28 08:50:18下载
- 积分:1
-
Linux客户登录客户端Drcom共有两个程序,一个绿色版…
Linux下Drcom客户登录端;
一共两个程序,一个“绿色版本”,无需在内核中加载模块; 一个安全版本,提供校验、加密机制,提供监听网络在线机制。-Linux, Drcom customer login client a total of two procedures, a green version , no need to load the kernel module a secure version, to provide verification, encryption mechanisms to provide mechanisms for monitoring network online.
- 2022-03-17 17:51:48下载
- 积分:1
-
GTK是Linux平台上拥有一个功能强大的图形化开发工具和强大的。
gtk是linux一款强大的夸平台的图形化开发工具,功能强大。-gtk is linux platform boast a powerful graphical development tools and powerful.
- 2022-01-26 04:32:01下载
- 积分:1
-
一个基于wxWidgets的跨平台的编辑器和窗体设计器。
一个基于wxWidgets的跨平台的编辑器和窗体设计器。-a cross-platform editor and Form Designer.
- 2022-02-26 09:55:32下载
- 积分:1
-
The new version supports up to 243 kinds of games, a lot of hope that everyone c...
新版本支持了多达243种游戏,希望大家多多关注linux,我今后争取长年供源并提供最新的版本给各位linux用户-The new version supports up to 243 kinds of games, a lot of hope that everyone concerned about the linux, I will fight for many years and provide the source for the latest version to all linux users
- 2022-08-07 13:14:19下载
- 积分:1
-
模拟UNIX磁盘空间管理中使用的分组链接法。在内存中建立一个虚拟盘,模拟成组链接法,实现对该虚拟盘空间的管理
虚拟盘共60块,10块为一组,系统最多支持5个...
模拟UNIX磁盘空间管理中使用的分组链接法。在内存中建立一个虚拟盘,模拟成组链接法,实现对该虚拟盘空间的管理
虚拟盘共60块,10块为一组,系统最多支持5个文件
可以显示文件对磁盘块的占用情况,当前空闲块的分布情况
-simulated UNIX disk space used in the management of a link France. In memory to establish a virtual disk to simulate the Links Group, realize that the virtual disk space management Virtual Disk total 60, 10 to a group, the greatest support system five documents show documents to disk blocks occupied, the current free distribution of the block
- 2022-05-28 23:35:06下载
- 积分: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