资源列表
[Linux/Unix编程] pipe
说明:管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回<tiger> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] time
说明:Linux 环境下 各种时间处理函数,包括日历时间、格林威治时间、本地时间之间的相互转化,以及用gettimeofday计算执行时间等-Linux environment to process a variety of functions, including calendar time, Greenwich time, conversion between local time and the calculation of execu<szl> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[CA认证] 001
说明:基于孙子剩余定理的文件集合加密解密算法,运行可以得到满意结果-Grandson remainder theorem based on a collection of files encryption and decryption<wanlingfeng> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] bubble
说明:本代码实现冒泡排序,linux C操作系统-The bubble sort code, linux C operating system<haoliang> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] method-for-Gedit-bad-coding.tar
说明:用 Ubuntu 的文本编辑器(gedit)打开 GB18030/GBK/GB2312 等类型的中文编码文本文件时,将会出现乱码的解决方法-the method of solved the gedit bad code in ubuntu<yanfeng> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] 1
说明:实现源文件 复杂的cp文件 编译后运行格式./cp_fio old_name new_name-Implementation of complex source file compiled and run cp file format./Cp_fio old_name new_name<代金> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] leven
说明:Planning program for levenDist. It is a PDDL domain file. Not perfect, need modification. Need a problem file associate with the domain.<Harry> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] nqueen.c
说明:linux下用c语言实现的N皇后问题,其中皇后的个数可以自己随便定义。输出所有可能的解。-n queen<qq> 在 2025-01-12 上传 | 大小:1kb | 下载:0