代码搜索:陷波器
找到约 10,000 项符合「陷波器」的源代码
代码结果 10,000
www.eeworm.com/read/439914/7697054
frm 定时器.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form 定时列表
BorderStyle = 3 'Fixed Dialog
Caption = "定时列表"
ClientHeight =
www.eeworm.com/read/439329/7712287
txt 分频器.txt
Verilog]分频HDL的实现方法介绍(引用)
众所周知,分频器是FPGA设计中使用频率非常高的基本设计之一,尽管在目前大部分设计中,广泛使用芯片厂家集成的锁相环资源,如altera 的PLL,Xilinx的DLL.来进行时钟的分频,倍频以及相移。但是对于时钟要求不高的基本设计,通过语言进行时钟的分频相移仍然非常流行,首先这种方法可以节省芯片内部的锁相环资源,再者,消耗不多的逻辑单元就可以达到 ...
www.eeworm.com/read/439329/7712288
doc 分频器.doc
www.eeworm.com/read/439300/7712876
doc 计算器.doc
www.eeworm.com/read/438708/7727976
exe 服务器.exe
www.eeworm.com/read/438592/7729570
rar 服务器.rar
www.eeworm.com/read/435661/7788109
txt 计数器.txt
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY adder IS
PORT(cr,ld,clk,a0,a1,a2,a3:IN STD_LOGIC;
q:OUT STD_ULOGIC_VECTOR(3 DOWNTO 0); )
END
www.eeworm.com/read/435421/7792340
txt 计数器.txt
// 1 2 3 + =
// 4 5 6 - ce
// 7 8 9 * on/off
// +/- 0 . /
//按键: 0 1 2 3 4 5 6 7 8 9
//对应值: 0
www.eeworm.com/read/435253/7794988
txt 字模器程序.txt
//ICC-AVR application builder : 2000-3-11 20:18:23
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
#define uchar unsigned char
#define uint unsigned int
char
www.eeworm.com/read/435239/7795104
cpp 感知器.cpp
#include
int c=1;
//求a和b得内积
int multy(int a[],int b[])
{
int c=0;
int i;
for(i=0;i