Location:
Search - SIMPLE MIPS
Search list
Description: MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
Platform: |
Size: 237275 |
Author: 黄欣 |
Hits:
Description: MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
Platform: |
Size: 236544 |
Author: 黄欣 |
Hits:
Description: 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过
新建一个 wce application,选择 a simple windows ce application
在
1.tool->options->directories>include files里包含必要的头文件
D:\WINCE500\pubilc\directx\SDK\INC
D:\WINCE500\pubilc\common\SDK\INC
D:\WINCE500\pubilc\common\OAK\INC
D:\WINCE500\pubilc\common\DDK\INC
2. >Library files
D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL
D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL
D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL
3.可能要在Project->Settings->link的object/library modules 加入
commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib
newres.h
play.cpp
play.vcw
resource.h
StdAfx.cpp
StdAfx.h
下面为播放源码
#include "stdafx.h"
#include<dshow.h>
#include<streams.h>
.......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行
-Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-
Platform: |
Size: 1568768 |
Author: lzy |
Hits:
Description: 简单的16位CPU的VHDL设计 vhdl代码和cpu设计过程-Simple 16-bit CPU design of the VHDL code and VHDL design process cpu
Platform: |
Size: 1488896 |
Author: kilva |
Hits:
Description: 簡易MIPS CPU程式碼
此CPU包含 shift add sub and or stl beq lw sw 等功能-Simple MIPS CPU code for this CPU contains shift add sub and or stl beq lw sw functions
Platform: |
Size: 7168 |
Author: chen |
Hits:
Description: This a simple MIPS processor datapath written in VERILOG hardware language. You can see the signals when emulating in signalscan. Compile it with verilog in linux.-This is a simple MIPS processor datapath written in VERILOG hardware language. You can see the signals when emulating in signalscan. Compile it with verilog in linux.
Platform: |
Size: 2048 |
Author: thesky |
Hits:
Description: simple MIPS source code very simple it has not complete but you can test it
Platform: |
Size: 748544 |
Author: leehj |
Hits:
Description: simple MIPS EJTAG u-boot loader
Platform: |
Size: 433152 |
Author: alex |
Hits:
Description: 支持MIPS指令集中最基本六条指令的简单的汇编代码到二进制形式-Support the MIPS instruction focused on the most basic 6 of assembly code instructions to a simple binary form
Platform: |
Size: 4096 |
Author: Li Zhao |
Hits:
Description: Simple MIPS structure
Platform: |
Size: 499712 |
Author: 赵彦 |
Hits:
Description: simple MIPS with verilog
Platform: |
Size: 56320 |
Author: hwiparam |
Hits:
Description: 简化的单时钟循环VHDL处理器.可以运行一些简单的mips指令,例如add, sub, and, or, slt, beq and j. -A simplified single cycle processor in VHDL. This processor can continuously execute some simple MIPS instructions which are lw, sw, add, sub, and, or, slt, beq and j.
Platform: |
Size: 191488 |
Author: 糖醋鱼 |
Hits:
Description: 简单的MIPS汇编模拟器,可以模拟模拟MIPS汇编,将MIPS指令转换为二进制。-Simple MIPS assembly simulator can simulate the simulated MIPS assembler, MIPS instruction will be converted to binary.
Platform: |
Size: 414720 |
Author: 吴翘南 |
Hits:
Description: 本文介绍了一种调试工具。硬件上利用了商品化的低价设备,因为其电路极其简单,所以也完全可以自行制作。软件基于开放源码平台GNU的GDB调试程序,没有任何版权的问题,而且开放源码的特性使得功能的添加和修改完全自主可控,具有良好的可扩展性;另外其可移植性也比较好,理论上在任何
类UNIX平台上都能移植。此系统实际在linux和cygwin上都已能正常工作。-This paper presents a debugging tool. Use of commercial hardware, low-cost device, because the circuit is very simple, so it can produce their own. Platform based on open source software GNU' s GDB debugger, there is no copyright issue, but the features that make open source add and modify functions completely independent and controllable, with good scalability also its portability is relatively good, Theory on the UNIX platform in any class can be transplanted. This system actually have on linux and cygwin to work.
Platform: |
Size: 1131520 |
Author: 李立 |
Hits:
Description: 自己作业代码,应用VHDL语言实现一个多周期的简单MIPS核-AlphaJob code, the application of VHDL language more than one cycle of a simple MIPS core
Platform: |
Size: 423936 |
Author: eshing |
Hits:
Description: 简单的MIPS流水线实现,无相关处理。实现R指令,J指令或者I指令。-Simple MIPS pipelined related processing. To achieve the R command, directive, or I instruction.
Platform: |
Size: 5747712 |
Author: 黄智珩 |
Hits:
Description: 研究生课程 : 简易MIPS核的systemc实现代码-Graduate courses: Simple MIPS core implementation code based on SystemC
Platform: |
Size: 4096 |
Author: 徐东超 |
Hits:
Description: 简单的Mips汇编转机器码的C语言程序,能够实现简单的汇编指令及伪指令-simple Mips assembler written by C
Platform: |
Size: 10240 |
Author: 应辉 |
Hits:
Description: 這是一個簡單的處理器,用硬體描述語言所寫程的,也有經過模擬驗證過證確性了(This is a simple mips processor and the correctness has been verified through simulation.)
Platform: |
Size: 605184 |
Author: Tom1215
|
Hits:
Description: 实现满足下面功能的汇编程序:
输入一个年份n,判断n是否为闰年。
输入格式
输入一个整数n。
输出格式
输出0或者1。输出0代表n不是闰年,输出1代表n是闰年。(judge the year whether is a special year)
Platform: |
Size: 1024 |
Author: wjyi |
Hits: