资源列表

[Linux/Unix编程pipe

说明:管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回
<tiger> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[系统编程Fun

说明:一些好用的功能性函数,一些好用的功能性函数-Some useful features of the function, a number of functions useful features ....
<gjh> 在 2024-10-01 上传 | 大小:1024 | 下载: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> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[CA认证001

说明:基于孙子剩余定理的文件集合加密解密算法,运行可以得到满意结果-Grandson remainder theorem based on a collection of files encryption and decryption
<wanlingfeng> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[Linux/Unix编程bubble

说明:本代码实现冒泡排序,linux C操作系统-The bubble sort code, linux C operating system
<haoliang> 在 2024-10-01 上传 | 大小:1024 | 下载: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> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[系统编程stack

说明:用栈的思想实现的简易计算器,可直接输入表达式,然后自动计算结果-Ideology with a stack of simple calculator, you can directly enter an expression, then automatically calculated
<一笑奈何> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[加密解密tCipher

说明:使用des对称算法对一段数据进行加密,加密后数据变成无法理解的密文-using a des symmetric algorithm to data encryption, data after encrypting can not be understand
<sunshine> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[CA认证CA

说明:java资料,设置CA双向认证,ssh的设置-java Data
<小杨> 在 2024-10-01 上传 | 大小:1024 | 下载: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
<代金> 在 2024-10-01 上传 | 大小:1024 | 下载: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> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[Linux/Unix编程nqueen.c

说明:linux下用c语言实现的N皇后问题,其中皇后的个数可以自己随便定义。输出所有可能的解。-n queen
<qq> 在 2024-10-01 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org