搜索资源列表
thesis
- FIST可堆叠文件系统,linux文件系统修改相关的开源软件,使得对linux文件系统功能的改进很简单了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level lang
liunx_shellprogram
- 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
pipecommunication
- 给出一个应用双向管道进行不同进程间进行通信的实例。-An application is given a two-way pipeline for communication between different process instances.
flplayer
- A Flash Player with Actionscr ipt support. Write in C and C++. It have two part, one is Player and another is Actionscr ipt Library. Runs on Linux and *BSD. It s very rough now, it have long way to go. -A Flash Player with Actionscr ipt support. Writ
linuxcmd
- 在平常的作业中,有时候老师让自己实现诸如cat等类的程式,有时候叫用shell实现,有时候用c实现,不过我经常一点头绪都没有,不过我想到 linux开源的,命令代码能拿来参考下阿,所以我就想看看linux命令的原始码,于是就开始了摆渡狗狗的搜索过程。从结果来看,有两种情况,一种是给予rpm的包的形式;另一种是基于deb包的形式。具体我也不知道该怎么描述,总之就是一种redhat的源码查看,一种是debian的源码查看。我是用的ubuntu,基于debian的,所以先前按照rpm的方式怎么也不奏效
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
Llist.tar
- 使用双向循环链表对学生信息进行管理(插入,排序,查找等)-Use a two-way circular list of student information management (insert, sort, search, etc.)
workspace
- 基于SOCKET 的 linux下的网络编程。 通过网络进行文件传输、语音双向通信,短消息的收发。-SOCKET' s linux-based network programming under. File transfer via network, two-way voice communication, short message sending and receiving.
Lab1
- 这个是操作系统大实验的第一个实验的实现方法,在Linux环境下实现双向链表并展示线程切换所带来的错误-This is the operating system' s first big experiment experimental realization, in the Linux environment to achieve two-way linked list and display the error caused by the thread switch
pipe
- 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
DLlist
- Linux环境下C语言实现的 双向循环列表。-C language under Linux a list of two-way cycle
serials
- linux环境下实现两路串口的使用,并创建进程实现两路串口数据通信-linux environment to achieve the use of two serial ports, and create a process to achieve two-way serial data communication
fifo
- 有名管道,双方都可读写功能,实现双向通信。-Named pipe to both read and write capabilities, two-way communication.
nachos-lab3.1
- nachos实验3.1,实现双向链表插入、删除等操作,经测试成功-nachos experiment, two-way chain insert, delete functions. The test is successful
MimeTypeMap
- Two-way map that maps MIME-types to file extensions and vice versa.
list2.tar
- 一个双向链表,具有插入、删除、遍历、查找等功能,适合初学者参考学习-A two-way linked-list, with insert, delete, traverse, search and other functions, suitable for beginners to learn
communication-controller
- 利用可编程逻辑器件和单片机构成的双向通信控制器克服了两者的缺点,且把二者的长处最大限度地发挥出来-The use of programmable logic devices and microcontrollers constitute a two-way communication controller to overcome the shortcomings of the two, and to maximize the strengths of both play to the utmos
hfyfc569
- 宝马LPC1768作为实验平台,共享一个简单的串口转网络双向传输例程,希望对大家有帮助-BMW LPC1768 as experiment platform, to share a simple serial network two-way transmission routines, I hope it can help you
student_sys
- 有三个文件,分别是通过单项链表循环链表,双向循环链表和可以用作存档用的双向循环链表实现学生的信息的增删改查,还有学生成绩的排名。(There are three files, which are linked by single linked list, circular linked list, two-way circular list and two-way circular list that can be used as archival.)
STM32F1蓝牙通信
- 通过蓝牙实现手机与串口数据互传,可实现数据双向传递(The two-way transmission of data between mobile phone and serial port can be realized through Bluetooth, and the two-way transmission of data can be realized)
