代码搜索:数字电阻

找到约 10,000 项符合「数字电阻」的源代码

代码结果 10,000
www.eeworm.com/read/264994/11287849

_c slave_test._c

// 作者:古欣 // AVR与虚拟仪器 http://www.avrvi.com // TWI 通讯从机,接受到数据回传给主机 // 关键内容在 #include "config.h" void main(void) { DDRC=0X00; PORTC=0x03; //使能内部上拉电阻 DDRA=0xff; twi_slave_init(0x50); /
www.eeworm.com/read/215350/15064177

txt float_math.txt

这是本人使用的MSC-51 3字节和4字节浮点数计算程序,主要用于数据采集及上传,经过IEEE转换,在上位机直接显示,本人还有热电阻和热电偶温度查表计算程序,有需要可EMAIL: majingsong1@2911.net ; FLOATING PROGRAM ; ;########################################## ;##############
www.eeworm.com/read/26660/855045

c spi.c

#include #define _V_SPI_ #define SPI_PORT PORTB #define SPI_DDR DDRB #define SPI_PIN PINB #define DS1302_MOSI 5 //PB5 MOSI要串10K电阻到MISO,然后把MISO跟DS1302_IO脚短接在一起的 #define DS1302_M
www.eeworm.com/read/266376/11229721

c db18b20.c

/* MCU:89C4051 P1.0,P1.1接10K左右上拉电阻,晶振11.0592M /* sbit DQ=P3^7; 89C4051的11脚接DS18B20 */ #include #include #include #define uchar unsigned cha
www.eeworm.com/read/266376/11229728

bak db18b20.c.bak

/* MCU:89C4051 P1.0,P1.1接10K左右上拉电阻,晶振11.0592M /* sbit DQ=P3^7; 89C4051的11脚接DS18B20 */ #include #include #include #define uchar unsigned cha
www.eeworm.com/read/266376/11229735

c 复件 (2) db18b20.c

/* MCU:89C4051 P1.0,P1.1接10K左右上拉电阻,晶振11.0592M /* sbit DQ=P3^7; 89C4051的11脚接DS18B20 */ #include #include #include #define uchar unsigned cha
www.eeworm.com/read/200753/15425440

c ds18b20.c

/* * -= N U A A =- * 030210634 H Y X QQ:32242111 * DS18b20.C * 温度采集系统DS18b20驱动程序 * 版本:1.3 * 2005.7.29-8.4 */ //ATTENTION:端口必须匹配,51单片机端口别忘接上拉电阻(4.7k)至VCC!否则只能读出数据1; //一线一器件程序: #include
www.eeworm.com/read/113409/15456447

txt float_math.txt

这是本人使用的MSC-51 3字节和4字节浮点数计算程序,主要用于数据采集及上传,经过IEEE转换,在上位机直接显示,本人还有热电阻和热电偶温度查表计算程序,有需要可EMAIL: majingsong1@2911.net ; FLOATING PROGRAM ; ;########################################## ;##############
www.eeworm.com/read/188407/8542693

cpp mainfrm.cpp

//基于BP网络的含噪声数字的识别(noised digital number recognition based on BPnet) //Developed by 赵辉(H.ZHAO) //Shandong University,JInan,ChinaPRC //finished 2004-03-26 // MainFrm.cpp : implementation of the CMai
www.eeworm.com/read/181272/9260817

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 毕业设计数字逻辑电子仿真器.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "st