代码搜索:流量传感器
找到约 3,647 项符合「流量传感器」的源代码
代码结果 3,647
www.eeworm.com/read/101790/15809553
htm subject_27807.htm
序号:27807 发表者:阿平 发表日期:2003-01-15 14:28:12
主题:请教一下怎样才能限制网络流量
内容:ftp服务器都可以限制下载的速度。我想请教一下怎样做才能达到这样的效果!
返回上页
www.eeworm.com/read/380636/9136370
bak main.c.bak
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
//本实验利用MCU内部ADC不停的采集3轴加速度传感器的X,Y,Z方向的输出;
//当X方向有振动时,D5点亮或熄灭
//当Y方向有振动时,D6点亮或熄灭
//
www.eeworm.com/read/380636/9136371
c main.c
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
//本实验利用MCU内部ADC不停的采集3轴加速度传感器的X,Y,Z方向的输出;
//当X方向有振动时,D5点亮或熄灭
//当Y方向有振动时,D7点亮或熄灭
//
www.eeworm.com/read/281175/10258973
bak main.c.bak
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
//本实验利用MCU内部ADC不停的采集3轴加速度传感器的X,Y,Z方向的输出;
//当X方向有振动时,D5点亮或熄灭
//当Y方向有振动时,D6点亮或熄灭
//
www.eeworm.com/read/281175/10258975
c main.c
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
//本实验利用MCU内部ADC不停的采集3轴加速度传感器的X,Y,Z方向的输出;
//当X方向有振动时,D5点亮或熄灭
//当Y方向有振动时,D7点亮或熄灭
//
www.eeworm.com/read/352946/10490083
prj rx.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=E:\无线传感器网络资料\cc2420驱动\测试1\RX\
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=0x20000
Edit10=4096
www.eeworm.com/read/352946/10490525
prj tx.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=E:\无线传感器网络资料\cc2420驱动\测试1\code\
CheckBox1=1
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=0x20000
Edit10=40
www.eeworm.com/read/418853/10894327
c ds18b20.c
/*******************************************
文件:DS18B20.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2006年12月10日
功能:驱动开发板上的温度传感器DS18B20(作者只做了正温度值的显示,负温度值的显示读者可自行编写)。
备注:
www.eeworm.com/read/418853/10894330
_c ds18b20._c
/*******************************************
文件:DS18B20.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2006年12月10日
功能:驱动开发板上的温度传感器DS18B20(作者只做了正温度值的显示,负温度值的显示读者可自行编写)。
备注:
www.eeworm.com/read/273515/10913011
txt ds1820.txt
温度传感器ds1820 的汇编程序
晶振:12M
TEMPER_L EQU 36H
TEMPER_H EQU 35H
TEMPER_NUM EQU 60H
FLAG1 BIT 00H
DQ BIT P3.3
AAA:MOV SP,#70H
LCALL GET_TEMPER
LCALL TEMPER_COV
LJMP AAA
NOP
;----------