CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 编码转换

搜索资源列表

  1. codeofvhdl2006

    1下载:
  2. 【经典设计】VHDL源代码下载~~ 其中经典的设计有:【自动售货机】、【电子钟】、【红绿灯交通信号系统】、【步进电机定位控制系统】、【直流电机速度控制系统】、【计算器】、【点阵列LED显示控制系统】 基本数字逻辑设计有:【锁存器】、【多路选择器】、【三态门】、【双向输入|输出端口】、【内部(缓冲)信号】、【编码转换】、【加法器】、【编码器/译码器】、【4位乘法器】、【只读存储器】、【RSFF触发器】、【DFF触发器】、【JKFF触发器】、【计数器】、【分频器】、【寄存器】、【状态机】
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:44186
    • 提供者:senkong
  1. 16B20B

    0下载:
  2. 16B20B编码转换,用于高速的串型接口-16B20B encoding conversion for the high-speed serial interface -
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:131228
    • 提供者:lious
  1. ad5399

    2下载:
  2. AD5399是一款串行输入、双通道、12位数模转换器,可采用二进制补码数字编码。。 用Verilog实现其配置与功能-AD5399 is a serial input, dual-channel, 12-bit DAC, digital code can be twos complement. . Configuration and use Verilog functions to achieve its
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-12-08
    • 文件大小:1024
    • 提供者:dengxiaosong
  1. manchester_code

    0下载:
  2. 曼彻斯特编码函数.将输入的字节转换为曼彻斯特编码输出.-Manchester encoding function. Would be bytes of input into Manchester encoded output.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:phoenix
  1. adc

    2下载:
  2. vhdl实现对模数转换芯片adc0832的控制,程序采用的是状态编码输出.-VHDL realization of analog-digital conversion chip adc0832 control, procedures using state of the output encoding.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-01-22
    • 文件大小:25334
    • 提供者:liaocongliang
  1. WireLineDepthRecorder

    0下载:
  2. 一种深度和拉力测量系统,采用quadrature编码器,且直接输入PIC单片机,其他硬件包括AD7714 24位高精度AD转换器,提供4路模拟输入。-A kind of depth and tension measuring system, using quadrature encoder, and directly enter the PIC microcontroller, other hardware including the AD7714 24-bit high precision A
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:74283
    • 提供者:hu su
  1. PS2Key

    0下载:
  2. C51单片机与PS/2键盘通讯程序C语言代码,包括法送、接收、编码转换等功能-C51 Microcontroller with PS/2 keyboard communication program C language code, including the method to send, receive, encoding and other functions
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1317
    • 提供者:张浩正
  1. iconv

    0下载:
  2. iconv 字符集编码转换主模块的实现,常用于 GB2312 与 UTF-8 之间的转换。-iconv character set encoding to achieve the main module, commonly used in the GB2312 and UTF-8 conversion between.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:lzw
  1. SEG

    0下载:
  2. 7段译码器 吉林大学短学期CPLD实习程序 通过四位拨码开关进行编码,让硬件电路将编码转换成对应的七段码,并将七段码送至数码管进行显示,其中该电路能够输出0到F的16个字符-7 decoder CPLD Jilin University internship program through short-term four DIP switch coded, so that hardware will be encoded into the corresponding seven-segmen
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:101132
    • 提供者:吴琦轩
  1. segment

    0下载:
  2. 数码管显示,以7位二进制码对十六进制数进行编码转换-Digital tube display, with 7 bit binary code to sixteen hexadecimal encoding conversion
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:874
    • 提供者:张恒
  1. manchester

    0下载:
  2. 源码包含三个模块,数据发送模块是读取FIFO中的数据后,将并行数据转换为串行,同时对串行数据进行曼彻斯特编码输出。数据接收模块是对接收的数据进行曼彻斯特解码。FIFO控制器模块将接收的串行数据转换为并行,并存储。 曼彻斯特解码部分本文采用了过采样技术,使用了一个8倍时钟进行采样。每一个数据周期采样8次,每四次采样确定一个状态,如果采样到三次及以上高电平则认为是高状态,否则认为是低状态。状态由高到底则是数据0,由低到高则是状态1。-Source consists of three module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:4086
    • 提供者:陈建
  1. PS2

    0下载:
  2. PS2程序——键盘发送一个按键 通过寄存器将其ASCI编码转换成十六进制 在数码管上显示----本人已在LYC FREE EDA开发板上验证通过-PS2 program-the keyboard to send a button through the register will be the ASCI coding convert hex in digital tube display-I have in LYC FREE EDA development board through verif
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:354753
    • 提供者:
  1. unicodeToGBK

    0下载:
  2. unicode编码转换为GBK码,用于GSM短信模块,可用于LED屏短信息接收和显示-Converts a Unicode encoded GBK code, used for GSM SMS module, can be used for led screen SMS receive and display.
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:31171
    • 提供者:magichy
  1. yum-3.4.3.tar

    1下载:
  2. 实现凌阳61的语音系统,包括语言的编码转换-Sunplus 61 voice systems, including language encoding conversion
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1140370
    • 提供者:褚万星
  1. 51MCU-music--programe-

    0下载:
  2. 51单片机系统实例,播放音乐挥动翅膀的女孩,内含音乐编码转换器,直接编译后烧录Hex文件即可-51 single-chip system instance, play music girl waving wings, containing music encoding converter burn Hex file can be directly compiled. .
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:298098
    • 提供者:sunxiang
  1. 20121016CPU-OK1017

    0下载:
  2. RS485通讯信号编码转换,以使PLC工作-RS485 communication code transfer
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:55405
    • 提供者:夏江涛
  1. codec

    0下载:
  2. 基于dsPIC的语音编码转换测试程序,测试语音收发。-DsPIC based speech coding conversion, testing procedures, test voice transceiver.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:3844
    • 提供者:李洪
  1. AIS

    0下载:
  2. AIS解码在数据处理程序中, 首先必须将接收的字符转换成ASC II码, 再调用校验程序, 对接收到的数据进行校验, 当校验正确后, 才能进行编码转换-AIS decoding data handler, you must first convert the received characters into ASC II code, and then call the calibration procedure, the received data checksum checksum is co
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1411
    • 提供者:fang99164
  1. AD转换

    0下载:
  2. 模数转换包括采样、保持、量化和编码四个过程。是将连续的模拟量(如象元的灰阶、电压、电流等)通过取样转换成离散的数字量(Analog to digital conversion involves sampling, holding, quantizing, and encoding four processes. Is the continuous analog (gray scale, such as voltage and current element etc.) is converted
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:2625536
    • 提供者:逍遥弘一
  1. decode

    0下载:
  2. 代码中输入汉字,转换为16*16点阵编码输出。(converted Chinese characters to 16*16 dot matrix encodings)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:348160
    • 提供者:Mr_frog
« 12 3 4 5 6 »
搜珍网 www.dssz.com