CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 16进制

搜索资源列表

  1. verilog_show10

    0下载:
  2. 基于VHDL编写的10进制显示输出,基于16进制的10进制控制,适合初学者-VHDL-based display output written in decimal, hexadecimal, 10 hexadecimal-based control, suitable for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:272016
    • 提供者:Geyufei
  1. myWindowsSerialportTools

    0下载:
  2. 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:83000
    • 提供者:
  1. Serial_get_data.rar

    0下载:
  2. 使用C#编写的串口通信程序,具备波特率设置、10进制16进制转换、数据保存等功能。 稍微改造即可满足自己的需要。,C# prepared using serial communication program, with the baud rate settings, 10-band 16-band converter, data retention and other functions. Slightly modified to meet their own needs.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:603336
    • 提供者:chernwu
  1. PE_head.rar

    1下载:
  2. 自写的一个看PE头和编辑的工具,可以打开内存中的程序和文件,还有个16进制编辑器。,Since a look at PE writing and editing of the first tool that can be opened in memory of the procedures and documents, as well as 16 hexadecimal editor.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7503473
    • 提供者:yangchanghu
  1. asdf

    0下载:
  2. 16进制转成字节集的,想把字节集再转成16进制再加空格的,如“6D 7A 3C”请高手帮忙-Converted into 16-byte hex set, trying to set then into 16-byte hexadecimal plus spaces, such as " 6D 7A 3C" to help you master
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:719570
    • 提供者:wqvcnkuv
  1. comtool

    0下载:
  2. 监听串口工具,可以同时支持2个串口,也就可以同时监听收发,能支持16进制及文本显示,每个监听记录都可以包含时间-Serial monitoring tool that can support two serial ports, it can monitor transceiver, can support hexadecimal and text display, each record can contain time monitor
  3. 所属分类:Communication

    • 发布日期:2014-05-10
    • 文件大小:29696
    • 提供者:陈庆
  1. float

    0下载:
  2. 符合IEEE754标准的16进制转浮点数代码-IEEE754-compliant floating-point standard hex code switch
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:199838
    • 提供者:陈科
  1. 基于51单片机的音乐播放机

    0下载:
  2. 基于51单片机的音乐播放机 程序中所引用的歌曲16进制数值,均从WAV歌曲文件中提取,其中WAV文件以8000HZ采样8位编码,DAC0832同样 以8000HZ采样8位编码恢复波形,通过示波器观察声音波形 程序中3首歌曲均选取WAV文件中的192个采样点即24ms时间的波形,51 Single-chip-based music players proceedings quoted hexadecimal value of 16 songs, all songs from the WA
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-22
    • 文件大小:98915
    • 提供者:李朝政
  1. char2asc.rar

    0下载:
  2. 16进制 和 字符串 转换 字符串 和 16进制 转换,hex to string string to hex
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:4685
    • 提供者:杨柳春
  1. Little_Student.rar

    0下载:
  2. 某小学给学生留作业,要求为一个5000以内的加减乘除括号四则运算的题目。 要求: 1. 程序每次运行都生成30道包含+,-,*,/,(,)的题目。 2. 操作符号顺序是随机的。 3. 因为是小学生,没有代数和以及负数的概念,所以任何时刻减法都必须是减数小于被减数。 4. 任何中间过程中的除法都必须能整除,无分数的概念。 5. 所有中间结果和最终结果都要小于5000. 6. 将正确结果也输出出来,但是用16进制表示 7.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1290
    • 提供者:chandr
  1. getcolor.rar

    0下载:
  2. C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。,C++ to prepare up color screen, and drag the mouse on the screen can get the color of any point, and then given 16 hexad
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:178076
    • 提供者:151
  1. XORTool

    0下载:
  2. XOR的异或加解密小工具,自己写的,可以设置单一的两位16进制异或值。-XOR XOR encryption gadget wrote it myself, you can set one of two 16-band difference or value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31374
    • 提供者:王小洪
  1. 16toimage

    0下载:
  2. 图片转16进制,16进制转图片工具,调试可用-Image to 16 hex, 16 hex to image tools
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:57494
    • 提供者:张之伟
  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. hzk

    0下载:
  2. 汉字点阵信息编码生成器,用于生成任意大小的汉字的点阵16进制编码,我是在设计LED 显示屏时用到的。-Dot matrix character generator information coding for the characters of any size to generate the lattice of 16-band coding, I am in the design of LED display used.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:269335
    • 提供者:小柴
  1. UCS2Convert

    0下载:
  2. 将一段文本转换为带左斜杠的16进制UCS2编码字符串,可单条转换,也可成批转换,该工具主要用于MTK手机开发时将中文直接内置时的转码,使用windowsAPI,可供参考,包内有执行程序.-Will convert the text with a slash left a string of 16 hexadecimal UCS2 encoding, can be a single conversion, but also can batch conversion, the tool is mai
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:593002
    • 提供者:wangru
  1. SBUF

    0下载:
  2. 单片机与PC机串口程序,pc机用串口调试工具发送16进制数据到单片机-MCU and serial PC, programs, pc machine serial debugging tools to send data to the MCU 16 hex
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:11795
    • 提供者:te
  1. hexedittest_src

    0下载:
  2. WTL 16进制编辑器源码 WTL 16进制编辑器源码-WTL 16 hexadecimal editor source editor WTL 16-band source
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:49570
    • 提供者:wHTao
  1. 44

    0下载:
  2. 选择复选框和单选框按钮的事件处理程序:在Applte 上创建复选框、单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。-Select the check box and radio button button event handler: the Applte create check boxes, radio buttons, text areas, one-line text boxes and other components,
  3. 所属分类:Education soft system

    • 发布日期:2017-04-09
    • 文件大小:725
    • 提供者:min
  1. showbin

    0下载:
  2. 以16进制形式显示二进制文件-16 hexadecimal form binary file
  3. 所属分类:Editor

    • 发布日期:2017-11-09
    • 文件大小:5525
    • 提供者:
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com