代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/385934/8778065
cof lp2000.cof
//lp2000.cof IIR lowpass coefficients file, cutoff frequency 2 kHz
#define stages 4 //number of 2nd-order stages
int a[stages][3] = { //numerator coefficients
{304, 608, 304}, /
www.eeworm.com/read/385934/8778077
cof bp2000.cof
//bp2000.cof IIR bandpass coefficients file, centered at 2 kHz
//Coefficients a's and b's from MATLAB are b's and a's used here
#define stages 18 //number of 2nd-order stages
int a[stag
www.eeworm.com/read/385934/8778498
cof bp2000.cof
//bp2000.cof IIR bandpass coefficients file, centered at 2 kHz
//Note: a's and b's from MATLAB are b's and a's used here
#define stages 18 //number of 2nd-order stages
int a[stages][3]=
www.eeworm.com/read/429623/8797976
vbp toolforsql2000.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Reference=*\G{2A75196C-D9EB-4129-B803-931327F72D5C}#2.8#0#C:\Program Files\Common Fi
www.eeworm.com/read/429623/8797989
vbw toolforsql2000.vbw
FrmMain = 198, 198, 745, 658, , 44, 44, 591, 504, C
ModuleNameToIP = 66, 66, 613, 526,
FrmSQLInfor = 0, 0, 778, 488, , 66, 66, 613, 526, C
FrmLoad = 88, 88, 635, 548, , 22, 22, 569, 482, C
Module
www.eeworm.com/read/429623/8797990
exe toolforsql2000.exe
www.eeworm.com/read/429346/8810727
h sd2000.h
#ifndef __SD2000_H__
#define __SD2000_H__
#include
typedef unsigned char uchar;
typedef unsigned int uint;
sbit SDA=P2^0;
sbit SCL=P2^2;
//uchar data1,data2,data3,data4;
#def
www.eeworm.com/read/429346/8810736
lst sd2000.lst
C51 COMPILER V8.02 SD2000 03/14/2009 10:38:56 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE SD2000
OBJECT MODULE PLACED IN
www.eeworm.com/read/429346/8810752
c sd2000.c
#include
#include"sd2000.h"
unsigned char date[7]; //日期数组
/*date[0]=year,date[1]=month,date[2]=day,date[3]=week,
date[4]=hour,date[5]=minute
www.eeworm.com/read/429346/8810757