-
XilinxFPGA器件的底层硬件设计技巧
XilinxFPGA器件的底层硬件设计技巧-XilinxFPGA the bottom of the device hardware design techniques
- 2022-08-04 10:23:51下载
- 积分:1
-
HTML5局域网五子棋 基于 WebSocket
HTML5局域网五子棋 基于 WebSocket ,代码里包括了PHP部分的代码,还有PHP程序包,因此压缩包比较大。游戏用到了许多HTML5编写要点,若之前对HTML5有一定了解,则很快会调试成功,运行方法:1:双击runwebsocket.bat,运行服务器
2:用最新版的火狐浏览器或谷歌浏览器打开client目录下的index.html即可
3:如果本机安装了服务器,也可把文件放到网站目录下,在浏览器输入相应url即可。
- 2022-02-04 12:52:51下载
- 积分: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
-
M8制作的ISP下载线
M8制作的ISP下载线 -M8 produced ISP download cable
- 2022-03-15 19:55:58下载
- 积分:1
-
查看显示网络计算机时间,到达同步的目的
查看显示网络计算机时间,到达同步的目的-View shows the network computer time, arriving in synchronization purposes.
- 2023-01-04 18:35:03下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
L7,精灵程序源代码可以编译出来的程序
L7,elf 程序源代码 可以通过编出其他程序-L7, elf program source code can be compiled out of other programs
- 2022-05-27 14:33:56下载
- 积分:1
-
电力系统101规约
电力系统101规约-power system 101 Statute
- 2022-05-08 16:05:50下载
- 积分:1
-
利用matlab进行kalman滤波的仿真
利用matlab进行kalman滤波的仿真-Carried out using kalman filtering matlab simulation
- 2022-06-14 20:20:37下载
- 积分:1
-
24点游戏,DOS终端环境。
xuruoyu@gmail.com
24点游戏,DOS终端环境。
xuruoyu@gmail.com-24-point game, DOS terminal environment. xuruoyu@gmail.com
- 2022-02-07 07:47:36下载
- 积分:1