资源列表

« 1 2 ... .22 .23 .24 .25 .26 8227.28 .29 .30 .31 .32 ... 9711 »

[Linux/Unix编程cw_shell

说明:编写自己的SHELL程序myshell.c实现如下功能: (1)、显示提示符“>”。 (2)、用户在此提示符可输入简单的shell命令执行。 (3)、shell命令执行完又回到“>”提示符下。 (4)、在“>”提示符下输入“quit”退出程序-prepare their SHELL myshell.c procedures to accomplish the following functions : (a), ind
<宏伟> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程cw_pipe

说明:提供进程间通过管道通信的例子,能显示当前进程的信息,如进程号、父进程号、用户号、组号、登录用户号。-provide inter-process communication channels through the examples that can show the current process of information, such as process, the father of the process, users, gro
<宏伟> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程SimulateCat

说明:一个用C++实现的模拟UNIX的cat的程序,使用了STL的istreambuf_iterator,支持“-”,终端直接输出,文件输出和错误输出。-C to achieve a simulated UNIX cat procedures, the use of the STL istreambuf_iterator support "-", a direct output terminals, document ou
<飞杨> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程key1

说明:gcc 下pthread 使用,具体的是针对键盘key值的获取-pthread usage under gcc, mainly on the capture of the keyboard key value
<陈银苗> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程hostid

说明:在linux9下获得主机hostid的c源代码。-The c source code of archieving the hostid of host machine in linux 9.
<祝彦军> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程liux下C编程关于fifo使用的例子

说明:这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
<钟文德> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程MAKELOGO

说明:这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面-This code changed the bmp picture to the logo which can be recongnized by linux
<梁志聪> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程计算起始日期的n天后的日期

说明:计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串-calculated a date n n days or days before the date of the number of input and output, the date of the grid for more YYYMMDD string
<陈飞飞> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程亲密数

说明:如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为
<姚紫欣> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程NFS配置

说明:NFS网络文件系统的配置 是在RM9200下配置的 饱含了内核编译以及一些必要设置-NFS network file system configuration under the RM9200 configuration containing a kernel compile, and some of the necessary set
<余波> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程stringyhc

说明:常用的子串替换、去除空格、找子串等,以包含文件用,将main()注释去掉,将.h改名.c就可以进行测试。-common substrings replacement, remove the box, finding substrings, to contain documents of main () Comments removed and will. H renamed. C can be tested.
<洪春> 在 2025-03-10 上传 | 大小:1kb | 下载:0

[Linux/Unix编程linux_getch

说明:linux下实现getch函数功能,可键盘仅输入字母-Function getch achieve under linux, can only enter letters keyboard
<黄建华> 在 2025-03-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 8227.28 .29 .30 .31 .32 ... 9711 »

源码中国 www.ymcn.org