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

搜索资源列表

  1. LIANGZHU

    0下载:
  2. 世界名曲《梁祝》verilog程序,包括二进制下载文件等。-verilog music bit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:255584
    • 提供者:刀客诗人
  1. PROBE

    0下载:
  2. 找一个二进制可执行文件*.S37,在PC机上用下列应用 程式下载Download 该执行文件*.S37到最小系统板的SPCE061中, 再通过脱机运行放音程 式判断是否下载成功若成功则probe没问题.否则会出现ICE connect不到的信息-Find a binary executable file*. S37, in the PC with the following application Download this file Download program executi
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:118406
    • 提供者:todd
  1. DataInputStream.php

    0下载:
  2. 在项目中,碰到一个解析流的操作,php里面没有现成的类. 那没办法,只能用二进制模式打开文件,再和java的datainputstream对比着打开文件,一个一个的实现流读取和解析. -Encounter an analytic flow operation in the project, there is no ready-made class php. That not only open the file in binary mode, and then open the file
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1057
    • 提供者:菜小鸟
  1. Serial-experiments

    0下载:
  2. 该程序实现串行口的接收与发送,并用8个发光二极管实现对单片机接收到得数据的相应二进制显示。对于初学者是一个很好的实验例子。文件程序中含有详细备注,均为本人自行编辑。-The procedures for receiving and sending of serial port and eight light-emitting diode on the microcontroller receives data corresponding binary. For beginners is a go
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:437316
    • 提供者:张明辉
  1. DE2_70_NIOS_10_flash

    0下载:
  2. 首先将此Verilog程序下载到DE2-70开发板上后,然后用NiosII软件将任何文件的二进制数据写入到ssram或者sdram等存储器重去,并可以指定起始地址。-First program this Verilog downloaded to the DE2-70 development board, and then the use NiosII software binary data of any file written to memory such as ssram or sdra
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:1620637
    • 提供者:boyzone
  1. stream_to_asc

    0下载:
  2. 将二进制码流转换为ASICII文件,可做fpga码表-from bianry streams to ASICII
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:739
    • 提供者:邓海涛
  1. lcd_ir

    0下载:
  2. 此工程文件,是本人用示波器检测出红外遥控信号波形后,再分析出的二进制码,以KEIL C51自编程序接收红外信号,用以显示相应的信息到LCD屏上,绝对原创;对于想开发红外应用的场合,很有参考价值,珍藏版程序,呵呵;有需要硬 件图纸:QQ8585234-This project file, I detect the infrared remote control signal waveform with an oscilloscope, and then analyze the binary cod
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:44095
    • 提供者:zhf
  1. data_convert

    0下载:
  2. 二进制码变换设计,完整的设计工程文件在data_convert文件夹下-Binary code conversion design, complete design engineering files in data_convert file folder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:1952798
    • 提供者:xiebaiyuan
  1. SerialComm

    0下载:
  2. 在telosb节点上实现串口通信:从文件中读取需要传输的内容,并转化成二进制形式加上数据包头部进行发送;反之,接收到数据包提取数据信息,存入文件中。-serial port communication in telosb
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:634029
    • 提供者:李小渊
  1. MCS51_uCOC_II

    0下载:
  2. 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:67444
    • 提供者:by
  1. bflt

    0下载:
  2. 文件格式是一种二进制执行文件格式有许多,如elf、coff、aout和flat等,flat格式主要应用在嵌入式uClinux系统中,该文章描述了flat文件格式的具体细节。-uClinux uses a Binary Flat format commonly known as BFLT. It is a relatively simple and lightweight executable formatbased on the original a.out format.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:9678
    • 提供者:placeth
  1. Text2Bin

    0下载:
  2. stm32数组转二进制工具,在Keil下运行 1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。 2.支持8位和16位数据。 3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。 4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。 5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:319605
    • 提供者:颖颖
  1. bflt

    0下载:
  2. 文件格式是一种二进制执行文件格式有许多,如elf、coff、aout和flat等,flat格式主要应用在嵌入式uClinux系统中,该文章描述了flat文件格式的具体细节。-uClinux uses a Binary Flat format commonly known as BFLT. It is a relatively simple and lightweight executable formatbased on the original a.out format.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:9718
    • 提供者:swithPr
  1. dds

    0下载:
  2. 在altera的FPGA上实现直接数字频率合成,即用verilog实现DDS,输出正弦波形,在modelsim软件中仿真通过,已包含所有代码和工程以及二进制流文件。-The realization of direct digital frequency synthesis in the Altera FPGA, which is implemented by Verilog DDS, the output sine wave, through the simulation in Modelsim
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:694210
    • 提供者:汪少锋
  1. EX7_BINARY2GRAY

    0下载:
  2. 本模块是实现格雷码和二进制码的转换,并给出仿真测试文件-This module is to achieve the conversion of Gray code and binary code, and give the simulation test file
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3064712
    • 提供者:蔡润泽
  1. 自己动手写CPU

    2下载:
  2. ? Code文件夹 提供了本书每一章涉及的OpenMIPS源代码、测试程序。 ? Tools文件夹 提供了GNU工具链的安装文件,以及一个小工具Bin2Mem.exe,该工具用来将二进制数文件转化为可以用于ModelSim仿真的格式。 ? Doc文件夹 提供了本书使用的一些IP核的说明手册,包括UART控制器、SDRAM控制器、GPIO模块等。还提供了FPGA开发平台DE2的说明手册。(Code folder Provides the OpenMIPS source code and
  3. 所属分类:VHDL/FPGA/Verilog

  1. 文字点阵字库生成器

    1下载:
  2. 软件可以在WINDOWS 系统下生成任意点阵大小的ASCII, GB2312(简体中文)、GBK(简体中文)、BIG5(繁体中文)、HANGUL(韩 文)、SJIS(日文)、Unicode 以及泰文,越南文、俄文、乌克兰文,拉 丁文,8859 系列等共二十几种编码的字库,不但支持生成二进制文 件格式的文件,也可以生成BDF 文件,还支持生成图片功能,并支 持横向,纵向等多种扫描方式,且扫描方式可以根据用户的需求进行 增加。(The software can generate ASCI
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-06-29
    • 文件大小:4294656
    • 提供者:港湾
« 1 2 3 4 5»
搜珍网 www.dssz.com