搜索资源列表
HDTrans-0.4-1.tar
- 二进制翻译的一个软件,要在gcc4以上版本安装
3-8TRANSFORMER
- 译码器的逻辑功能是将已赋予特定含义的一组二进制输入代码的原意\"翻译\"出来,变成对应的输出高低电平信号.该程序为3-8译码器.基于VHDL,其开发环境是MAXPLUS2.
Effective_CSharp-chn-Pudn
- Effective C# 中文版 《改善C#程序的50种方法》 CHM 和 PDF 原作者:Bill Wagner 翻译:李建忠 (?) 本书围绕一些关于C#和.NET的重要主题,包括C#语言元素、.NET资源管理、使用C#表达设计、创建二进制组件和使用框架等,讲述了最常见的50个问题的解决方案,为程序员提供了改善C#和.NET程序的方法。 网上摘录,应该是全本。
MIPS32-assembler
- MIPS32指令系统的汇编器。 在QUARTUS仿真环境中,将MIPS32指令写成的汇编程序翻译成二进制写入指令存储器。-MIPS32 instruction set of the assembler. Simulation environment in QUARTUS will MIPS32 assembler written instructions translated into binary memory write instructions.
Hex2Num
- 检查一个二进制代码代表的各种类型值,或翻译一个数值到各种类型的二进制代码。-Examined a binary code representative of the various types of value, or translation of a value to all types of binary code.
bianyiyuanli
- 编译原理,简述计算机编译器的构造,如何将高级语言翻译成高质量的二进制代码-Compiler Construction Principles
translate
- 汇编语言程序设计,用于输入四位数的十六进制数,然后翻译成相应的二进制,输出-Assembly language programming, for input four-digit hexadecimal number, and then translated into a corresponding binary output
dianpingzhuanma
- 关于PCM的编码程序,通过输入量化电平,给出经过A律13折线压缩的8位二进制码元,已经经过本人翻译。-On the PCM coding process, by entering the quantization level, is given through the law of 13 Line A compressed 8-bit binary code yuan, has been translated himself.
good
- 源程序是指未编译的按照一定的程序设计语言规范书写的文本文件。 源代码(也称源程序),是指一系列人类可读的计算机语言指令。 在现代程序语言中,源代码可以是以书籍或者磁带的形式出现,但最为常用的格式是文本文件,这种典型格式的目的是为了编译出计算机程序。计算机源代码的最终目的是将人类可读的文本翻译成为计算机可以执行的二进制指令,这种过程叫做编译,通过编译器完成-Source code is not compiled in accordance with certain standard
11111
- 把十进制字符转换成二进制字符,方法很实用,很快速,直接翻译过去。-Convert binary to decimal character character, method is very useful, very fast, direct translation of the past.
bincode_to_ASCII
- 二进制数据转ASCII串,把数据区的一段数据翻译成ASCII串,然后显示在屏幕上-ASCII string of binary data transfer, the data area of a data translated into ASCII string, and display on screen
Baudot_hand
- 通过手动输入自定义Baudot码得Down-Shift和Up-Shift,然后将二进制的编码翻译成明文-By manually entering a custom Baudot code was Down-Shift and the Up-Shift, and then translated into binary code expressly
Binary-Sring-tools
- 字符二进制双向翻译工具,可以翻译所有的英文字母和数字-Character binary two-way translation tools to translate all the letters and numbers
GripIE_v1.1.1_Sources
- GripIE是为Internet Explorer的AJAX扩展,以协助在下载多个媒体文件,在当前网页,包括电影,音乐,闪光,图片,二进制文件和更多!选项 ,控制,翻译,日志,xml媒体列表和HTML的历史-GripIE is an AJAX extension for Internet Explorer to assist in download multiple media files at current web page, including Movies, M
MMS-PDU
- 为了节约无线领域的带宽资源,表中分配数值即为每个域名关键字使用预定义的二进制编码,MMS PDU封装的二进制编码的基本编码机制来源于WAP/WSP,最优化在空中传播的数据量。MMS PDU生成及翻译是MMS客户机程序的重要组成部分。其它类型的PDU头域大致和发送请求(M-Send.req)的头域是类似的。-MMS PDU header field in order to save the wireless bandwidth resources allocated in the table va
haffumanlast
- 哈夫曼编码系统 设计任务: 从键盘输入一串电文字符能输出对应的哈夫曼编码。同时,能翻译由哈夫曼编码生成的代码串,输出相应的电文字符串。 设计要求: (1)从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树及哈夫曼编码。 (2)利用已经建好的哈夫曼树,对输入的字符串进行编码,输出编码序列。 (3)利用已建好的哈夫曼树对输入的二进制编码进行译码,并输出结果。-Huffman coding system design tasks: from the
COpenFile
- 一个可以将text文件,翻译成为二进制的数组,是个足彩软件的配套软件,改软件可以将足彩500万上面的竞猜的14场的text格式的资料,转化为AYDATA【20000】【14】的数组,便于VC程序员对足彩的资料分析-this is a football software ,it can translate text file to double array.
My_Compile
- 词法分析器,输入词语,计算机会翻译成机器能识别的语言,比如二进制形式-this is a c++ program.
qemu-0.13.0
- 一个基于二进制翻译机制的虚拟机,我们可以用他来仿真多种平台-a simulator based on tcg, we can use it to simulate sparc mips ppc x86 and so on ,is it enough????
QEMU二进制翻译架构
- QEMU目标代码二进制级别动态翻译架构及原理。原理包括TCG翻译机制、翻译块机制及器内容、翻译块链机制等。架构包括一系列机制的运行时架构。(QEMU target code binary level dynamic translation architecture and principles. The principle includes TCG translation mechanism, translation block mechanism and device content, tra