搜索资源列表
字符设备驱动程序的框架
- 在不用某个设备时,可以将他卸载,主要是从/proc 中取消某个设备的特殊文件,可用特定的函数实现。上面列举一个字符设备驱动程序的框架.来说明这个过程 -not in a particular equipment, he can be unloaded, mainly from / proc remove certain documents to the special equipment can be used to achieve a specific function. Listed abo
minishell_course.tar
- 类似系统shell功能的源代码,包括前后台调度,特殊字符的识别,多重管道的编写-Shell functions similar system source code, including the front and back movements and special character recognition, the preparation of multiple channels
Linuxchineseinputmethod
- 一般而言,文字模式下的输入法并没有特殊的规范或协议,程序所要做的,只有取得使用者的字键输入,再将中文输出到「标准输出 (standard out)」管道,系统自然会将这些文字喂入应用程序中。只要应用程序能够接受并处理 8位字符码,则不会有任何问题。 -Generally speaking, the text input mode and no special norms or agreements, procedures to be done, it is only through t
altimeter
- 高度计--alt有很多应用,在Windows系统中按alt再加代码,可以输入特殊字符 -altimeter
shebeiguanli
- 在Linux系统中,编写一个简单的字符型设备驱动程序模块,设备具有独占特性,可执行读和写操作,相关系统调用为open,close,read,write.open和close分别相当与请求和解释设备,read和write将内容保存在设备模块内缓冲区中。设备模块可动态注册和卸载,并建立与之对应的特殊文件/dev/mydev。-In the Linux system, write a simple character device driver modules, the device has excl