搜索资源列表
hao123.com源代码
- c18233\AcceptJob.asp c18233\copyright.asp c18233\counter\0\0.gif c18233\counter\0\1.gif c18233\counter\0\2.gif c18233\counter\0\3.gif c18233\counter\0\4.gif c18233\counter\0\5.gif c18233\counter\0\6.gif c18233\counter\0\7.gif c18233\counter
tasm32
- 32位汇编语言编译器,学习汇编语言的必备工具。-32-bit assembly language compiler, an indispensable tool for learning assembly language.
masmsetup
- Masm for windows 2010版 集成实验环境一个简单易用的汇编语言学习与实验软件,支持最新操作系统WINDOWS 7,支持DOS的16/32位汇编程序和Windows下的32汇编程序-Masm for windows Version 2010 is a very easy to use softfare. And it is compatiable for the newest system:Win 7
TPaxCompilerV2_4_03
- paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
DevToolSrcV1_smart
- (32位智能锁)智能锁开发工具的源码 非常不错的源码 VB-(32 bit intelligent lock) intelligent lock development tool source Very good source VB
reg_32bit
- quartus 2中使用verilog编写32位寄存器-32-bit register
montadormips
- implementation of assembly program for MIPS 32 bits, the program was developed in portuguese
MBRrookit
- 非常邪恶的代码,调试的时候要用工具哦,32位平台下直接I/O-Evil code when debugging directly use the tool Oh, the 32-bit platform, the I/O
cla32
- verilog code for cla 32 bit adder
scan
- //程序实现C语言词法分析器的设计 //用到的变量 // cch 放当前字符 // q 标志保留字(1:是 0:否) //StrToken 保留字列表 /*C语言中的保留字(32个) auto break case char const continue default do double else enum extern float for goto if int long register retu
Disassembler
- 使用Power Basic语言实现的32位可执行程序的反汇编工具,可以解析绝大多数常见指令。编译后将生成DLL。-Use Power Basic language to achieve 32-bit executable programs disassembly tool, you can resolve most common commands. Compiler will generate DLL.
XPBBasic112and117
- XPB!Basic XPB! is a brand new compiler for the 32-bit Windows platform that contains a rich set of features for developingboth GUI and console applications! Features True 32-bit compiler! Create both GUI and console programs! Create
cmake-2.8.12.2
- VTK 使用的Cmake 方便下载,32位的。 希望对大家有用。-vtk used Cmake
ENCODER_MK
- wav player avr atmega 32
JWasm211as
- JWasm is a Masm-compatible assembler. It supports 16-, 32- and 64-bit code, instructions up to AVX and various output formats. It s written in C.
ATmega16A
- High-performance, Low-power Atmel AVR 8-bit Microcontroller Advanced RISC Architecture ̶ 131 Powerful Instructions – Most Single-clock Cycle Execution ̶ 32 x 8 General Purpose Working Registers ̶ Fully Static Operation
lab4_0419
- Run-Length Encoder Example: Input Sequence (hexadecimal format): 0A, 14, 14, 14, 14, 14, 14, 14, 56, 56, 56, 56, 56, 32, 32, 07 Output Sequence (hexadecimal format): 0A, 14, 87, 56, 85, 32, 32, 07