代码搜索:driven
找到约 1,767 项符合「driven」的源代码
代码结果 1,767
www.eeworm.com/read/307164/3728595
f c_dblat3.f
PROGRAM DBLAT3
*
* Test program for the DOUBLE PRECISION Level 3 Blas.
*
* The program must be driven by a short data file. The first 13 records
* of the file are read using list-directed inp
www.eeworm.com/read/443386/1747223
c orinoco_tmd.c
/* orinoco_tmd.c 0.01
*
* Driver for Prism II devices which would usually be driven by orinoco_cs,
* but are connected to the PCI bus by a TMD7160.
*
* Copyright (C) 2003 Joerg Dorchain
www.eeworm.com/read/357013/3035558
properties epe.properties
title=Extreme Programming Explained
isbn=0201616416
author=Kent Beck
pubmonth=199910
subject=extreme programming agile test driven development methodology
url=http://www.amazon.com/exec/obidos/tg/deta
www.eeworm.com/read/113711/15450553
f c_dblat2.f
PROGRAM DBLAT2
*
* Test program for the DOUBLE PRECISION Level 2 Blas.
*
* The program must be driven by a short data file. The first 17 records
* of the file are read using list-directed inp
www.eeworm.com/read/113711/15450573
f c_dblat3.f
PROGRAM DBLAT3
*
* Test program for the DOUBLE PRECISION Level 3 Blas.
*
* The program must be driven by a short data file. The first 13 records
* of the file are read using list-directed inp
www.eeworm.com/read/431211/8699698
c ee_module.c
unsigned char eedata_readbyte(unsigned char addr){
EEADR = addr;
EEPGD = 0; CFGS = 0;
RD = 1;
return(EEDATA);
}
//non- interrupt driven writes
void eedata_writebyte(unsigned char addr,
www.eeworm.com/read/431209/8700190
c ee_module.c
unsigned char eedata_readbyte(unsigned char addr){
EEADR = addr;
EEPGD = 0; CFGS = 0;
RD = 1;
return(EEDATA);
}
//non- interrupt driven writes
void eedata_writebyte(unsigned char addr,
www.eeworm.com/read/184302/9112441
cpp crc16.cpp
#include "crc16.h"
// This class provides functions for computing 16-bit CRC values.
// It implements both a slow bit-at-a-time method and a table-driven
// method. The simple method was implement
www.eeworm.com/read/361386/10055754
java lr_parser.java
package java_cup.runtime;
import java.util.Stack;
/** This class implements a skeleton table driven LR parser. In general,
* LR parsers are a form of bottom up shift-reduce parsers. Shi
www.eeworm.com/read/164915/10082213
c through_intr.c
// http://www.cepstrum.co.jp/
//
// interrupt driven delay & talk through program for C6713 DSK
// line in, line out, Fs=48kHz
#include "c6713dsk.h"
#def