搜索结果

找到约 652 项符合 Class 的查询结果

按分类筛选

显示更多分类

驱动编程 This is the library for all storage drivers. It simplifies writing a storage driver by implementing

This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers.
https://www.eeworm.com/dl/618/297108.html
下载: 26
查看: 1055

文章/文档 This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"

This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under corresponding table of contents including Java source code document and by it correspo ...
https://www.eeworm.com/dl/652/301280.html
下载: 144
查看: 1063

VC书籍 C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午

C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午,厌烦了读职工手册,于是我写了一个工具类,里面包含一个原始指针作为成员变量: #include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* ...
https://www.eeworm.com/dl/686/303820.html
下载: 71
查看: 1068

RFID编程 中国EPC标准草案(基本上是EPC C1G2的中文翻译) 射频识别协议- 第1类第2代UHF RFID 860兆赫-960兆赫通讯协议 EPC&#8482 Radio-Frequency

中国EPC标准草案(基本上是EPC C1G2的中文翻译) 射频识别协议- 第1类第2代UHF RFID 860兆赫-960兆赫通讯协议 EPC&#8482 Radio-Frequency Identity Protocols Class-1 Generation-2 UHF RFID Protocol for Communications at 860 MHz – 960 MHz
https://www.eeworm.com/dl/697/305162.html
下载: 198
查看: 1307

Java编程 SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来

SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。 ...
https://www.eeworm.com/dl/633/305313.html
下载: 72
查看: 1066

加密解密 Enclosed in this distribution are four projects: MD5DLLTest: Visual basic project which runs the

Enclosed in this distribution are four projects: MD5DLLTest: Visual basic project which runs the MD5 test suite against a MD5 DLL (see below). VbMD5: A Visual Basic native MD5 message digest class based on the RSA reference implementation. md5DLL: A C project which generates a simple Wi ...
https://www.eeworm.com/dl/519/305674.html
下载: 29
查看: 1036

数据结构 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都

程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Tem ...
https://www.eeworm.com/dl/654/306244.html
下载: 73
查看: 1046

串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D

unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: ...
https://www.eeworm.com/dl/624/306697.html
下载: 130
查看: 1051

书籍源码 通讯路的设置

通讯路的设置,姓名,通讯地址等设置公共参量,.class文件
https://www.eeworm.com/dl/532/307910.html
下载: 192
查看: 1011

USB编程 把USB访问的相关函数封装成DLL的源代码 ======================================================================== MIC

把USB访问的相关函数封装成DLL的源代码 ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : spectrumdll
https://www.eeworm.com/dl/643/308687.html
下载: 161
查看: 1071