资源列表

« 1 2 ... .34 .35 .36 .37 .38 4439.40 .41 .42 .43 .44 ... 16274 »

[Linux/Unix编程pipe

说明:该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first
<JK> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[Linux/Unix编程uCOS-II

说明:嵌入式实时操作系统uCOS-II(中文版).pdf 嵌入式实时操作系统uCOS-II(中文版).pdf-uCOS-II
<linhaoyou> 在 2025-11-21 上传 | 大小:1.84mb | 下载:0

[Linux/Unix编程Linux

说明:Linux操作系统结构分析.pdf Linux操作系统结构分析.pdf-Linux
<linhaoyou> 在 2025-11-21 上传 | 大小:9.51mb | 下载:0

[加密解密RSA

说明:可随机产生素数,对输入的明文进行加密,病对密文解密还原为明文-Can be randomly generated prime numbers, the input plaintext is encrypted, the sick of the ciphertext is decrypted to restore the plaintext
<Joemily> 在 2025-11-21 上传 | 大小:1.19mb | 下载:0

[Linux/Unix编程vitetris-0.57.tar

说明:一个俄罗斯方块代码,代码挺多的,不是我写的,给大家分享一下吧-els
<momo> 在 2025-11-21 上传 | 大小:98kb | 下载:0

[Linux/Unix编程pollmonitor

说明:使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入
<王立冰> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[系统编程KeyView

说明:开发键盘的人员必要工具, key view,相当于USB VIEW-Staff the necessary tools to develop keyboard, key view, is equivalent to USB VIEW
<钱进> 在 2025-11-21 上传 | 大小:1.09mb | 下载:0

[系统编程2222222

说明:源代码管理程序,涌VB编写,非常实用-Source code management procedures, Chung VB writing, very useful! ! !
<钱进> 在 2025-11-21 上传 | 大小:4.31mb | 下载:0

[Linux/Unix编程scotest

说明:a gcc program for system calls
<zerocool> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[系统编程fenpeifenqu

说明:分区分配 在 操作系统文件存储 先分区 再分配空间-Partition the first partition in the operating system file storage space for the redistribution of
<文龙> 在 2025-11-21 上传 | 大小:2kb | 下载:0

[Linux/Unix编程showSeries_common

说明:moto手机大多是基于linux系统,这是著名的showQ系列源代码,共有8种常用界面,对话框,输入框,ZN5 E8 适用!要先有SDK哦-moto phones are mostly based on linux system, which is the famous showQ series of source code, a total of eight kinds of commonly used interfaces, dialog box, input box, ZN5 E8 app
<黄振> 在 2025-11-21 上传 | 大小:63kb | 下载:0

[Linux/Unix编程lab

说明:A standard command for linux.
<Roxana> 在 2025-11-21 上传 | 大小:9.17mb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 4439.40 .41 .42 .43 .44 ... 16274 »

源码中国 www.ymcn.org