CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 二进制

搜索资源列表

  1. BCD

    0下载:
  2. BCD码和二进制之间的转化,FPGA中的实现,内附原理及代码!-BCD conversion between binary code and, FPGA Realization of, containing principles and code!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:165521
    • 提供者:rbj
  1. Gray

    1下载:
  2. 进行Gray码的图像变化,思想是进行位操作,首先将原始图先的每一位取出来, 然后将十进制转化位二进制,将其按位取出,进行变换,得到变换后图像的每一位的值,再进行组合即可-Gray code for the image change idea is to place operation, first the original plan to take out each and every first and then bit binary decimal conversion, be remo
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:778
    • 提供者:方磊
  1. s

    0下载:
  2. 这是同步信号的生成程序,该程序是研究伪随机二进制序列在数据帧头模式方面的应用。用于手机电视-This is a synchronous signal generating process, the program is to study the pseudo-random binary sequence patterns in the data frame header and the application. For mobile TV
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:783
    • 提供者:涓羽竹
  1. HexadecimalTOBinary

    0下载:
  2. 把十六进制数的ASCII代码转换成二进制数-Sexadecimal number number ASCII code conversion binary number
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2700
    • 提供者:陈红
  1. erjinzhiduxie

    0下载:
  2. C++.NET环境下的二进制文件读写 例程很好 希望能帮助到大家-C++. NET environment routines to read and write binary files very well intend to help you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8489
    • 提供者:sdsadsa
  1. matlab

    0下载:
  2. 二进制序列发生器及其功率谱和自相关函数的实现-Binary sequence generator and the power spectrum and autocorrelation function of the realization of
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:32382
    • 提供者:王晓东
  1. conversion

    0下载:
  2. 实现二进制和十六进制之间的转化,并支持小数-conversion in hex and binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:921283
    • 提供者:Sim
  1. 2-Decimal-BCD-Decoder

    0下载:
  2. 二-十进制BCD译码器,就是用VDHL编写的将二进制转化为十进制的BCD译码器-2- Decimal BCD Decoder, is to use VDHL written into the binary decimal BCD decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:540
    • 提供者:易云箫
  1. GA_test

    0下载:
  2. 遗传算法:二进制、单点交叉、单点变异、轮盘赌、模拟退火(默认无)、最优个体保留(默认无)-Genetic algorithm: binary, single-point crossover, single-point mutation, roulette, simulated annealing (default no), best individual reservations (default no)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2645
    • 提供者:owen
  1. adc804

    0下载:
  2. AD转换+LCD12864显示程序 1 AD转换,二进制转换成十进制 2 显示英文,数字,符号,图片。-AD Converter+ LCD12864 display program 1 AD conversion, the binary converted to decimal 2 shows in English, numbers, symbols, and pictures.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:60039
    • 提供者:董兵兵
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. converter

    0下载:
  2. (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -(1) may enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into the rest of the number of hex (3) with input and output interfaces.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2049
    • 提供者:LCC
  1. B_to_D

    0下载:
  2. 二进制转BCD码程序,可作为7段数码管显示的编解码程序,VHDL编写的FPGA工程。-BCD binary code change process, as 7 digital display codec process, VHDL FPGA project prepared.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1009365
    • 提供者:程光
  1. VB access save picture

    2下载:
  2. VB ACCESS存取图片 使用Stream对象,可以实现对数据库的图像存取。 数据库中存放图像的字段是二进制类型(Access为OLE类型)。 比如,如果用“CommonDialog”控件来选择你硬盘上的图像文件; 用“Picture”控件来显示图像。-VB ACCESS access to images using the Stream object can be achieved on a database image access. Images stor
  3. 所属分类:图形图象

    • 发布日期:2013-01-28
    • 文件大小:278004
    • 提供者:Marco
  1. transform

    0下载:
  2. 在matlab中实现十进制到有符号定点二进制的转换-To achieve in matlab decimal to binary signed conversion of fixed-point
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:908
    • 提供者:赵剑雄
  1. IAGA

    1下载:
  2. 改进的加速二进制遗传算法,效率比标准遗传算法要高-Improve accerlate SGA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:3958
    • 提供者:雷宏昌
  1. transition

    0下载:
  2. 主要实现了如何将二进制编码转化成为汉字。-Mainly realized how binary code into a character.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:585
    • 提供者:stephanie
  1. A031

    0下载:
  2. 通用模块实验实验3 A/D0809转换实验 编制程序,将模拟量转换成二进制数字量-General Module test test test 3 A/D0809 conversion programming, the analog converted into binary digital
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:1091
    • 提供者:fengqing
  1. adder3

    0下载:
  2. 此源代码是基于Verilog语言的七人投票表决器 、2 个 8 位数相乘 、8 位二进制数的乘法 、同一循环的不同实现方式、使用了`include 语句的 16 位加法器 、条件编译、加法计数器中的进程、任务、测试、函数、用函数和 case语句描述的编码器、阶乘运算函数、测试程序 、顺序执行、并行执行,特别是七人投票表决器,这是我目前发现的最优的用硬件描述的源代码。-The Verilog language source code is based on the seven-vote, and
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:王柔毅
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com