搜索结果

找到约 25,411 项符合 CCS_4.2.4 的查询结果

网络 linux 下CS8900驱动程序

linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了
https://www.eeworm.com/dl/635/178093.html
下载: 83
查看: 1022

其他 可以将以bit为单位进行处理的算法扩展到8位

可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。 ...
https://www.eeworm.com/dl/534/180081.html
下载: 59
查看: 1077

驱动编程 This file describes the Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters. This driver

This file describes the Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters. This driver supports 2.4.x and 2.6.x kernels. This driver includes support for Itanium(R)2-based systems.
https://www.eeworm.com/dl/618/180705.html
下载: 53
查看: 1062

网络 uda1380的驱动程序

uda1380的驱动程序,在Linux操作系统2.4版本上运行
https://www.eeworm.com/dl/635/181951.html
下载: 185
查看: 1014

Linux/Unix编程 Linux环境下的Modbus驱动程序源码

Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )
https://www.eeworm.com/dl/619/190781.html
下载: 163
查看: 1096

汇编语言 曲谱存贮格式 unsigned char code MusicName{音高

曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0} 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音符 十位是表示音符所在的音区:1-低音,2-中音,3-高音 百位表示这个音符是否要升半音: 0-不升,1-升半音。 音长最多由三位数字组成: 个位表示音符的时值,其对 ...
https://www.eeworm.com/dl/644/192618.html
下载: 161
查看: 1119

软件设计/软件工程 MFC应用程序中的状态条可以很方便的显示应用程序的状态

MFC应用程序中的状态条可以很方便的显示应用程序的状态,有 时需要用Bitmap位图显示程序状态,但是MFC的CStatusBar类只直接支持显 示文本,并不支持图形。本文以实例说明了如何在状态条中加入Bitmap位图。 本文内容适用于Microsoft Visual C++ 1.0/2.0/2.1/2.2/4.0/4.1所包含的 Microsoft Foundation Classes(MFC ...
https://www.eeworm.com/dl/684/195791.html
下载: 80
查看: 1097

Java编程 jxta平台的开发包

jxta平台的开发包,2.4版本,含有源代码、所需要的其他的开发包等
https://www.eeworm.com/dl/633/195993.html
下载: 145
查看: 1056

微处理器开发 自己写的SHT11驱动 CPU为AT9200

自己写的SHT11驱动 CPU为AT9200,linux内核版本为2.4.27 编译环境为gcc-2.95.3
https://www.eeworm.com/dl/655/196576.html
下载: 75
查看: 1047

网络 LINUX下面的RTL8169的驱动原码

LINUX下面的RTL8169的驱动原码,可以直接用,支持版本为 2.4.x or 2.6.x
https://www.eeworm.com/dl/635/198532.html
下载: 104
查看: 1041