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

搜索资源列表

  1. homework

    0下载:
  2. 编写一个程序,输出ASCII码从20h到0FFh之间的所有ASCII字符以及它们的二进制、十进制、十六进制值。-Write a program that outputs ASCII code from 20h to 0FFh ASCII characters and their binary, decimal, hexadecimal value.
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:1045
    • 提供者:zddq
  1. ttt

    0下载:
  2. 查找文件分配表 对扇区数据进行十六进制读、字符读、 监视0磁道63个扇区的数据变化 写扇区数据 一个硬盘锁有关的程序-Find a file allocation table-by-sector data hexadecimal reading, character reading, surveillance 0 Track 63 sectors of data changes in a hard disk write sector data lock-related procedures
  3. 所属分类:Disk Tools

    • 发布日期:2017-11-09
    • 文件大小:24421
    • 提供者:黄韬
  1. ComMaster

    0下载:
  2. 串口通信,可自由设置com口,波特率,传输位数,传输模式字符,或十六进制-Serial communications, are free to set the com port, baud rate, transmission median transfer mode character, or hexadecimal
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:404549
    • 提供者:zz
  1. com_tools

    0下载:
  2. 一个串口调试工具,带有简单的数据包格式,也带有字符输入窗口,将字符自动转换成十六进制数,以便串口发送-A serial port debugging tool, with a simple packet format, but also with character input window will be automatically converted to character hexadecimal number, in order to send the serial
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:62857
    • 提供者:侯文波
  1. com.c

    0下载:
  2. DOS下的一个简单的串口测试工具,以查询的方式接收数据,可以十六进制码的方式或者字符的方式显示;可以发送小文件。-DOS under a simple serial testing tools to make inquiries, receive the data in hexadecimal code or the way the way the characters display can send small files.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2788
    • 提供者:树军
  1. sscom32

    0下载:
  2. 非常好用的读写串口程序SCOMM,支持十六进制,字符-Very useful procedure to read and write serial SCOMM, support for hexadecimal, character
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:281536
    • 提供者:tiansongpo
  1. xunhuan

    0下载:
  2. (1)编写分支结构.asm文件实现: 键盘输入以‘$’为结束符的长度不超过80的字符串(含字母、数字、其他字符),对其中的非数字字符计数。统计结果用十六进制数屏幕显示。 (2)编写分支结构.asm文件实现: 定义一串以‘$’结束的字符串,给每一个字符均加上偶校验位。统计有多少个字符因含有奇数个1而加上了校验位,结果存入N单元。 -(1) the preparation of branch structure. Asm file to achieve: keyboard input in
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:36668
    • 提供者:李平
  1. lxtcpserver

    0下载:
  2. vb6做的tap服务器,用于测试tcp客户端程序 可接收发送字符或十六进制字符串-VB6 do tap servers, for testing tcp client program can receive or send character hexadecimal string
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:37125
    • 提供者:liujinqiang
  1. msp430RS232

    0下载:
  2. 使用LED显示接收到的数据,使用LCD显示发送的字符 * 程序使用波特率为9600,程序运行时需要在pc机上使用一个串口 * 接收发送程序,发送字符应为asc码,接收的字符为十六进制-The use of LED display received data sent using the LCD display uses characters* for 9600 baud rate, the program needs to run-time machine pc using a ser
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:88610
    • 提供者:陈永涛
  1. calculator

    0下载:
  2. 设计一个windows附件中所示的计算器  计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)  增加“Backspace”按钮,每按一次删除编辑框最后一个字符;  增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)  增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框; ᠋
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1635905
    • 提供者:叶合
  1. chartohex

    0下载:
  2. 可以实现吧任意字符与十六进制互相转换,汉字也是可以的哟-It can be any hexadecimal characters with each other conversion, the characters can yo
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:8109
    • 提供者:Mike
  1. Led05222

    0下载:
  2. 为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示: 单个数码管的静态驱动。 AVR单片机的端口驱动能力高达20mA,可以直接驱动数码管。可以利用ATmeg48 单片机的PD端口刚好可以驱动数码管的8个段。 这个实验的目的是在单个数码管上依次显示0,1,2,3,4,5,6,7,8,9,A, B,C,D,E,F共16个字符,为显示十六进制数做好技术准备。-In order to achieve single-chip display Arabic nume
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:9844
    • 提供者:芳苹
  1. SEARCH

    0下载:
  2. 子程序的参数是一个N字节数组的首地址TABLE,数N及字符CHAR.要求在N字节数组中查找字符CHAR,并记录该字符的出现次数. 主程序则要求从键盘接收一串字符以建立字节数组TABLE,并逐个显示从键盘输入的每个字符CHAR以及它在TABLE数组中出现的次数.(为简化起见,假设出现次数<=15,可以用十六进制形式显示出来)-Subprogram parameter is a N-byte array of the first address of TABLE, the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2909
    • 提供者:笑了
  1. charcodeASP

    0下载:
  2. 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chines
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:acc e
  1. Commix(serialdebuggingtools)

    0下载:
  2. 串口调试工具,可用于串口的调试,发送二进制,十六进制,字符,等-Serial debugging tools can be used for debugging serial port, send a binary, hexadecimal, character, and so on ~~~~~
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-25
    • 文件大小:192769
    • 提供者:李忠超
  1. DEBUG

    0下载:
  2. 该命令从汇编语言语句创建可执行的机器码。所有数值都是十六进制格式,必须按一到四个字符输入这些数值。在引用的操作代码(操作码)前指定前缀记忆码。-The command statement from the assembly language to create executable machine code. All values are in hexadecimal format, must be 1-4 characters enter these values. In reference
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:18726
    • 提供者:陈贝贝
  1. ZCXDLJ

    0下载:
  2. 汇编实验 之 子程序的连接 1. 编写程序,将内存中由DATA单元开始,连续20单元中存放的字节数据的最大值与最小值以十六进制形式显示在屏幕上。 2. 已知在TEXT开始的内存单元中存放着一组英文文本,文本长度存放在CNT单元中。编制程序,用内存单元中有KEY开始的一组密匙字符串中的每个字符与文本中的字符逐个进行异或,若文本长度大于密匙字符串长度,当密匙字符串中的字符用完后,再从头重复使用,直至处理完文本串的所有字符。 要求:A加密程序用子程序编写 B将待加密的文本首址
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:457361
    • 提供者:星东
  1. Serialport_Data_Analize_Tool_CE

    0下载:
  2. CE下的串口数据分析工具,能够按照二进制、十六进制和ASCII字符发送和接收串口的数据。WindowsXP下也可使用。-Serial port data analize tool for Windows CE. All data from/to the serialport can be received/sent in the form of binary, hex and ASCII.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:158722
    • 提供者:wk
  1. sci

    1下载:
  2. 28335DSP与pC机通信的程序,可以实现十六进制,字符的收发,准确无误。-SCi between 28335andPC
  3. 所属分类:DSP program

    • 发布日期:2015-04-16
    • 文件大小:400011
    • 提供者:王德伟
  1. TestReader

    0下载:
  2. 实现一个文件阅读器,用于显示文本文件,文件的内容以ASCII字符格式和十六进制格式显示。显示屏幕规格为24*80,实现翻页翻行功能等功能-Implement a file reader, used to display text files, the file contents to ASCII character format and hexadecimal format. Display screen size is 24* 80 next page turn to achieve func
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:5529
    • 提供者:Linf0o98
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com