代码搜索结果
找到约 10,000 项符合
C 的代码
i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
i2c.h
///////////////////////i2c通信子程序///////////////////////
///////////////////////////////////////////////////////////
//初始化
void i2c_init()
{
PORTD&=~0x80;
TWBR=0x01 ; //速率=16M/(16+2*16)=3
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
tty.c
/************************************************
* TTY SERIAL ROUTES
* use ttyS1 to ctrol GPRS
* by Zou jian guo
* 2004-11-02
*
* edited by wbin
i2c.inc
;*************************************************************************
; I2C.INC
; 标准80C51单片机模拟I2C总线的主机程序头文件
; Copyright (c) 2006,广州周立功单片机发展有限公司
; All rights reserved.
; 本程序仅供学习参考,不提供任何可靠性方面的
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
i2c_h.bak
#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
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