搜索结果
找到约 731 项符合
modelSim-win 的查询结果
GPS编程 GPS对应的CA短码发生电路的VHDL描述程序
GPS对应的CA短码发生电路的VHDL描述程序,附带modelsim仿真用源文件
数值算法/人工智能 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 ...
VC书籍 用MFC实现串口编程, 本文详细介绍了串行通信的基本原理
用MFC实现串口编程, 本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC
实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0
编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win
API、MFC32位应用程序、事件驱动、非阻塞通信、多线程. ...
其他书籍 由于目前所用到的FPGA器件以Altera的为主
由于目前所用到的FPGA器件以Altera的为主,所以下面的例子也以Altera为例,工具组合为 modelsim + LeonardoSpectrum/FPGACompilerII + Quartus,但原则和方法对于其他厂家和工具也是基本适用的。
VHDL/FPGA/Verilog 本文主要描述了如何在QUARTUS II 中输入程序文件
本文主要描述了如何在QUARTUS II 中输入程序文件,生成网表及标准延时文件,然后通过 MODELSIM进行功能仿真与后仿真的过程,主要为图解,含全部代码及仿真波形。
网络 * 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
VHDL/FPGA/Verilog DDR2 SDRAM仿真模型
DDR2 SDRAM仿真模型,适合于ModelSim下工作,请先阅读readme
VHDL/FPGA/Verilog 结合截图
结合截图,quartus2与ModelSim的联调的详细操作步凑,使初学者迅速上手
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 ...