代码搜索结果
找到约 10,000 项符合
Driver 的代码
makefile.dbapi_driver_odbc.lib.msvc
#
# ===========================================================================
# PRODUCTION $Log: Makefile.dbapi_driver_odbc.lib.msvc,v $
# PRODUCTION Revision 1000.0 2004/04/01 21:02:42 gouria
ogred3d9driver.h
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
ogred3d9driver.cpp
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
ogred3d9driver.h
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
ogred3d9driver.cpp
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
ds18b20_driver.lst
C51 COMPILER V8.02 DS18B20_DRIVER 09/13/2007 16:35:02 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE DS18B20_DRIVER
OBJECT MODULE PL
ds18b20_driver.bak
#define DS18B20_Driver
#include
void DS18B20_Init(void)
{
unsigned char Init_Data[3]={20,10,0x3f}; //分辨率为10位
unsigned char i=0;
Reset(); //复位
Write_Byte(SKIP_ROM)
ds18b20_driver.h
#ifndef DS18B20_Driver
extern void DS18B20_Init(void); //18B20初始化函数
extern uint Get_Temp(void); //测量温度
extern uchar Read_Byte(void); //从18B20读一字节
extern void Write_Byte(unsigned c