代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/109809/15548015
readme
The drivers included here are an initial implementation of iSCSI for linux.
This is a quick HOWTO on how to get iSCSI up and running in your environment.
Getting Started
To use these modules you nee
www.eeworm.com/read/107377/15608391
pas libjpeg.pas
unit LibJPEG;
{ Quick, dirty and ugly conversion of some header files of the IJG JPEG library.
Only those declarations needed by the Advanced Image Coding application
are converted.
Based
www.eeworm.com/read/107377/15608395
pas libjasper.pas
unit LibJasper;
{ Quick, dirty and ugly conversion of some header files of the JasPer JPEG-2000
library.
Only those declarations needed by the Advanced Image Coding application
are converted
www.eeworm.com/read/100546/15872433
txt tutor.txt
The TAPI Tutorial is a PowerPoint presentation given at CT Expo 95 that is a introductory TAPI tutorial. It gives a very good overview of how TAPI works and a quick description of how to impliment th
www.eeworm.com/read/100074/15886522
quickstart
Quick Start for Quicknet hardware:
Install Quicknet driver:
follow the directions for installing the Quicknet driver. You will
want to use the latest gpl driver with isapnp support.
Unpack the s
www.eeworm.com/read/190256/8446190
m amp_design_2.m
% RF amplifier design example using S parameters measured with HP 8505A system.
% Reference:
% Quick Amplifier Design with Scattering Parameters
% William H. Froehner, Texas Instrum
www.eeworm.com/read/290553/8475950
pas rp_cstm.pas
unit rp_cstm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls;
type
Tfrp_cstm = class(TForm)
Quick
www.eeworm.com/read/290553/8476010
pas rp_fare.pas
unit rp_fare;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls;
type
Tfrp_fare = class(TForm)
Quick
www.eeworm.com/read/181619/9243922
txt pcmcia.txt
One of the most exciting thing having happen after release 20
is the addition of Wireless Extension support in the Pcmcia init
scripts. Here is a quick intro on the subject...
Pre-requisite :
------
www.eeworm.com/read/375451/9359795
str example.str
// String language example
string a;
string b;
string s;
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else {