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

搜索资源列表

  1. 顏色獲取器_源代碼

    1下载:
  2. 為方便用photoshop時候寫的小工具 ,獲取鼠標任意點的顏色 ,并取得此顏色的RGB / CYMK /HEX 值 , 還有如何實現透明窗體,是做網頁取色的好工具 , 不過取星號密碼的功能我就沒有加入了,看過很多vb文章都不能取得開啟網頁時候的*號密碼(WIN2K) ,只能通過全局hook實現 ,哪位大哥知道 ,幫忙告知 !感激不禁..Email : pcbate.2@gbmgroup.com.cn-used photoshop to facilitate the time to write
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:20142
    • 提供者:曉風
  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26089
    • 提供者:这程子
  1. hexdump

    0下载:
  2. hex 数据读取例子-hex data read examples
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2902
    • 提供者:可靠
  1. BDisplay

    0下载:
  2. 实现WAV文件的二进制,16进制以及10进制读取-read the wav file in binary and hex way
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11971965
    • 提供者:371285249
  1. FileDialog

    0下载:
  2. 由文本读出,并将其16进制内容转化为10进制,最后画曲线显示。-read the HEX data from the file,then change then to BIN format,lastly draw the curve according to the data.
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:287257
    • 提供者:郭嘉
  1. hex

    0下载:
  2. INTEL hex 格式文件 读写, 和 BIN 文件转换-INTEL hex format to read and write, and the BIN file conversion
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:33837
    • 提供者:施红雷
  1. readtext

    0下载:
  2. The program attempts to read a text file line-by-line and print out exactly what it read for each line. The output is in the form of a modified "hex dump" that may be compared directly to the actual contents of the input files. All characters read
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:8343
    • 提供者:leespoon
  1. HexReader

    0下载:
  2. 从源文件中拷贝指定扇区到目标文件,使用方法非常简单-Copy file from the source to the target document specified sector
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:66096
    • 提供者:彭艺
  1. fuelcellsim

    0下载:
  2. Read Hex string from file, convert to byte array and send using udp multicast socket Developed by Borland c++ builder 6.0 -Read Hex string from file, convert to byte array and send using udp multicast socket Developed by Borland c++ buil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:301849
    • 提供者:lika
  1. Comm

    0下载:
  2. comm做的测试串口的小程序,可以读取十六进制和10进制串口 信息-serial comm to do a small test program that can read the hex and 10 hex serial port information
  3. 所属分类:.net

    • 发布日期:2017-03-25
    • 文件大小:56055
    • 提供者:陈磊
  1. txt

    0下载:
  2. txt,hex文件的操作原码,文件读写转换-txt, hex file operation of the original code, the file read and write conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:26739
    • 提供者:peipei
  1. BFD_single_file

    0下载:
  2. 对单个文件读取文件的二进制值,并且将相应的16进制存到另外一个文件中。 以及硬盘常见故障修复-Read the file on a single file binary value, and the corresponding 16 hex deposit to another file.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:20416
    • 提供者:tang
  1. ReadHid

    0下载:
  2. vc读取HID数据,此数据输出是256进制-vc read HID data, the data output is 256 hex
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4907605
    • 提供者:sunmq
  1. Checksum

    0下载:
  2. 校验和的计算过程主要分位三个步骤:数据文件的输入,校验和的计算和校验结果的输出。输入数据可能是以字符形式存储的 ,而校验和的计算则要采用数据形式,所以在从文件读取数据时,都要进行字符到数据的相互转换. 使用C++编程时直接使用16进制的方式打开输入文件。待校验的数据按16位位一个单位相加,采用端循环进位,最后对所得16位的数据取反码。因为待校验的数据时以字节方式分隔的 ,所以为了方便,将16位的数据分成高8位和 低8位处理。-Checksum calculation process is div
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:7519
    • 提供者:刘俊涛
  1. ReadFile16

    0下载:
  2. 读取十六进制文件的程序,可以学习使用,适合初学者-Hex file to read the program, you can learn to use, suitable for beginners
  3. 所属分类:File Operate

    • 发布日期:2017-05-12
    • 文件大小:2689997
    • 提供者:han
  1. HexView

    0下载:
  2. 读取一个文本文档,以二进制显示其内容,程序基于MFC方式,简单易懂-Read a text document to a binary display its contents, procedures, methods based on MFC, easy to understand
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:369368
    • 提供者:张平
  1. Read-hex-file

    0下载:
  2. 16进制读取文件,可以读取文件,然后以16进制的形式读取-Read hex file, you can read the file, then read in hexadecimal form
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:8348
    • 提供者:胡松
  1. 2011991434588

    0下载:
  2. 读取图片为二进制显示出来,读取图片文件为数据流,通过读取数据流转成十六进制或二进制 -Read a binary image is displayed, read the image file for the data stream by reading the data flow into hex or binary
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:710749
    • 提供者:aca67w7a178
  1. ReadI2C

    0下载:
  2. 使用VB 6.0编写的I2C通讯程序,通过该程序可以读取I2C中的数据,并保存为一个hex文件。-I2C communication using VB 6.0 to write the program, the program can read the I2C data and save it as a hex file.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:3329
    • 提供者:xgwu
  1. Hex_Fiend_2.5.dmg

    0下载:
  2. Hex_fiend Hex editor great to read HEx files
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:994304
    • 提供者:Mr.Spriggs
« 12 »
搜珍网 www.dssz.com