-
yaffs是一种面向flash memory而设计的文件系统。本文介绍了yaffs文件系统结构及其应用...
yaffs是一种面向flash memory而设计的文件系统。本文介绍了yaffs文件系统结构及其应用-yaffs is a designed for flash memory file system. This paper introduces the yaffs file system structure and its application
- 2022-12-18 12:00:03下载
- 积分:1
-
Others have been under linux serial or parallel port to receive infrared remote...
linux下通过串口或并口接收红外遥控信号,带学习功能,能识别多种红外协议. 可编程发出各种X事件.-Others have been under linux serial or parallel port to receive infrared remote control signals, with a learning function, can identify a variety of infrared protocol. programmability make all kinds of X events.
- 2022-02-07 22:11:41下载
- 积分:1
-
光学指纹头加密芯片IIC的驱动(linux 2.4)
光学指纹头加密芯片IIC的驱动(linux 2.4)-The first optical fingerprint encryption chip IIC driver (linux 2.4)
- 2022-03-17 20:43:23下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
进程同步,哲学家进餐共享临界区变量.定义信号量机制控制进程不互斥!...
进程同步,哲学家进餐共享临界区变量.定义信号量机制控制进程不互斥!-process synchronization, philosopher dining area share critical variables. Definition signal to the process control mechanism not contradict!
- 2022-03-02 03:25:37下载
- 积分:1
-
三星2440的gpio驱动led的driver,对初学者大有帮助
三星2440的gpio驱动led的driver,对初学者大有帮助-s3c2440 gpio driver for led, very helpful for beginners
- 2022-12-30 06:20:03下载
- 积分:1
-
28F128J系列FLASH驱动
28F128J系列FLASH驱动-28F128J series FLASH drive
- 2022-01-31 18:22:33下载
- 积分:1
-
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能...
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能-simple document Linux operating system can achieve specific directory may establish delete functions, etc.
- 2022-01-30 11:30:35下载
- 积分:1
-
Linux0.01键盘驱动程序源代码C语言(请指教)
linux0.01键盘驱动源代码C语言实现(请 多指教)-linux0.01 keyboard driver source code for C language (please advise)
- 2022-10-02 04:20:03下载
- 积分:1
-
早期的FreeBSD的实现,特别是解剖TCP/IP网络的部分相关。
早期freebsd实现,特别是其中的网络部分,是stevens tcp/ip三卷的讲解的目标。-early freebsd achieved, in particular the network part of the anatomy tcp/ip Volume on the goal.
- 2022-02-02 07:18:23下载
- 积分:1