资源列表
[Linux/Unix编程] linux-0.11
说明:linux0.11的源代码可以经过自己的研究使自己的C语言程序设计上一个档次-linux<zhangaiguo> 在 2025-07-19 上传 | 大小:116kb | 下载:0
[Linux/Unix编程] pthread_wrapper
说明:This pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...). -This is pthread c++ wrapper class. Developer can easily develop multithread programs with<oob2> 在 2025-07-19 上传 | 大小:2kb | 下载:0
[加密解密] jtxor
说明:程序使用C++展示相当强的XOR加密。 当它unencrypting文件时,包括EOF验错和自动侦查。程序很好被提供并且做在串类建立的好用法。-Program Uses C++ to Demonstrate A Fairly Strong XOR Encryption. Includes EOF error checking and automatic detection of when it is unencrypting a file. Program Is Documented<Steven> 在 2025-07-19 上传 | 大小:2kb | 下载:0
[加密解密] nvxor
说明:写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。 程序的输出应该进入一个文件以同一个文件名,但.ENC引伸。-Write an exclusive-OR encryption program. The program should take as input a filename that is then encrypted by the program. The program should ask the user to i<Steven> 在 2025-07-19 上传 | 大小:3kb | 下载:0
[Linux/Unix编程] fork
说明:在linux或unix中,使用系统调用fork( )创建两个子进程,并观察子进程和父进程的运行情况。-In linux or unix, the use of system calls fork () to create two sub-processes, and to observe the sub-process and the operation of the parent process.<li> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] Mutithreads
说明:在linux或unix环境下,用Java语言编写一个龟兔竞赛的多线程程序,观察多线程的生成。-In linux or unix environment, the Java language with a tortoise and the hare and the multi-threaded process, observe the formation of multi-threaded.<li> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[加密解密] encryption
说明:一个简单的算法 实现字符按规则加密与解密对应关系:abcdefghijklmnopqrstuvwxyz qwertyuiopasdfghjklzxcvbnm 例如 abc加密变成qwe-A simple rule-based algorithm characters corresponding to the relationship between encryption and decryption: abcdefghijklmnopqrstuvwxyz qwertyuiopasdfg<李超> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] linux_net_communication
说明:本代码是在Linux环境服务器端的源代码,实现实时监听和数据传送-the code is used to transmit data base on linux platform on linux server,achieve minitor and transmit data real time<yingha> 在 2025-07-19 上传 | 大小:574kb | 下载:0
[加密解密] base64
说明:Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。本程序是c语言版的base64加密解密源码!-Base64 is the most common network for the transmission of byte code 8Bit encoding one of the ways everyone can see RFC2045 ~ RFC2049, detailed above, there is<郭子> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[加密解密] md5
说明:MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。本程序是c语言版的md5加密解密源码!-The full name of MD5 is Message-digest Algorithm 5 (Information- Summary of algorithm), to ensure the integrity of the information transmission line. This procedure is the c<郭子> 在 2025-07-19 上传 | 大小:6kb | 下载:0