资源列表
[Linux/Unix编程] communication-between-process-
说明:LINUX 程序间进程通信 此编码为操作系统原理实验内容-Inter-process communication LINUX<星河鹭> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] test1
说明:一个socket的测试客户端程序 可以指定发送字符串 ip port-a testclient program for socket ,you can input something string and remotehostip and port<孟士淇> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] epoll
说明:linux c 网络编程,socket实现epollc服务器-linux c network program about socket,use epoll<孟士淇> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[加密解密] Classical-password-algorithm
说明:网络与信息安全中古典加密解密算法的实现,主要用C++实现-Network information security and encryption algorithm to decrypt it. by c + + achieve<平步青云> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] exec
说明:个进程中启动另一个程序的执行而该进程仍然能够继续运行,可以使用fork和execve系统调用/exec函数-A process to start another program implementation and the process can still continue to run, you can use the fork and execve system call/exec function<公会团> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] 3
说明:linux下的c编程 专家之路 linux-under linux c programming linux expert way<lxl> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[加密解密] clear-and--confuse
说明:加密解密功能 类似凯撒密码 代码中的几个字符串就表明了明文和密文的对应关系-Caesar password encryption and decryption functions like a few strings in the code as shown by the corresponding plaintext and ciphertext relationship<Cheng Wang> 在 2025-05-15 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] 3.c
说明:编写程序实现生产者-消费者问题。使用Linux的pthread线程库,创建2个生产者线程和2 个消费者线程。生产者线程计算当前的时间,把时间、第几次计算时间的序号(循环次 数)和线程ID作为一个消息,把消息放入缓冲区,消费者线程从缓冲区读出一个消息 并显示消息。缓冲区大小为5个,每个生产者线程生产10个消息,每个消费者线程消费 10个消息,即生产和消费分别为20次。 要求:2个生产者线程执行的代码是相同的(即执行同一<zheng> 在 2025-05-15 上传 | 大小:1kb | 下载:0