虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

View

  • 如何仿真IP核(建立modelsim仿真库完整解析)

      IP核生成文件:(Xilinx/Altera 同)   IP核生成器生成 ip 后有两个文件对我们比较有用,假设生成了一个 asyn_fifo 的核,则asyn_fifo.veo 给出了例化该核方式(或者在 Edit-》Language Template-》COREGEN 中找到verilog/VHDL 的例化方式)。asyn_fifo.v 是该核的行为模型,主要调用了 xilinx 行为模型库的模块,仿真时该文件也要加入工程。(在 ISE中点中该核,在对应的 processes 窗口中运行“ View Verilog Functional Model ”即可查看该 .v 文件)。如下图所示。

    标签: modelsim 仿真 IP核 仿真库

    上传时间: 2013-11-02

    上传用户:谁偷了我的麦兜

  • excel 文档的导入导出

    excel 文档的导入导出,Delphi,thank you very much to have a View

    标签: excel 文档

    上传时间: 2015-03-14

    上传用户:jhksyghr

  • 一个曲线类

    一个曲线类,可用于Dialog,也可用于View

    标签:

    上传时间: 2015-03-16

    上传用户:无聊来刷下

  • JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说

    JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model-View-controller)的web应用。JSP的classes 或 beans 是模型, JSP 是这个视图, 而Servlet是控制器。这个例子是一个简单的留言板

    标签: Smalltalk JSP 分离

    上传时间: 2013-12-20

    上传用户:003030

  • 通子的考试系统 本程序版权属于通子 程序功能: 1。考生可以选择科目进行考试 2. 考过科目不再重新登陆考试 2。考题时随机的

    通子的考试系统 本程序版权属于通子 程序功能: 1。考生可以选择科目进行考试 2. 考过科目不再重新登陆考试 2。考题时随机的,避免考生之间互相抄袭。 3。考题为五题,设定30秒后自动提交 4。提交后可以直接得到你的成绩,并知道你是否通过了考试了 5. 可以了解你的成绩与总成绩的对比 程序优缺点: 1。未使用javaBean技术。 2。使用的是声明语句在Conn.jsp,功能是进行数据库连接; 3。使用html处理的不好,页面不甚美观。 4。未采用MVC,M(mode-database),V(View-jsp),C(controller-servlet). 程序流程: 进入 考生 —— 登录界面 ——进入——测试——提交——成绩 login.jsp —— test.jsp —— score.jsp test.mdb test.mdb test.mdb 抱歉: 由于时间不足,未能把java(2)班全体同学的信息全部添加到数据库中。 附: java(2)班全体同学信息打包在里面了,有意者可以添加。 希望对此程序作改进的有我联系。我的QQ:120244312 E-Mail:zuotongyousai@163.com

    标签: 程序 随机

    上传时间: 2015-03-25

    上传用户:wfeel

  • 手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the

    手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of assuming there will only be one flip closed View. :( That s changed in v1.3 :) 1.3 supports multiple flip closed Views that can be easily added into SMan.

    标签: from 1.2 the sources

    上传时间: 2015-03-31

    上传用户:彭玖华

  • _NET和J2EE该相互学习什么 Application的Framework竟然达到了55个

    _NET和J2EE该相互学习什么 Application的Framework竟然达到了55个,并且还在日益增加。事实上J2EE开发的软肋不在于Control这个层面,而是在View。许多天才的精力都耗在重复制造轮子上,却没有想办法去完善一个或者多个Framework,这不得不让人感到痛心啊!在这一点,J2EE是不是得向.NET好好学习一下呢?在.NET的世界里,最受关注的应该是控件的开发了,一个设计良好,功能强大的控件对于提高开发效率无疑是极好的助推器。很多.NET的开发人员都将精力花在设计控件上,.NET就像一个聚宝盆一样,不断汇聚开发人员智慧结晶。在J2EE的世界里,为了减少这种资源浪费的情况,Wicket Framework的出现了。它强调组件设计和组件重用,让开发人员集中精力于组件的开发,从而增强Framework的功能已经易用性。但愿,Wicket

    标签: Application Framework J2EE NET

    上传时间: 2014-01-05

    上传用户:cx111111

  • OpenSwing开源项目

    OpenSwing开源项目,封装了一些很实用的组件,各位在使用的时候请尊重开源项目的版权,http://bbs.chinajavaworld.com/post/View?bid=6&id=16546&sty=1&tpg=1&age=0有详细信息及最新的版本,感谢原作者!

    标签: OpenSwing 开源 项目

    上传时间: 2014-01-26

    上传用户:qweqweqwe

  • 一个用MVC模式写出来的贪食蛇小游戏

    一个用MVC模式写出来的贪食蛇小游戏,将Model.View.Control分开,可作为学习MVC的入门。

    标签: MVC 模式 小游戏

    上传时间: 2013-11-30

    上传用户:leixinzhuo

  • This example program shows how to configure and use the A/D Converter of the following microcontroll

    This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to View, measure and compare these input signals graphically.

    标签: microcontroll Converter configure following

    上传时间: 2014-12-01

    上传用户:独孤求源