代码搜索:8591
找到约 913 项符合「8591」的源代码
代码结果 913
www.eeworm.com/read/25885/952242
51
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 //
www.eeworm.com/read/17194/721935
51
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
www.eeworm.com/read/25885/951130
51
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
www.eeworm.com/read/178760/5313323
c i2c390.c
#include
#include "ds1621.h"
#include "pcf8591.h"
void main (void) {
while(1) {
printf ("% 5.2f %03u %03u %03u %03u\n\r",
ReadDS1621(2),
ReadPCF8591(0,0),
ReadPCF8
www.eeworm.com/read/436674/1846454
f0b34f9e538c001c14d99e8591aa4155
package main.cn.edu.nju.software.sd.cll;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.*;
public class LogManager {
private static LogManager manager = new LogManage
www.eeworm.com/read/440306/7690773
c datapeek.c
#include
#include
#define PCF8591_WRITE 0x90
#define PCF8591_READ 0x91
sbit SDA = P1 ^ 1; // P1.1口模拟数据口
sbit SCL = P1 ^ 0; // P1.0口模拟时钟口
unsigned char data receivebuf[
www.eeworm.com/read/315997/13532872
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__F960494E_710E_4CF0_8591_0450A14AD7A2_