代码搜索:多路电源

找到约 3,009 项符合「多路电源」的源代码

代码结果 3,009
www.eeworm.com/read/229940/14311140

v zonghe.v

module ZongHe (ClkIn,Din0,Din1,Din2,DAddin,count8,count64,count2048 ,DAddout,Dout0,Dout1,Dout2); input ClkIn, //时钟输入,(若16.384MHz Din0,Din1,Din2,DAddin; //多路PCM数码流输入,复接数码流输入
www.eeworm.com/read/223851/14615597

plg rs485main.plg

礦ision2 Build Log Project: E:\新建文件夹\多路数据采集\RS485全双工\主机\RS485Main.uv2 Project File Date: 03/16/2007 Output: Build target 'Target 1' compiling
www.eeworm.com/read/18165/778614

plg more_18b20.plg

礦ision3 Build Log Project: E:\zyd\毕业论文设计\练习\_proteus\多路18b20测温显示系统\more_18b20.uv2 Project File Date: 03/19/2007 Output: Build target 'Target 1
www.eeworm.com/read/306178/3764341

c pubu.c

// Room: /u/qingyun/jyzj/pubu.c // Updated by jpei #include inherit ROOM; void create() { set("short", HIW"瀑布"NOR); set("long", @LONG 你向西走出两里多路,只见峭壁上有一道大瀑布冲击而下,料想是雪融而 成,阳光照射下犹如一条玉龙,极是壮观美丽
www.eeworm.com/read/370392/9602308

v mux.v

/* 多路选择器,a为1则选择b,为0则选择c,结果输出到数码管显示 a: key1 b: dial[3:0] c: dial[7:4] */ module mux(a,b,c,d,en); input a; input[3:0]b; input[3:0]c; output[7:0] d; reg[7:0] d; output[7:0]en; wire[3:0]
www.eeworm.com/read/431435/8676949

plg test.plg

礦ision2 Build Log Project: C:\Documents and Settings\Administrator\桌面\电源测试\test.uv2 Project File Date: 09/06/2008 Output:
www.eeworm.com/read/445281/7596916

c ethernet.c

#include "Ethernet.h" /* 主函数 */ void main(void) { delay(1000); // 延时1s,保证电源稳定和网卡自身的上电完成 NICRst(); // RTL8019AS热复位 ClearISR(); // 清除ISR寄存器 RTL8019Init(); // 初始化RTL8019A