代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/139682/13139992
txt ds18b20源程序.txt
ds18b20的完整程序
2004-1-4 9:59:44 http://www.58ic.com 苏州艾思科技 阅读456次
//DS1820 C51 子程序
//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间
//sbit DQ =P2^1;//根据实际情况定义端口
typedef unsigned char byte;
type
www.eeworm.com/read/138808/13210197
html exa3.html
Example 3: Better compression and multi-format loader
www.eeworm.com/read/138514/13234091
txt ds18b20的完整程序(c51).txt
//DS1820 C51 子程序
//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间
//sbit DQ =P2^1;//根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;
www.eeworm.com/read/136466/13376330
txt sst25lf080a.txt
Software Driver
SST25LF080A 2 Mbit(1M x 8) Serial Flash Memory
February 25th, 2004, Rev. 1.0
ABOUT THE SOFTWARE
This application note provides software driver examples for 25LF080A,
Serial
www.eeworm.com/read/312618/13607719
txt 代码1.txt
ds18b20的完整程序(c51)
//DS1820 C51 子程序
//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间
//sbit DQ =P2^1;//根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(wo
www.eeworm.com/read/312618/13607720
txt 代码2.txt
//DS1820 C51 子程序
//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间
//sbit DQ =P2^1;//根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;us
www.eeworm.com/read/310143/13657857
bk3 microp2dsp.bk3
;FILE: microp2dsp.ASM
;
; This program allows reading or writing values to and from the DSP
; through hyperterminal serial port interface.
;
; command -- function description
; dr.... -- data
www.eeworm.com/read/308920/13687406
txt c51.txt
DS1820,一线数据传输,仅三条腿的单芯片温度测量,C51程序。(C51list)
//DS1820 C51 子程序
//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间
//sbit DQ =P2^1;//根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
www.eeworm.com/read/303120/13821415
pas utcmppmsg.pas
unit UtCMPPMsg;
interface
const
// 连接
CMD_CONNECT = $00000001; //请求连接
CMD_CONNECT_RESP = $80000001;
www.eeworm.com/read/131113/5948170
java address.java
/*---------------------------------------------------------------------------
* Copyright (C) 1999,2000 Dallas Semiconductor Corporation, All Rights Reserved.
*
* Permission is hereby granted, fre