-
UNIX环境高级编程。使用LINUX或者UNIX的朋友不可错过。讲解了很多基础知识,全面。...
UNIX环境高级编程。使用LINUX或者UNIX的朋友不可错过。讲解了很多基础知识,全面。-UNIX high-level programming environment. LINUX or UNIX using friends can not afford to miss. Explain a lot of basic knowledge and comprehensive.
- 2022-01-21 17:45:35下载
- 积分:1
-
unix接口转换为tcp接口
unix接口转换为tcp接口-converted to tcp Interface
- 2023-01-10 07:30:04下载
- 积分:1
-
Win32Linux.Winux源码PART 1
Win32Linux.Winux源码PART 1-Win32Linux.Winux source PART 1
- 2022-10-04 04:25:03下载
- 积分:1
-
This file is nios in the linux operating system of the uart device driver, the d...
这个文件是nios在linux操作系统下的uart设备的驱动,这个驱动可以支持4个uart设备。-This file is nios in the linux operating system of the uart device driver, the driver can support 4 uart devices.
- 2022-05-27 12:49:49下载
- 积分:1
-
vipsi(一个友好的程序)是一个外壳和脚本语言,使用方便,可以在第一天的基础上直接强力控制。提供了类C语法,utf...
vipsi(一个友好的程序)是一个外壳和脚本语言,使用方便,可以在第一天的基础上直接强力控制。提供了类C语法,utf-8编码,功能强大的列表操作。袖珍计算器,CGI,脚本,一个集于一体的编程外壳。-vipsi (a friendly procedure) is an outer covering and the script
language, the easy to operate, may in the first day foundation the
direct force control. Formidable provided the kind of C grammar, the
utf-8 code, the function has tabulated the operation. Pocket
calculator, CGI, script, a collection to a body programming outer
covering.
- 2022-09-26 18:50:03下载
- 积分:1
-
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.-in UNIX/LINUX hang below a process and the SHELL under observation process.
- 2022-02-10 11:20:38下载
- 积分:1
-
Linux程序设计权威指南 没什么好说的了!
Linux程序设计权威指南 没什么好说的了!-Linux Programming Guide authoritative No way!
- 2023-04-12 10:55:04下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
reverse your input string
reverse your input string
- 2022-03-23 15:06:49下载
- 积分:1
-
Since the algorithm for this process to a class operation, with four different a...
此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。
sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number of sort (n values 500-5000), and repeat n times, and finally compare the average number of statistics. This in vc6 prepared using xp and now modified for the gcc compiler under Ubuntu. sortArchieve.c sorting algorithm for the realization of all
- 2022-01-28 23:30:06下载
- 积分:1