代码搜索:功率计

找到约 5,150 项符合「功率计」的源代码

代码结果 5,150
www.eeworm.com/read/141750/12988131

vhd 一个vhdl实现的测频计.vhd

--BCD Counter LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_arith.all; USE ieee.std_logic_unsigned.all; ENTITY freq IS PORT( Fsignal : IN std_logic; -- Rs
www.eeworm.com/read/312602/13608077

txt 07计应的班级管理系统书写规范.txt

添加radioButtonadd 修改radioButtonchange 删除radioButtondelete 保存buttonsave 清空buttonclear 刷新buttonfresh 关闭buttonexit 密码textBoxoldpwd 新密码textBoxnewpwd1 确认新密码textBoxnewpwd2 确定buttonok 关闭buttonexit
www.eeworm.com/read/304422/13794745

c 用89c51做频率计.c

#include unsigned char code dispbit[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f}; unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,0x66, 0x6d,0x7d,0x07,0x7f,0x6f,0x00,0x40}; u
www.eeworm.com/read/304422/13794746

hex 用89c51做频率计.hex

:1002F500FEFDFBF7EFDFBF7F3F065B4F666D7D07BA :040305007F6F0040C6 :0A000E0008130000000000000A0AB9 :10013B00758915E4F58CF58A758DF0758B60D28E0B :10014B00D28CD2A9D2ABD2AF3000FDC200AF08E443 :10015B00FC
www.eeworm.com/read/263091/11376067

hex 用89c2051做温度计.hex

:1000000075816012007E1200111200E101000401EE :100010001AE54175F0108420F3F4F534E5F075F03D :100020000AA475F01084F530E54075F010A425346D :1000300075F00A8485F03175F00A8485F03275F028 :100040000A8485F035E
www.eeworm.com/read/263091/11376072

asm 用89c2051做温度计.asm

ORG 0000H ;DS18B20.ASM 0-125度的温度计 原创:陈永飞 QQ:49204743 地址:江苏省南京市 TEMPER_L EQU 41H ;用于保存读出温度的低8位 信箱:baiyni888@163.com TEMPER_H EQU
www.eeworm.com/read/263091/11376078

lst 用89c2051做温度计.lst

8051 Assembler Version 1.00 07/12/106 23:49:39 Page 1 D:\200642523202081112\用89C2051做0-125度的温度计\用89C2051做温度计.asm 1 0000 ORG 0000H ;DS18B20.ASM