-
Linux那些事儿,独特风格的Linux教程,一位大侠写的,用简单诙谐的语言讲解Linux知识。...
Linux那些事儿,独特风格的Linux教程,一位大侠写的,用简单诙谐的语言讲解Linux知识。-things about linux
- 2022-01-25 14:42:03下载
- 积分:1
-
这2.16.1能说会道的版本。能说会道是低
This GLib version 2.16.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.
- 2022-02-04 04:13:33下载
- 积分:1
-
这是一个关于IBATISNET网站建设方面的工程,也是挺基础的东西.
这是一个关于IBATISNET网站建设方面的工程,也是挺基础的东西.-This is a construction site on IBATISNET the works, as well as very basic things.
- 2023-02-01 19:40:03下载
- 积分:1
-
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。...
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
- 2022-02-03 04:34:32下载
- 积分:1
-
在unix下使用正则表达式
在unix下使用正则表达式-the use of regular expressions
- 2022-03-23 00:14:45下载
- 积分:1
-
stevens classic advanced programming in the unix environment (2nd edition) book...
stevens的经典著作advanced programming in the unix environment(2nd edition)一书的例程代码,在类unix环境(如linux)中编译使用。-stevens classic advanced programming in the unix environment (2nd edition) book routine code in the class unix environment (such as linux) compiled to use.
- 2022-06-02 09:38:24下载
- 积分: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
-
UNIX 资源文件编译器
UNIX 资源文件编译器-UNIX resource documents compiler
- 2022-04-23 19:41:49下载
- 积分:1
-
robocup rcssserver
运行防真机器人足球比赛所用的服务器端
robocup rcssserver
运行防真机器人足球比赛所用的服务器端-robocup rcssserver really run anti-robot soccer tournament used server-side
- 2022-04-23 13:32:44下载
- 积分:1
-
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。...
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。
这里我们需要用到unix中的find等命令来查找当前目录下的C和C++文件,然后再将它们送给lint程序处理,所以得使用到UnxUtils.zip.-VC projects usually contain a number of C or C++ Paper, it is sometimes necessary at the same time in this series of documents lint checks, we can configure a pclint_project to achieve the objectives. Here we need to use the unix command to find, such as search the current directory under the C and C++ Document and then process them to the lint, so use UnxUtils.zip.
- 2022-05-20 21:14:35下载
- 积分:1