代码搜索结果

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

i2c.h

//定义管脚 #define SCL BIT6 #define SDA BIT5 //定义函数 void I2C_Initial(void); void I2C_Set_sda_high(void); void I2C_Set_sda_low (void); void I2C_Set_sck_high(void); void I2C_Set_sck_low (void); i

testbenchbancregister.vhdl

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity reg_file_test is end entity; architecture arch of reg_file_test is signal done : boolean := false; signal passed

i2c.c

// Program 24_256_1.C (CCS Info PCM Compiler - PIC16F84) // // Illustrates how to write a byte to an address and read a byte from an // an address. // // May be used for the following EEPROMs;

i2c.h

//定义管脚 #define SCL BIT6 #define SDA BIT5 //定义函数 void I2C_Initial(void); void I2C_Set_sda_high(void); void I2C_Set_sda_low (void); void I2C_Set_sck_high(void); void I2C_Set_sck_low (void); i

mobini.bas

Attribute VB_Name = "mobIni" Option Explicit '配置常量 Public Const C_INI_FILE = "SendMail.ini" Private Const C_BUFFER_MAX_LENGTH = 255 Private Const C_FAIL_DEAFULT = "not found" Private Const C_S

uc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (UC), 0x0004 // Tools: 'ARM-ADS' Group (Boot) Group (Bsp) Group (Core) Group (Application) File 1,2,

uc_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (UC), 0x0004 // Tools: 'ARM-ADS' Group (Boot) Group (Bsp) Group (Core) Group (Application) File 1,2,

sampwmc.c

#include "AT91SAM7S128.h" #include "..\app\Pid.h" #include "SAMpwmc.h" extern pid *pp; void PWMCinit() { // clock AT91C_BASE_PMC->PMC_PCER=(1

arpscan.crc

Project ARPSCAN v0.05 archived 13-Aug-00 14:46 arpscan.c 11F9C1C0 v0.05 ether3c.c FA2ADE2E v0.06 etherne.c 91C660C0 v0.25 ip.c 1431F6E1 v0.12 net.c 49FA2AD5 v0.10 netut

i2c.h

//定义管脚 #define SCL BIT6 #define SDA BIT5 //定义函数 void I2C_Initial(void); void I2C_Set_sda_high(void); void I2C_Set_sda_low (void); void I2C_Set_sck_high(void); void I2C_Set_sck_low (void); i