测井储层敏感指数计算-对某一测井数据进行相应井段储层敏感性指数计算,利用CLASS计算模型,结合岩心分析化验资料,调整参数计算敏感性指数。
CLASS="time">上传时间: 2016-05-12
CLASS="username">上传用户:a673761058
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.
CLASS="tags">标签: storage implementing simplifies drivers
CLASS="time">上传时间: 2016-05-17
CLASS="username">上传用户:我干你啊
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 correspondence translation CLASS document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.
CLASS="tags">标签: chapter arrangement according procedure
CLASS="time">上传时间: 2014-11-01
CLASS="username">上传用户:希酱大魔王
C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午,厌烦了读职工手册,于是我写了一个工具类,里面包含一个原始指针作为成员变量: #include "xStruct.h" // definition of struct X CLASS xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* dumps xItem to cout */ } } 当然了,使用这个类的程序由于内存问题总是时不时的崩溃,因为我违反三个重要设计原则之一:任何时候,只要你提供了析构函数、拷贝构造函数或赋值运算符中的一个,你通常需要三个都提供。([1]) “所以,”我自言自语道,“我必须自己处理拷贝和赋值问题。简单地...auto_ptr有拷贝构造函数和赋值运算符,我可以拿过来用一下。”(你知道早期C++程序库中的auto_ptr,是吗?)
CLASS="time">上传时间: 2013-12-28
CLASS="username">上传用户:Amygdala
中国EPC标准草案(基本上是EPC C1G2的中文翻译) 射频识别协议- 第1类第2代UHF RFID 860兆赫-960兆赫通讯协议 EPC™ Radio-Frequency Identity Protocols CLASS-1 Generation-2 UHF RFID Protocol for Communications at 860 MHz – 960 MHz
CLASS="tags">标签: EPC Radio-Frequency C1G2 8482
CLASS="time">上传时间: 2016-06-07
CLASS="username">上传用户:上善若水
SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.CLASS是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。
CLASS="tags">标签: SourceModeling java txt 程序
CLASS="time">上传时间: 2016-06-07
CLASS="username">上传用户:qiao8960
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 Win32 DLL with the MD5 message digest routines using the RSA reference implementation. MD5Java: A Java implementation of the MD5 message digest algorithm based on the RSA reference implmentation. Let me know if this has any use! Robert M. Hubley hubley@u.washington.edu
CLASS="tags">标签: distribution MD5DLLTest Enclosed projects
CLASS="time">上传时间: 2016-06-08
CLASS="username">上传用户:com1com2
程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(CLASS Template )就可以实现该功能。
CLASS="tags">标签: 数据 程序设计 数据结构 元素
CLASS="time">上传时间: 2014-01-19
CLASS="username">上传用户:zl5712176
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: TButton procedure Button1Click(Sender: TObject) procedure Button2Click(Sender: TObject) procedure Btn_sendClick(Sender: TObject) procedure Comm1ReceiveData(Sender: TObject Buffer: Pointer BufferLength: Word) private { Private declarations } public { Public declarations } end
CLASS="tags">标签: interface Messages Graphics Controls
CLASS="time">上传时间: 2016-06-10
CLASS="username">上传用户:gxmm
通讯路的设置,姓名,通讯地址等设置公共参量,.CLASS文件
CLASS="tags">标签: 通讯
CLASS="time">上传时间: 2014-12-05
CLASS="username">上传用户:asddsd