-
shell编程指南请详细阅读,将掌握在linux的shell脚本的编写
shell编程指南请详细阅读,将掌握在linux的shell脚本的编写-shell programming guide, please read carefully, will be in the hands of the linux
- 2022-01-24 16:36:57下载
- 积分: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系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
- 2022-09-01 02:25:02下载
- 积分:1
-
vim7.2最新源码。Vim 7.2修正了大量bug并更新了运行时文件,最主要的新特性在于加入对脚本浮点数的支持。另外,修正了上一版中发现多个导致崩溃和威胁安全...
vim7.2最新源码。Vim 7.2修正了大量bug并更新了运行时文件,最主要的新特性在于加入对脚本浮点数的支持。另外,修正了上一版中发现多个导致崩溃和威胁安全的问题。-vim7.2 the latest source. Vim 7.2 a large number of bug fixes and updated runtime files, the most important new features to add to the script floating point support. In addition, the amended version of one found on a number of lead to the collapse and the threat of security.
- 2022-03-24 21:02:13下载
- 积分:1
-
myson803。C:为我的儿子mtd803以太网芯片的Linux设备驱动程序。
myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip.
- 2023-03-15 07:05:04下载
- 积分:1
-
在linux操作系统中的简单的播放视频源代码
在linux操作系统中的简单的播放视频源代码-Linux operating system in a simple video player source code
- 2022-05-07 21:29:25下载
- 积分:1
-
scc2410 under linux the CF card driver
linux下的scc2410的CF卡驱动-scc2410 under linux the CF card driver
- 2022-05-09 04:18:58下载
- 积分:1
-
将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!...
将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!-The use of the OCI package into a class, call a simple, stable performance, I use half a year in a production environment without failure!
- 2022-05-16 14:47:52下载
- 积分:1
-
UNIX/Linux下用C开发的公历农历转换程序
UNIX/Linux下用C开发的公历农历转换程序-UNIX/Linux development using C Lunar calendar conversion process
- 2022-03-02 16:26:44下载
- 积分:1
-
一种基于C++语言的编译程序,在开发下现了一个硅…
一个编译器的例子,基于c语言,在linux下开发
现在了简单的c语言例子-a compiler of examples based on c language, the Linux development now under a simple example language c
- 2022-03-06 21:47:34下载
- 积分:1