CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - s19

搜索资源列表

  1. Mot2Bin

    0下载:
  2. 将摩托罗拉的s19记录文件转化为二进制格式的程序,注意文件大小不能超过16M-s19 of Motorola's record of documents into binary format procedures, attention to the file size can not exceed 16 M
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:50416
    • 提供者:黄国钧
  1. MOTOLORLA

    0下载:
  2. MOTOLORLA文件格式转换,MOTOLORLA的S19文件格式转换代码,含查找字符串的功能-MOTOLORLA file format conversion, MOTOLORLA the S19 file format conversion code to find a string containing the function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2518
    • 提供者:
  1. DataFileLoader

    0下载:
  2. Load a motorolla S19 file and convert to binary data
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:7494
    • 提供者:Ray Abram
  1. Bootloader-for-HCS12-by-sebasira

    1下载:
  2. Bootloader in C for Freescale HCS12. Uses serial SCI (UART) to load S19 files.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:262341
    • 提供者:ximtec
  1. timer-and-interrupt

    0下载:
  2. 外部中断和定时器一样,是单片机最基本也是最重要的两个功能. 我们把它们放在了一起,让大家熟悉单片机的多个内部器件的控制。 因为P3.2接的J8的1端,所有按键“S19”就是外部中断。 数码管的最高位一直显示0--9。当“S19”按下后,就会执行一次流水灯的代码。 因为外部中断0的优先级比定时器0的优先级高。 在执行流水灯的后,数码上显示的值不会有所变化,让后继续显示。-External interrupts and timers, is
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:869
    • 提供者:乐天
  1. stepper-motor

    0下载:
  2. 按键S19可控制步进电机1的转动停止、加减速和正反转,按按键S20可控制步进电机2的转动停止、加减速和正反转。-The two stepper motor control procedures
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1861
    • 提供者:周永
  1. Driver2C_2012

    1下载:
  2. 解析S19文件的工具。可以把S19文件里可执行代码解析为一个字符数组,并且有起始地址和结束地址及代码的校验和。-S19 file parsing tools. The S19 can file executable code resolves to an array of characters, and there are starting and ending addresses and code checksum.
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:340848
    • 提供者:cs
  1. S19Line

    0下载:
  2. this Motorola s19 data-this is Motorola s19 data
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4067
    • 提供者:morgley
  1. Tools_For_Stm8_S19_Files

    0下载:
  2. 1. 做stm8单片机的人一般会把iap建一个工程,应用建另外一个工程,这样会生成两个s19文件:boot.s19和mcu.s19 2. 本程序是将mcu.s19中的boot区,用boot.s19文件代码,进而生成单个s19文件,以便烧录房烧录。 3. 你可以修改iap占用的地址区域,以适合你的项目。 4. Modify it! Enjoy it!-Tools Fo Stm8 s S19 Files.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:226826
    • 提供者:timini
  1. Checksum

    0下载:
  2. 针对二进制程序文件进行校验码计算,并将校验码写入相关文件。-Caculat the checksum of binary files, such as Hex and S19 files, writes checksum into files then.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1984
    • 提供者:Michael
  1. S19ToBin

    1下载:
  2. 从flash中读取的是S19格式的文件转换为bin 的工具。-s9 2 bin
  3. 所属分类:File Operate

    • 发布日期:2017-02-23
    • 文件大小:8192
    • 提供者:王大家
  1. S19_TO_BIN

    0下载:
  2. s19格式的文件转换成bin文件,压缩包中有s19格式的文件,盒对应的bin文件格式-file covert s19 to bin
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:47112
    • 提供者:zqw
  1. HexFileParser

    1下载:
  2. 完成了MC9S12XET256的S19文件解析,并对数据进行了重组,可以用于BootLoader上位机的解析部分参考,c#语言编写,环境为VS2017。(The S19 file parsing of MC9S12XET256 is completed, and the data is reorganized, which can be used for the analysis part of BootLoader host computer. Project is developped on
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:535552
    • 提供者:ksl
  1. s19file2

    1下载:
  2. 为了在不同的计算机平台之间传输程序代码和数据,摩托罗拉将程序和数据文件以一种可打印的格式(ASCII格式)编码成s格式文件。s格式文件是Freescale推荐使用的标准文件传送格式。编译完成之后,Freescale CodeWarrior编译器将在bin文件夹下自动生成“*.abs.s19”文件,这个文件包含最终下载带单片机中的所有内容。 源码代设计了一种算法,提供修改S19文件中指定地址的值功能。(Source code generation has designed an algorith
  3. 所属分类:Windows编程

    • 发布日期:2019-09-27
    • 文件大小:1024
    • 提供者:mickliu
  1. S19TOBIN

    4下载:
  2. 因为用到转化文件格式网上找了一圈都没有 于是自己写了一个 S19格式转bin 根据地址差异自动补全0XFF 采用控制台执行应用程序 参数为待转化文件 完成后在现有文件路径下生成后缀.bin文件(Because the tool used to transform file format, I found no one on the Internet, so I wrote one myself Convert S19 format to bin, automatically complete
  3. 所属分类:其他

    • 发布日期:2020-12-05
    • 文件大小:14336
    • 提供者:ludelu
搜珍网 www.dssz.com