资源列表

« 1 2 ... .11 .12 .13 .14 .15 9916.17 .18 .19 .20 .21 ... 16282 »

[Linux/Unix编程msg

说明:消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void
<sdf> 在 2025-01-16 上传 | 大小:18kb | 下载:0

[Linux/Unix编程ls

说明:本实验实现了一个简单的ls命令,它用来显示文件夹内容的详细信息,相当于ls –la-The experimental realization of a simple ls command, which displays detailed information about the folder' s contents, equivalent to ls-la
<sdf> 在 2025-01-16 上传 | 大小:18kb | 下载:0

[Linux/Unix编程minishell

说明:本实验写了一个小型的shell程序minishell,实现了一个bash shell程序的cd命令,通过quit命令可以退出minishe-In this study, write a small shell program minishell, a bash shell program to achieve the cd command, through the quit command to quit minishell
<sdf> 在 2025-01-16 上传 | 大小:18kb | 下载:0

[Linux/Unix编程time

说明:本实验获取文件的时间相关的属性,对其最近访问时间和最近修改时间进行修改。-In this study, the time to obtain documents related to the properties of their last access time and last modification time changes.
<sdf> 在 2025-01-16 上传 | 大小:16kb | 下载:0

[Linux/Unix编程pipe

说明:本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。-In this study, the parent process read data from the console, write to the pipe string. The child process the parent process through the tunnel over the c
<sdf> 在 2025-01-16 上传 | 大小:19kb | 下载:0

[Linux/Unix编程sharememory

说明:本实验是主线程和子线程使用共享内存进行通信的实验。-In this study, the main thread and child thread communicate using shared memory experiments.
<sdf> 在 2025-01-16 上传 | 大小:21kb | 下载:0

[Linux/Unix编程vim_summary

说明:关于很好的使用VIM的实例文件,Linux编程中不可缺少的编辑工具,里面包含了一些使用技巧以及读源代码的技巧。-Document about VIM,which is very good helpful tools for Linux programming, editing tools indispensable, which contains some tips and tricks read the source code.
<veranal> 在 2025-01-16 上传 | 大小:18kb | 下载:0

[系统编程wsnlwach.tar

说明:this one of security protocol in wireless sensor network
<asautm> 在 2025-01-16 上传 | 大小:384kb | 下载:0

[Linux/Unix编程Building.Embedded.Linux.Systems

说明:構建嵌入式Linux系統顯示您如何設計和構建自己的嵌入式systemsusing的Linux® 內核免費的開源工具和框架。由開源社區 activemember編寫,這本書是結構逐步讀者介紹嵌入式Linux theintricacies的詳細信息,並在每章的例子,達到最重要的部份 描述如何Linux是嵌入式設備上的實際。-Building Embedded Linux Systems shows you how to desi
<ixhxpns> 在 2025-01-16 上传 | 大小:1.22mb | 下载:0

[Linux/Unix编程The-Linux-Programming-Interface

说明:“這本書,其詳細的說明和例子包含了一切 您需要了解的細節和細微之處的低層次的編程 在Linux的API。 。 。不管是什麼級別的讀者,會有一些要學習這本書。“-“This book, with its detailed descr iptions and examples, contains everything you need to understand the details and nuances of the lo
<ixhxpns> 在 2025-01-16 上传 | 大小:6.8mb | 下载:0

[Linux/Unix编程OReilly---Java-Programming-On-Linux

说明:This book is neither a course in Java programming nor a manual for the Linux OS. While the well-written text provides overviews of both Java and Linux, it s really a compendium of information you ll want on hand once
<ixhxpns> 在 2025-01-16 上传 | 大小:3.89mb | 下载:0

[CA认证TestAESCipher

说明:AES加密原程序,能实现输入文档的AES加密和解密。-AES encryption of the original program
<zhangdayang> 在 2025-01-16 上传 | 大小:667kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 9916.17 .18 .19 .20 .21 ... 16282 »

源码中国 www.ymcn.org