代码搜索:经典电路
找到约 10,000 项符合「经典电路」的源代码
代码结果 10,000
www.eeworm.com/read/104626/15688340
txt readme.txt
本人花了不少功夫从各处搜集到各式各样的经典图标文件,供大家美化桌面或编程时使用。
徐景周(jingzhou_xu@163.net)
未来工作室(Future Studio)
199
www.eeworm.com/read/157697/11670797
txt DDS在FPGA中的实现.txt
1.基本实现方法
2.电路图
3.软件实现流程图
4.器件清单
DDS在FPGA中的实现
考虑到本系统的规模以及以后的扩展需要,该系统中的DDS电路采用VHDL硬件描述语言来实现,因为VHDL语言设计的电路模块可以方便地移植到不同的FPGA芯片中。由于硬件原因,本系统的最高频率为100kHz,因此,采用常规设计即可满足要求,但若要应用于高速系统,还要采用一些提高系统运行速度的措 ...
www.eeworm.com/read/279745/10395648
h uartdebug.h
/*
****************************************************************************
* 宁波中科集成电路设计中心 版权所有 Copyright 2005
* http:\\www.nbicc.com
*文件名: uartDebug.h
*程序员: 夏鹏 xpsonny@
www.eeworm.com/read/279743/10395766
h uartdebug.h
/*
****************************************************************************
* 宁波中科集成电路设计中心 版权所有 Copyright 2005
* http:\\www.nbicc.com
*文件名: uartDebug.h
*程序员: 夏鹏 xpsonny@
www.eeworm.com/read/279741/10395964
h uartdebug.h
/*
****************************************************************************
* 宁波中科集成电路设计中心 版权所有 Copyright 2005
* http:\\www.nbicc.com
*文件名: uartDebug.h
*程序员: 夏鹏 xpsonny@
www.eeworm.com/read/352274/10568144
m uf_fltcct1.m
function Cselected = uf_fltcct1();
figNum = findobj('Type','figure','Name','滤波器电路设计之一');
if isempty(figNum), return; end;
axisHandle = get(figNum,'UserData');
if isempty(axisHandle), return; e
www.eeworm.com/read/443237/7635840
c lcd_drv.c
//=============================================
// 320X240@单色LCD基本函数
//控制电路SED1335,总线方式
//==============================================
#include "lcd_defs.h"
#include "ha_defs.h" //LCD寄存器地址
#in