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

搜索资源列表

  1. BigInteger.zip

    0下载:
  2. 自己在进行RSA的学习时写的一个BigInt类,实现了一百二十八位数的整数(十六进制的位,不是二进制的bit)的基本运算。,During the study of RSA I wrote this BigInt class implements 128-digit integer (in hex, not binary bit) of the basic operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:89719
    • 提供者:
  1. jinzhizhuanhuan.rar

    0下载:
  2. 一个功能十分强大的进制转换工具,如十进制,二进制,十六进制等人以进制的话转换。是开发人员的必备工具。,A very strong function of binary conversion tools, such as decimal, binary, hexadecimal, octal words of others to convert. An indispensable tool for developers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:5997
    • 提供者:wu
  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. SHA1.rar

    0下载:
  2. 根据SHA-1信息摘要算法,实现对任意数据的SHA-1消息摘要算,输入信息可以是二进制,十六进制,ASCII码,汉字或英文,或者是文本文档,等各种类型的文件,运行软件后生成固定长度的消息摘要,程序能提供良好地用户界面,According to SHA-1 message digest algorithm to achieve for arbitrary data, SHA-1 message digest calculation, input information can be binary,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3481184
    • 提供者:jane
  1. SCommTest

    0下载:
  2. VC++编写的串口通信程序。功能:接收八进制、十六进制、二进制数据,自动接收。-Written in VC++ serial communication program. Function: Receive octal, hexadecimal, binary data, automatically receive.
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:4761785
    • 提供者:Monica
  1. SeriaPort0.rar

    0下载:
  2. 功能:开机检验数码管好坏,用串口通讯发送一个十六进制数,两位数码管显示,并有八个发光二极管 以二进制的形式点亮,其十六进值与数码管显示一致。,Function: boot test digital tube mixed with serial communication by sending a hexadecimal number, the two digital tube display, and eight light-emitting diodes in binary form of
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:152880
    • 提供者:刘勇
  1. gai

    0下载:
  2. 能实现二进制、十 六进制之间的相互转换以及两个数之间的加减乘除的运算。-The arithmetic of addition and subtraction, multiplication and division between binary, decimal, hex conversion between, as well as two numbers.
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:2465
    • 提供者:li weixia
  1. DateTime2Hex

    0下载:
  2. 1.将当前系统时间转换为十六进制并存盘 2.将十六进制字符串转换为时间 3.计算十八位二进制数据的模,检验校验和-The current system time converted to hexadecimal and save two hexadecimal string converted to 3. Calculation of the modulus of the 18-bit binary data, inspection and calibration and
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:50809
    • 提供者:kingang
  1. calculatorx_vivitue

    1下载:
  2. MFC源码 开发工具:VC++6.0 编程语言:C++ 主程序代码:1300+行 运算精度:小数点后17位。显示框最大显示字符数21个 计算器功能说明: 1)完成计算器基本运算功能 2)二进制◆八进制◆十进制◆十六进制 相互转换 3)支持角度与弧度显示 4) 完成三角函数+反三角函数、对数、指数运算、取余、倒数与开方运算 5)计算n!.扩展整数n为双精度数x。计算x! 算法f(x)=x(x-1)(x-2)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:126058
    • 提供者:
  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. 源文件

    0下载:
  2. 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-15
    • 文件大小:28951
    • 提供者: 蔡邑川
  1. supercalculator

    0下载:
  2. 超级计算器,可以进行二进制,八进制,十进制,十六进制的转换,是一个不错的工具。-Super calculator, can be binary, octal, decimal, hexadecimal conversion, is a good tool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:523104
    • 提供者:谢天空
  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. 10162

    0下载:
  2. 在键盘上输入一个十进制的数字 可以转换成一个十六进制和二进制的数输出-On your keyboard to enter a decimal figures can be converted into a hexadecimal and binary number of output
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:803
    • 提供者:叶子
  1. Unit1

    0下载:
  2. 二进制字符转换成十六进制字符的算法,很有用的哟-Binary characters into character hexadecimal algorithms, useful yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:797
    • 提供者:毕飞
  1. numswitch

    0下载:
  2. 各种数制之间的转换,例如二进制和十进制之间的相互转换,十进制与十六进制之间的相互转换-A variety of conversion between the number of system, for example, between the binary and decimal conversion, decimal and hexadecimal conversion between
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7641
    • 提供者:王明
  1. SY4

    0下载:
  2. 从键盘输入并显示实验,将键盘收到的四位十六进制转化为等值的二进制,再显示在终端上-From the keyboard input and display experiment, the four received the keyboard into its equivalent hexadecimal binary, and then displayed on the terminal
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:914
    • 提供者:li
  1. FileComp

    0下载:
  2. 查看任意文件的二进制、十六进制代码,本人用它破解过一些软件-See any binary file, hex code, I use it to break some software
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:93033
    • 提供者:jike
  1. jisuanqi

    0下载:
  2. 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:58216
    • 提供者:Dante
  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 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com