代码搜索:抄表器
找到约 10,000 项符合「抄表器」的源代码
代码结果 10,000
www.eeworm.com/read/128762/14279584
doc 存储器管理.doc
www.eeworm.com/read/128625/14288741
gif 小巧电话分线器.gif
www.eeworm.com/read/229657/14325740
c 电话遥控器.c
//制作简易电话智能遥控器 源程序(具有在线修改密码功能)
#include
static bit OP;
unsigned char count_command,sound_flag,count_delay,endcount,count_delay0,i,j;
unsigned char command[7],passer[3],passer_flag;
www.eeworm.com/read/229143/14351617
doc 100计数器.doc
www.eeworm.com/read/127498/14351835
ddb 简易编程器.ddb
www.eeworm.com/read/126940/14393686
zip 烧写器硬件.zip
www.eeworm.com/read/126940/14393687
zip 烧写器软件.zip
www.eeworm.com/read/126803/14402228
sql 测试触发器.sql
--测试触发器
update authors set contract = 1
where state = 'CA'
www.eeworm.com/read/126803/14402230
sql 删除触发器.sql
--如果触发器存在则删除
if exists(select name from sysobjects
where name = 'insert_update_trigger' and type = 'TR')
drop trigger insert_update_trigger