-
minigui 开发软件附带实例源码,mg
minigui 开发软件附带实例源码,mg-samples-1.6.2.tar.gz。-MiniGUI software development with examples source, mg-samples- 1.6.2.tar.gz.
- 2022-05-25 16:26:49下载
- 积分:1
-
linux by default, Linux can use 6 virtual consoles to log in local Linux (local...
linux默认情况下,Linux可以使用6个虚拟控制台来登录本地Linux (本地终端)
系统,当然,这个设置是可以修改的(修改文件/etc/inittab)。每一个虚拟控制台允许让一个用户登录,我们可以使用
ALT+Fn(n=1,2,3,4,5,6)来登录或者是切换到某个虚拟控制台,它们分别对应tty1到tty6虚拟终端。-linux by default, Linux can use 6 virtual consoles to log in local Linux (local terminal) system, of course, this setting can be amended (to modify the file/etc/inittab). Each virtual console to allow a user log, we can use ALT+ Fn (n = 1,2,3,4,5,6) to log in or switch to a virtual console, tty1 they correspond to tty6 virtual terminal.
- 2022-07-05 11:31:30下载
- 积分:1
-
linux c调试代码
linux c调试代码-debug code
- 2023-07-06 23:05:03下载
- 积分:1
-
鸟哥的Linux的一部分,
比较基础,系统,条理。
我做成了PDF格式并作了些注视,版权归鸟哥。
另外,此为繁体版本。...
鸟哥的Linux的一部分,
比较基础,系统,条理。
我做成了PDF格式并作了些注视,版权归鸟哥。
另外,此为繁体版本。-Bird brother of Linux as part of basis of comparison, systematic, well-organized. I made the PDF format and made more attention brother belongs to the birds. In addition, the Traditional version.
- 2022-11-27 21:15:04下载
- 积分: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
-
收集了一些关于makefile的资料,希望对初学者有些用
收集了一些关于makefile的资料,希望对初学者有些用-Some material about makefile, and it s useful for beginner.
- 2023-07-29 01:20:03下载
- 积分:1
-
Mpeg4视频处理编解码算法代码 适用于windows平台和unix平台 c语言编写...
Mpeg4视频处理编解码算法代码 适用于windows平台和unix平台 c语言编写-Mpeg4 video codec algorithm code for windows platform and unix platform c language
- 2022-03-11 10:24:11下载
- 积分:1
-
一个例子程序,使用linux +gtk+gnome,主要功能是建立一个对话框,打印hello world,有详细的注释,如何编译以及怎样运行,是一个很好的学习上...
一个例子程序,使用linux +gtk+gnome,主要功能是建立一个对话框,打印hello world,有详细的注释,如何编译以及怎样运行,是一个很好的学习上手的例子程序。-An example, the use of linux+ Gtk+ Gnome, the main function is to create a dialog box, print hello world, has detailed notes on how to compile and how to run, is a good example of learning-to-use procedures.
- 2022-03-10 02:12:12下载
- 积分:1
-
一个在Linux下使用QT库开发可以处理JPEG,BMP,XPM文件的形式…
一个在linux下,利用QT库开发的,可以处理jpeg,bmp,xpm文件格式的应用程序。-One in linux, using the QT library developed can handle jpeg, bmp, xpm file format applications.
- 2022-05-21 09:24:14下载
- 积分:1
-
一个自己使用tmake生成Makefile,之后编译的实例,对tmake感兴趣的朋友可以下载。...
一个自己使用tmake生成Makefile,之后编译的实例,对tmake感兴趣的朋友可以下载。-Tmake generate their own use a Makefile, compile the following example, the Friend tmake interest can be downloaded.
- 2022-02-21 10:49:07下载
- 积分:1