登录
首页 » VHDL » counter

counter

于 2009-09-19 发布 文件大小:106KB
0 231
下载积分: 1 下载次数: 3

代码说明:

  本例源代码文件由用户按照书中的操作步骤自己生成,“Example-2-1Project_Navigator_Demo源代码”目录下为源代码的参考文件。“Example-2-1Project_Navigator_Democounter”目录下为完整的工程,包括源代码文件、综合与实现的结果文件、ISE工程文件等,可以使用ISE工程管理器打开工程,供读者参考(In this case the source code files by the user in accordance with the steps the book itself is generated, "Example-2-1 Project_Navigator_Demo source" directory as the source code reference document. "Example-2-1 Project_Navigator_Demo counter" directory for a complete project, including source code files, integrated with the realization of the outcome document, ISE project file, etc. You can use ISE Project Manager, open the project for the reader is referred to)

文件列表:

counter
.......\.untf
.......\automake.log
.......\bitgen.ut
.......\coregen.log
.......\coregen.prj
.......\counter.bgn
.......\counter.bit
.......\counter.bld
.......\counter.cmd_log
.......\counter.dhp
.......\counter.dly
.......\counter.drc
.......\counter.lso
.......\counter.mrp
.......\counter.nc1
.......\counter.ncd
.......\counter.ngc
.......\counter.ngd
.......\counter.ngm
.......\counter.ngr
.......\counter.npl
.......\counter.pad
.......\counter.pad_txt
.......\counter.par
.......\counter.pcf
.......\counter.placed_ncd_tracker
.......\counter.prj
.......\counter.ptf
.......\counter.routed_ncd_tracker
.......\counter.sprj
.......\counter.stx
.......\counter.syr
.......\counter.tfi
.......\counter.twr
.......\counter.twx
.......\counter.ut
.......\counter.v
.......\counter.xpi
.......\counter_fpga_editor.log
.......\counter_ise5_bak.zip
.......\counter_last_par.ncd
.......\counter_map.ncd
.......\counter_map.ngm
.......\counter_ngdbuild.nav
.......\counter_pad.csv
.......\counter_pad.txt
.......\counter_vhdl.prj
.......\xst
.......\...\work
.......\...\....\hdllib.ref
.......\...\....\vlg10
.......\...\....\.....\counter.bin
.......\_ngo
.......\....\netlist.lst
.......\__projnav
.......\.........\bitgen.rsp
.......\.........\coregen.rsp
.......\.........\counter.gfl
.......\.........\counter.xst
.......\.........\counter._prj
.......\.........\counter._sprj
.......\.........\counter_flowplus.gfl
.......\.........\counter_jhdparse_tcl.rsp
.......\.........\counter_ncdTOut_tcl.rsp
.......\.........\counter_tst_Fix_jhdparse_tcl.rsp
.......\.........\ednTOngd_tcl.rsp
.......\.........\hb_cmds
.......\.........\map.log
.......\.........\nc1TOncd_tcl.rsp
.......\.........\par.log
.......\.........\pfea_tcl.rsp
.......\.........\posttrc.log
.......\.........\runXst_tcl.rsp
.......\__projnav.log

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

发表评论

0 个回复

  • newton_raphson
    Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。 由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。 同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。 (err)
    2008-06-16 10:38:48下载
    积分:1
  • ookd
    Digital Modulation in MATLAB OOK
    2009-07-09 23:54:18下载
    积分:1
  • peridogramse
    本程序在MATLAB开发环境下,用周期图谱估计的方法对信号的频谱进行了估计,估计结构为两个频率分量。(The procedure developed in the MATLAB environment, with the cycle map estimation method to estimate the signal s spectrum, estimated structure for the two frequency components)
    2010-07-20 19:07:02下载
    积分:1
  • MATHEMATIC
    Mathematic algoritmus
    2009-11-19 21:41:42下载
    积分:1
  • MATLAB-controlsystem
    说明:  讲授使用MATLAB进行控制系统的设计,并且附加了源程序,适合于初学者使用。(Taught the use of MATLAB for control system design, and additional source code, suitable for beginners to use.)
    2008-11-05 19:49:49下载
    积分:1
  • ucga2
    select parent and mutation
    2014-08-22 22:32:20下载
    积分:1
  • play
    Matlab algorith for a basic sonar setup using PC sound card.
    2014-10-23 07:28:08下载
    积分:1
  • firefly_simple
    The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies. The primary purpose for a firefly s flash is to act as a signal system to attract other fireflies. Xin-She Yang formulated this firefly algorithm by assuming
    2013-11-28 11:09:15下载
    积分:1
  • xiaobobianhuan
    这是一个使用matlab实现小波变换的程序(This is a realization of the use of wavelet transform matlab program)
    2009-05-07 17:28:00下载
    积分:1
  • Matlab-Programming-skills-
    这是我多年MATLAB编程的技巧汇总,希望对大家有用。里面包含命名规则,怎样优化程序等等。(This is my years of MATLAB programming skills summary, I hope useful for everyone. Which contains the naming rules, how to optimize procedures.)
    2013-07-31 09:58:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载