-
这海南大学的vrml源文件,观看代码请用vrmlpad编辑器,预览请用bs....
这海南大学的vrml源文件,观看代码请用vrmlpad编辑器,预览请用bs.-这 ??南
- 2022-03-18 05:24:50下载
- 积分:1
-
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Si...
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器;
2. 工程在project文件夹中,双击mpc.ise文件打开工程;
3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件;
4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。-The use of a simple function to achieve the eight-processor software development environment: ISE 7.1i simulation environment: ISE Simulator 1. This example through the ISE Simulator tool to achieve the realization of a two operand four of eight simple processor operation 2. works in the project folder, double-click to open the project file mpc.ise 3. rtl source file in the folder, mpc.v documents for the design, mpc_tb.tbw is the simulation waveform files 4. to open a project, a browser in the works Select device mpc_tb.tbw, double-click in the Process View in the " Simulation Behavioral Model" option, to carry out acts of simulation, simulation results can be obtained.
- 2023-03-17 12:55:03下载
- 积分:1
-
数据关联算法
数据关联算法-PDA算法,能有效的跟踪目标-data association algorithm-PDA algorithm can effectively target tracking
- 2022-01-27 09:36:48下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
基于VB教程网传输二进制数据。
Tutorial on transfer binary data using vb .net
- 2022-05-26 22:37:52下载
- 积分:1
-
这是我自己编写的 c++builder60环境下的
一个小程序,主要体现了人工智能里的A*宽度优先搜索...
这是我自己编写的 c++builder60环境下的
一个小程序,主要体现了人工智能里的A*宽度优先搜索-This is my own c builder60 prepared by the environment of a small procedure, mainly embodies the artificial intelligence Lane width of the A* search priority
- 2022-08-09 18:33:11下载
- 积分:1
-
学生学籍管理系统,功能齐全,内容丰富,赶紧下载
学生学籍管理系统,功能齐全,内容丰富,赶紧下载-xueshengxuejiguanlixitong
- 2022-02-16 04:11:04下载
- 积分:1
-
一个SANKE图像分割程序wd dqwe
一个SANKE图像分割程序wd dqwe-image segmentation based snake arithmatihs sdhfsf weifjkl d adk
- 2023-01-02 21:05:06下载
- 积分:1
-
闹钟的c源程序,可以设定多个时间
闹钟的c源程序,可以设定多个时间-clock source can be set over time
- 2022-02-02 10:29:49下载
- 积分:1
-
dsp源码,适合dsp初学者,用c语言编的
dsp源码,适合dsp初学者,用c语言编的-dsp source code, suitable for beginners dsp using c language for the
- 2022-03-21 22:56:14下载
- 积分:1