登录
首页 » Visual C++ » Txt2Bin

Txt2Bin

于 2020-10-12 发布 文件大小:210KB
0 237
下载积分: 1 下载次数: 97

代码说明:

  用于保存为ASC2字符集的烧写代码文本文件 转为 原始BIN二进制代码(Save ASC2 for the programming code for the character set to the original text file BIN Binary code)

文件列表:

Txt2Bin
.......\asd,0,2010-08-17
.......\d,0,2010-08-17
.......\dsd,0,2010-08-17
.......\ee,0,2010-08-17
.......\hex2bin.aps,35464,2010-08-17
.......\hex2bin.clw,1153,2010-08-17
.......\hex2bin.cpp,2077,2010-08-17
.......\hex2bin.dsp,4151,2010-08-17
.......\hex2bin.dsw,537,2010-08-17
.......\hex2bin.exe,204800,2010-08-17
.......\hex2bin.h,1335,2010-08-17
.......\hex2bin.ncb,41984,2010-08-17
.......\hex2bin.opt,49664,2010-08-17
.......\hex2bin.plg,1709,2010-08-17
.......\hex2bin.rc,5355,2010-08-17
.......\hex2binDlg.cpp,7667,2010-08-17
.......\hex2binDlg.h,1497,2010-08-17
.......\ReadMe.txt,3597,2010-08-17
.......\Release
.......\.......\hex2bin.exe,204800,2010-08-17
.......\res

.......\...\hex2bin.rc2,399,2010-08-17
.......\Resource.h,869,2010-08-17
.......\StdAfx.cpp,209,2010-08-17
.......\StdAfx.h,1054,2010-08-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • colorspace
    color space-RGB, YCbCr, YUV, YIQ, HSV, HSI, HSL, color2grayscale function
    2010-08-05 23:19:44下载
    积分:1
  • 164
    标准串口和模拟串口4位164动态数码管显示程序 1.CPU :89C51 晶振2MHz 2.在proteus上仿真通过 3. 测试时将部分语句屏蔽 (Standard serial and analog serial 4 164 dynamic digital tube display program 1.CPU: 89C51 crystal 2MHz 2. The proteus simulation through 3 will be part of the statement shield test)
    2013-05-25 15:29:25下载
    积分:1
  • dq_ii
    ccs中锁相环程序,欢迎大家指正,是一个定点的程序(failed to translate)
    2021-01-19 23:58:42下载
    积分:1
  • GifCodec
    参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
    2015-01-17 20:22:25下载
    积分:1
  • 07
    说明:  《Visual c++ 项目开发案例 全程实录》(第二版)第七章 图书管理系统 配套源代码(&quot Visual c++ project development case full Record&quot (second edition) Chapter VII of the library management system supporting source code)
    2012-05-22 16:06:13下载
    积分:1
  • Scan
    局域网共享扫描MFC多线程编写 具有端口扫描 共享扫描 IP扫描 mac扫描等功能(MFC multi-threaded scanning local area network to share the preparation of a port scan scanner share scanner functions such as IP scanning mac)
    2009-10-21 20:15:30下载
    积分:1
  • ACE-Lock(ACE_Task_Base)
    ACE线程管理机制-并发控制和基于ACE实现的一个内存池(Thread management mechanism ACE- ACE-based concurrency control and achieve a memory pool)
    2013-11-03 22:41:58下载
    积分:1
  • FDK-reconstruct
    通过vc2005编写的3D重建程序实现CT数据的三维重建过程,最终完成了重建。(Written by vc2005 3D reconstruction process, to achieve three-dimensional reconstruction of CT data)
    2016-07-12 11:39:57下载
    积分:1
  • cPPReference
    C++学习资料,chm格式的文件,希望对大家有帮助(C++ Study File For C++ Premier)
    2013-07-25 15:44:37下载
    积分:1
  • simssation_protocol
    I2C bus protocol simulation tc source code
    2017-05-22 05:24:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载