搜索结果

找到约 731 项符合 modelSim-win 的查询结果

GPS编程 GPS对应的CA短码发生电路的VHDL描述程序

GPS对应的CA短码发生电路的VHDL描述程序,附带modelsim仿真用源文件
https://www.eeworm.com/dl/693/416456.html
下载: 149
查看: 1014

数值算法/人工智能 The Window Design Method The basic idea behind the design of linear-phase FIR filters using the win

The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then truncate its impulse response hd[n] to obtain a linear-phas ...
https://www.eeworm.com/dl/518/417299.html
下载: 50
查看: 1060

VC书籍 用MFC实现串口编程, 本文详细介绍了串行通信的基本原理

用MFC实现串口编程, 本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC 实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0 编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win API、MFC32位应用程序、事件驱动、非阻塞通信、多线程. ...
https://www.eeworm.com/dl/686/425162.html
下载: 126
查看: 1075

其他书籍 由于目前所用到的FPGA器件以Altera的为主

由于目前所用到的FPGA器件以Altera的为主,所以下面的例子也以Altera为例,工具组合为 modelsim + LeonardoSpectrum/FPGACompilerII + Quartus,但原则和方法对于其他厂家和工具也是基本适用的。
https://www.eeworm.com/dl/542/428239.html
下载: 141
查看: 1040

VHDL/FPGA/Verilog 本文主要描述了如何在QUARTUS II 中输入程序文件

本文主要描述了如何在QUARTUS II 中输入程序文件,生成网表及标准延时文件,然后通过 MODELSIM进行功能仿真与后仿真的过程,主要为图解,含全部代码及仿真波形。
https://www.eeworm.com/dl/663/438483.html
下载: 71
查看: 1069

网络 * This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hen

* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win
https://www.eeworm.com/dl/635/442716.html
下载: 198
查看: 1080

VHDL/FPGA/Verilog DDR2 SDRAM仿真模型

DDR2 SDRAM仿真模型,适合于ModelSim下工作,请先阅读readme
https://www.eeworm.com/dl/663/445778.html
下载: 175
查看: 1089

VHDL/FPGA/Verilog 结合截图

结合截图,quartus2与ModelSim的联调的详细操作步凑,使初学者迅速上手
https://www.eeworm.com/dl/663/448969.html
下载: 99
查看: 1009

软件工程 是ISE的中文教程

是ISE的中文教程,主要是对初学者演示和展示在XILINX的ISE集成软件环境下,如何用VHDL和原理图的方式进行设计输入,用MOdelsim方针。
https://www.eeworm.com/dl/540/451031.html
下载: 101
查看: 1037

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move ...
https://www.eeworm.com/dl/619/451811.html
下载: 91
查看: 1018