登录
首页 » VHDL » zong

zong

于 2020-01-11 发布
0 150
下载积分: 1 下载次数: 1

代码说明:

说明:  quartusII 9.1,位同步提取电路,可以实现位同步时钟提取,其中包括分频器,和由D触发器以及与门组成的鉴相器模块。(Quartus II 9.1, bit synchronous extraction circuit, can realize bit synchronous clock extraction, including frequency divider, phase discriminator module composed of D trigger and and gate.)

文件列表:

Block1.bdf, 29918 , 2019-12-29
dff.vhd, 259 , 2019-12-28
fenpin.vhd, 540 , 2019-12-28
weifen.vhd, 642 , 2019-12-28
zong.bdf, 20763 , 2019-12-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 可以打开图片
    可以打开图片-Can open the picture
    2022-04-21 12:58:41下载
    积分:1
  • hooks.zip
    # Provide the canonicalize filename (physical filename with out any symlinks) # like the GNU version readlink with the -f option regardless of the version of # readlink (GNU or BSD). # This file is part of a set of unofficial pre-commit hooks available
    2020-06-19 15:00:01下载
    积分:1
  • pp
    说明:  讨论了直接电流控制的几种控制结构,并建立了相应的仿真模型, 进行了仿真和比较分析。研究了它们在稳态性能和动态性能上的优缺点。其 中重点讨论了采用空间电压矢量调制方法(SVPWM)跟踪给定电压矢量,来控 制STATCOM的电流产生,并且采用直流侧电压可交给定。(Several control structures of direct current control are discussed, and corresponding simulation models are established, and simulation and comparative analysis are carried out. Their advantages and disadvantages in steady state performance and dynamic performance were studied. It focuses on the use of space voltage vector modulation (SVPWM) to track a given voltage vector to control the current generation of the STATCOM, and the DC side voltage can be applied.)
    2019-05-19 22:08:29下载
    积分:1
  • orcad原理图绘制教程。60分钟可学会。
    orcad原理图绘制教程。60分钟可学会。-orcad schematic drawing tutorial. 60 minutes to learn.
    2022-03-21 07:20:55下载
    积分:1
  • C# 实现的全角与半角切换功能
    C# 实现Windows输入法的全角与半角切换功能,加载窗体时,焦点默认处于TextBox1上。在控件的Click事件中触发来调整输入法状态,检查输入法的全角半角状态,如果输入法处于打开状态,如果是全角,ImmSimulateHotKey(h,IME_CHOTKEY_SHAPE_TOGGLE);//转换成半角。
    2022-09-14 09:45:03下载
    积分:1
  • visual c++ 代码开发程序
    visual c++ 代码开发程序-visual code development process
    2022-08-05 12:27:18下载
    积分:1
  • 代理IP压力测试
    代理IP压力测试,黑客攻击服务器必备的软件(Proxy IP stress testing, hackers attack server essential software)
    2018-08-31 10:36:35下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 这是关于影片管理的,有图形界面。
    这是关于影片管理的,有图形界面。-This is the management of film, graphics interface.
    2022-01-27 21:40:23下载
    积分:1
  • 一种快速准确的网络入侵检测系统
    2022-02-05 09:00:19下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载