代码搜索:分频处理

找到约 10,000 项符合「分频处理」的源代码

代码结果 10,000
www.eeworm.com/read/131795/14125964

dat vb_code38.dat

On Error语句 启动一个错误处理程序并指定该子程序在一个过程中的位置;也可用来禁止一个错误处理程序。
www.eeworm.com/read/131795/14127792

dat errortc67.dat

出错信息: Misplaced elif directive 中文注释: 此处不应出现编译预处理elif
www.eeworm.com/read/120853/14785820

dat errortc67.dat

出错信息: Misplaced elif directive 中文注释: 此处不应出现编译预处理elif
www.eeworm.com/read/214945/15082170

dat userdict.dat

中文信息处理实验室,n 我们的人,n 我们人,n 我们人,n 我们人,n 我们人,n 我们人,n 我们人,n 我们人,n 我们人,n 我们人的,n
www.eeworm.com/read/454218/7396200

mht arm处理器中断处理的编程实现.mht

From: Subject: =?gb2312?B?QVJNtKbA7cb31tC2z7SmwO21xLHgs8zKtc/W?= Date: Wed, 10 Dec 2008 10:14:18 +0800 MIME-Version: 1.0 Content-Type: multipart/related; typ
www.eeworm.com/read/317739/13498821

txt 程序说明.txt

该程序实现跑马灯效果,跑马灯共4个状态循环显示,本程序只使用了4个LED显示,可改变程序中的输出位数,增加显示位数。 INT_DIV 模块用于对主频进行分频,该实验中采用主频为50MHz的频率,进过分频产生5Hz的频率,以便在实验板上显示。(如果不分频直接用于实验板,LED将显示一直是亮的。) LED 模块用于产生4种不同的状态进行显示。 在电路中都是低电平有效。 ...
www.eeworm.com/read/299870/7827278

bdf 三分频原理图.bdf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/252336/12286103

txt 任意整数的分频器vhdl代码.txt

任意整数的分频器VHDL代码 --------------------------------------------------------------------------- ----FileName:fq_divider.vhd ----该模块为分频器,将1KHZ的时钟频率分频成每分钟一次的时钟频率 ----事实上,该源码可以实现任意整数的分频,主要让N的值设置好相应的数字 ---