代码搜索结果

找到约 10,000 项符合 C 的代码

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

i2c.c

#pragma SFR #pragma NOP #include "i2c.h" void I2C_Start(void); void I2C_Wait(void); void I2C_Stop(void); uchar I2C_SendByte(uchar byte); uchar I2C_ReceiveByte(void); uchar I2C

untitled5.m

%%%程序用来绘制PSK信号FSK信号的C30,C31的分布情况 clear; clc; % xuanhuan_2=0; for xuanhuan_2=0:1:3 for xuanhuan_1=1:50 M=randint(1,1,3); if M==0 M=2; elseif M==1 M=4; elseif M==2 M=

untitled5.asv

%%%程序用来绘制PSK信号FSK信号的C30,C31的分布情况 clear; clc; % xuanhuan_2=0; for xuanhuan_2=0:1:3 for xuanhuan_1=1:100 M=randint(1,1,3); if M==0 M=2; elseif M==1 M=4; elseif M==2 M

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

i2c.h

/* ------------------------------------------------------------------------- */ /* */ /* i2c.h - definitions for the i2c-bus interface */ /* */ /* ------------------

24c02.txt

/***********24c04**********************/ sbit SDA=P0^2; sbit SCL=P0^3; /********24c04********************/ void i2c_start(void) //发送开始信号 //参照时序图 { SDA = 1; SCL =