Description: linux下读写串口,包括参数的设置,以及如何进行读写-Serial literacy, including parameter settings, and how to read and write Platform: |
Size: 2048 |
Author:张函 |
Hits:
Description: 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on. Platform: |
Size: 4096 |
Author:李琳 |
Hits:
Description: Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间
建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设
备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设
备驱动程序,可以深入理解Linux系统和进行系统开发-Linux system, device drivers operating system kernel is an important component, the equipment and hardware standards established between the abstract interface. Through this interface, users can do with ordinary paper, the right hardware for open (open). closure (close), the read-write (read/write) operations. Through the analysis and design of device drivers, in-depth understanding of Linux systems and systems development Platform: |
Size: 4096 |
Author:fhy |
Hits:
Description: 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用.
另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Signal Separation code. it is based on convolution of mixed Blind Signal Separation algorithm, not only can be separated from the artificial synthesis of mixed-signal, but for the real environment convolution of mixed voice signals can be separated. in this procedure, the tests included two documents, makefile can be used directly after. Also worth mentioning is that Compression bag containing some of voice processing functions commonly used. fft transform, for example, to read \ write wav file, and some of the commonly used one-dimensional and two-dimensional vector matrix transformation functions. these can be directly applied to other applications going. Platform: |
Size: 141312 |
Author: |
Hits:
Description: 为Linux系统设计一个简单的二级文件系统。要求做到以下几点:
1.可以实现下列几条命令:
login 用户登录
dir 列目录
create 创建文件
delete 删除文件
open 打开文件
close 关闭文件
read 读文件
write 写文件
2.列目录时要列出文件名,物理地址,保护码和文件长度。
3.源文件可以进行读写保护。
-Linux system design for a simple two file system. Requirements do the following : 1. Can be achieved following several commands : login users logged out dir directory create founding documents, delete delete the file open fight Close the file was opened close reading paper documents read write two papers to write. Contents out to be listed name, physical address, the protection code and document length. 3. Source document can read and write protection. Platform: |
Size: 31744 |
Author:庞 |
Hits:
Description: LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently.
It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers.
LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.
-LinCAN is a Linux kernel module that implem ents a CAN driver capable of working with multip le cards, even with different chips and IO methods. Each c ommunication object can be accessed from multi ple applications concurrently. It supports RT- Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK. and O_SYNC semantics and multithreaded read/w rite capabilities. It works with the common Int el i82527, Philips 82c200. Philips SJA1000 (in standard and PeliCAN mo de) CAN controllers. LinCAN project is part of a set of CAN/Application of CANopen related components develop ed as part of OCERA framework. Platform: |
Size: 866304 |
Author:李刚 |
Hits:
Description: 基于s3c2440和linux下的按键中断代码,含消抖代码、异步触发、读写阻塞等机制,是极好的中断驱动程序的范例。使用EINT2(GPF2)-Based on the S3C2440 and the keys under linux interrupt code, including elimination Buffeting code, asynchronous trigger, read-write blocking mechanisms, such as an excellent example of interrupt-driven process. Use EINT2 (GPF2) Platform: |
Size: 3072 |
Author:xiyong |
Hits:
Description: 一个可对磁盘扇道直接进行读写操作的程序,可以不通过文件管理的方式直接诶访问硬盘。-A fan of the disk read and write directly Road operation procedures, the adoption of document management can not directly access the hard disk ah. Platform: |
Size: 3811328 |
Author: |
Hits:
Description: 为LINUX设计一个简单的二级文件系统。要求做到以下几点:
1、 可以实现下列几条命令
Login 用户登录
Dir 列文件目录
Create 创建文件
Delete 删除文件
Open 打开文件
Close 关闭文件
Read 读文件
Write 写文件
2、列目录时要列出文件名、物理地址、保护码和文件长度。
3、源文件可以进行读写保护。
-LINUX design for a simple 2 file system. Request do the following: one, you can realize the following few commands Dir list Login User Login Create file directory create a file delete Delete file Open file Open File Close Close Reading paper Read Write Write document 2, the time to list out the directory file name , physical address, the length of protection of code and documentation. 3, source files can be read and write protection. Platform: |
Size: 265216 |
Author:CLJ |
Hits:
Description: Linux 2.6.24通过SMBUS总线(也类似于i2c总线)读写内存上的SPD信息。里面包含驱动和测试程序。再PC机上反复测试过,使用OK!本人2个星期的工作量。-Linux 2.6.24 through SMbus bus (also similar to i2c Bus) memory read and write information on the SPD. Which contains drivers and test procedures. PC, and then repeatedly tested, the use of OK! I have two weeks workload. Platform: |
Size: 107520 |
Author:wanglin |
Hits:
Description: 大学生计算机操作系统课程设计,实现文件管理系统模拟功能,实现读,写,创建,删除等功能-Students of computer operating systems curriculum design, to achieve document management system analog functions, the realization of read, write, create, delete and other functions Platform: |
Size: 192512 |
Author:王明 |
Hits:
Description: Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。
-Linux system, device drivers the operating system kernel are an important component of the hardware device with a standard set up between the abstract interface. Through this interface, users can deal with, like ordinary paper, the hardware device to open (open), turn off (close), to read and write (read/write) operation, etc.. Through the analysis and design of device drivers, you can-depth understanding of Linux systems and systems development. In this paper, a simple example to illustrate the design of device drivers. Platform: |
Size: 2048 |
Author:liuqinghua |
Hits:
Description: :为LINUX 设计一个简单的二级文件系统。要求做到以下几点:
1、可以实现下列几条命令(至少4条)。
Login 用户登录
Dir 列文件目录
Create 创建文件
Delete 删除文件
Open 打开文件
Close 关闭文件
Read 读文件
Write 写文件
-: In order to design a simple LINUX file system 2. Request do the following: 1, can be achieved following a few commands (at least 4). Login User Login Create directory Dir column Delete delete the file create a file to open the file Open Close document Close Reading paper Read Write Write document Platform: |
Size: 375808 |
Author:流水 |
Hits:
Description: linux下的总线驱动fpga,能实现对fpga的读写操作-linux under the bus driver fpga, to achieve the read-write operation on fpga Platform: |
Size: 1024 |
Author:yy |
Hits:
Description: C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件-C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do the following: 1. Can be achieved following a few commands: login Login create directory dir create a file list delete delete files open document open document close Close Reading paper read write write file Platform: |
Size: 4260864 |
Author:陈观民 |
Hits:
Description: linux c/c++的串口的读写方法,提供详尽的Linux源程序,方便读者实现串口读写功能-linux c/c++ read and write the serial method, Linux source code to provide detailed, easy to readers to read and write capabilities to achieve serial Platform: |
Size: 1665024 |
Author:Essay |
Hits: