代码搜索:KEIL C
找到约 10,000 项符合「KEIL C」的源代码
代码结果 10,000
www.eeworm.com/read/280600/10309491
h s3530a.h
int I2C_Read (char *pBuf);
int I2C_Write(char *pBuf);
int I2C_Reset(void);
int I2C_ReadSta(void);
void I2C_WriteSta(int);
void Set24TimeMode(void);
www.eeworm.com/read/425878/10312363
m func_invdwt.m
function im_rec = func_InvDWT(I_W, S, Lo_R, Hi_R, level);
% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% Inverse wavelet decomposition
%
% input: I_W : decomposed image
www.eeworm.com/read/423728/10535845
h i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/423728/10535915
h i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/423728/10535992
h i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/423728/10536056
h i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/350589/10729966
m func_invdwt.m
function im_rec = func_InvDWT(I_W, S, Lo_R, Hi_R, level);
% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% Inverse wavelet decomposition
%
% input: I_W : decomposed image
www.eeworm.com/read/462614/7199305
c tty.c
/************************************************
* TTY SERIAL ROUTES
* use ttyS1 to ctrol GPRS
* by Zou jian guo
* 2004-11-02
*
* edited by wbin
www.eeworm.com/read/460959/7236921
inc i2c.inc
;*************************************************************************
; I2C.INC
; 标准80C51单片机模拟I2C总线的主机程序头文件
; Copyright (c) 2006,广州周立功单片机发展有限公司
; All rights reserved.
; 本程序仅供学习参考,不提供任何可靠性方面的
www.eeworm.com/read/460938/7237280
h i2c.h
#ifndef __i2c_H__
#define __i2c_H__
#define I2C_INPUT 1
#define I2C_OUTPUT 0
#define I2C_WRITE 0x00
#define I2C_READ 0x01
#define A24C02_WRITE 0xA0
#define A24C