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

搜索资源列表

  1. AsciiConverse

    0下载:
  2. 可自动查询键盘输入字符的ASCII码值,并转化为十六进制显示;类似QQ2008版皮肤使界面更加清晰。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:147662
    • 提供者:启明星
  1. TEST_DES

    0下载:
  2. 对输入的十六进数加密(把输入的字符转化成二进制整数,比如输入两个字符1F,转化成二进制数00011111),比较输入和输出。当把输入的数改变一个比特时(如把1F变为1E),比较输出的变化.修改程序,使得DES的16轮循环中每一轮循环结束都能输出一个结果(显示为十六进制的数),即输出Li、Ri(1 i 16)的值。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30671
    • 提供者:黎志展
  1. 代码转换程序

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7模块1又调用模块2、3、4和6四个模块,其中:  模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换按“q”键退出。使用时,需将7个文件分别汇编,连接的方法为:5+1+2+3+4+6+7生成可执行文件“5” 即可运行。-This a letter or number into the system p
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4789
    • 提供者:赖毅勇
  1. CDataTransform

    0下载:
  2. 该工具软件实现从十进制数到其它进制数转化的功能,包括2,8,10,16,33,34,36进制数的转换。开发环境为VS2003 .NET
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:51267
    • 提供者:刘龙
  1. change

    0下载:
  2. 类型转化包括16进制字符串转化ASCII码,2位16进制字符串转化10进制等
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:hardis
  1. 数值转换

    0下载:
  2. 这是一个关于数值转换的程序,是用MASM来实现的,可以实现二进制和十进制,及十六进制之间的转化。-This is a numerical change of the procedure is the use of Shape to achieve, and can achieve binary and decimal, hexadecimal and the conversion between.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:162566
    • 提供者:王瑞
  1. 16进制到Ascii的转化

    0下载:
  2. 本系统是用C++开发的一个小系统,希望大家喜欢啊-a small system writen in c++, hope you will like it!!! Thanks
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43569
    • 提供者:林雪
  1. bin2txt.rar

    0下载:
  2. 图片转化工具,非常好用的一款软件,将图片转换为十六进制,PHOTO
  3. 所属分类:图形图象

    • 发布日期:2017-03-26
    • 文件大小:30350
    • 提供者:FENG
  1. caculator.rar

    0下载:
  2. 多功能计算器 1.支持2进制,10进制,16进制数的加减乘除 2.支持2进制,10进制,16进制数的相互转化 3.支持2进制,10进制,16进制数的按位逻辑运算(与,或,同或,异或) 4.支持2进制数的移位和循环移位 ,1 multi-function calculator. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of addition and subtraction, multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2637
    • 提供者:li
  1. BmpLoadFOut

    0下载:
  2. 1、将bmp24图片转化为十六进制并用.txt文件输出。 2、调用图片的十六进制码.txt文件在view窗口显示。-1, the bmp24 picture into hexadecimal and use. Txt file output, the output. Txt files can be used directly into the array. 2, the picture is called hexadecimal code. Txt file in the view w
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:110089
    • 提供者:hj
  1. szzh.rar

    0下载:
  2. 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制。,The preparation of a number of different inter-system conversion process. Asked for input and output interface, when an arbitrary transfusion after the decimal figures, the prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:239601
    • 提供者:梁毅
  1. Hex2Bin

    0下载:
  2. HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:30520
    • 提供者:fwr
  1. Calculator_MFC

    0下载:
  2. C++编写的MFC计算器,输入一个表达式,自动计算出结果,能进行进制转化,弧度角度转化,以及常用数学函数-Written in C++ MFC calculator, enter an expression, the results are automatically calculated, can be converted to decimal, point arc conversion, and common mathematical functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5315312
    • 提供者:马瑞辰
  1. NumConvert

    0下载:
  2. atl写的控件,用于实现二进制,八进制,十进制,十六进制数值转化.-atl controls written for the realization of a binary, octal, decimal, hexadecimal conversion values.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:68146
    • 提供者:carekee
  1. jinzhizhuanhuan

    0下载:
  2. 一个多种进制互相转化的很强大的软件-A multi-band to transform a very powerful software
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2479
    • 提供者:高业超
  1. BinaryToHex

    0下载:
  2. 将二进制数转化为十六进制,并在屏幕中显示.-Binary number will be converted into hexadecimal, and displayed on the screen.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:21
  1. code

    0下载:
  2. 进制转换 二进制、八进制、十六进制自动识别,将结果转化为十进制显示-Hexadecimal conversion binary, octal, hexadecimal automatic identification, will be converted to decimal results show
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:719940
    • 提供者:kevinWang
  1. ee

    0下载:
  2. 1. 设计要求: 1.彩色界面,界面清晰美观,色彩协调。 2.使用DOS系统的0AH号子功能接受用户键入的字符串。 3.建议按下图设计用户界面,颜色自选。 注:双线框由若干CRT显示符组成,相应的CRT显示符(十进制数)已经标注在右图中。1. 设计要求: 1. 转化内容选择下列一项:二进制数→十六进制数显示,二进制数→十进制数显示,十进制数→二进制数显示,十进制数→十六进制数显示,十六进制数→二进制数显示。 2. 给出适当的文字提示 3. 程序要求保护措
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3162
    • 提供者:杨闻周
  1. 7-29

    0下载:
  2. 多进制输出。输入一个非负的10进制数和一个相应的数字,转化成该进制-M-ary output. Enter a non-negative 10-band number and a corresponding number into the M-ary
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:23553
    • 提供者:sunny
  1. HexShow

    0下载:
  2. 将其他数据结构转化为十六进制存储,然后进行存储-wince under the other data structures into hexadecimal storage
  3. 所属分类:Windows CE

    • 发布日期:2017-05-09
    • 文件大小:1955153
    • 提供者:suli
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com