资源列表
[Linux/Unix编程] r00t-unixdomain-examples.tar
说明:UNIX/Linux环境下使用UNIX domain协议实现的客户端和服务器端程序,使用Makefile可以进行编译。-UNIX/Linux environment using UNIX domain protocols of client and server procedures can be compiled using the Makefile.<杨劲松> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] root-ipc-fifo-examples.tar
说明:UNIX/Linux环境下使用有名管道(FIFO)的例子。-UNIX/Linux environment using well-known pipe (FIFO) example.<root> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] cat
说明:linux下实现cat操作,主要使显示文件的内容-linux operating under the cat, mainly so that shows the contents of the documents<陈磊> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[系统编程] vc++winmain
说明:windows的winmain函数,根据系统的消息判断操作-windows of the WinMain function, according to the news system to determine operating<coolfire2009> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] philo
说明:用pthread实现哲学家问题,利用信号量实现同步。-Pthread problems with philosophers realize, realize synchronization using semaphores.<张镇> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[加密解密] Encryption
说明:keelog加密解密算法,32位长度,永不重复-keelog encryption and decryption algorithms, 32-bit length, never repeat<xie_hai_tao> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[加密解密] rc4
说明:rc4经典源码,(1)你可以不用懂任何加密算法,就可以方便的使用Reg.dll对你的程序进 行高强度的算法加密。 (2)内置多种强大的对称和非对称算法,可满足各类应用需求。-RC4 power wilt ㄛ Daitou tungsten (1) leadership, you can using Ya-xiang ¦ sleeping floor, hesitate呾Yang ㄛ open source, you can use the Reg.dll Xi cavity cavity lea<唐> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[加密解密] Caesar
说明:替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。-Alternative to passwords, including many types, such as single-t<rose> 在 2025-07-21 上传 | 大小:1kb | 下载:0