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

搜索资源列表

  1. 16convertto10

    0下载:
  2. 1.实现十六进制小数向十进制小数转换。 2.实现二进制小数向十进制小数转换-1. The realization of a small number of hexadecimal to decimal conversion decimal. 2. The realization of a binary to decimal decimal decimal conversion
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:16974
    • 提供者:高涛
  1. 16to10and10to16

    0下载:
  2. 这是一个关于十进制与十六进制互相转换查看的程序。相信有不少人都用得着。可以说是精品了。-This is a reference to the metric and the conversion between hexadecimal view procedures. I believe many people Yong Dezhao. Can be said of the fine.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:187996
    • 提供者:天上神
  1. Convert16

    0下载:
  2. 用c#实现的十进制到十六进制的转换-Achieved with c# decimal to hexadecimal conversion
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:45213
    • 提供者:ketty1989
  1. calculater

    0下载:
  2. 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 -1, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing f
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3838438
    • 提供者:Forrest
  1. P018M_Convertor

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

    • 发布日期:2017-04-03
    • 文件大小:651
    • 提供者:John
  1. hb

    0下载:
  2. 用汇编写的十进制与十六进制之间的转换的一个小程序。希望对大家有一定的帮助。-Written in assembler decimal and hexadecimal conversion between a small program. We want to have some help.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:20772
    • 提供者:郭小小
  1. typeconvert

    0下载:
  2. 用VC编程实现从十进制到浮点二进制十六进制的转换-Programming with VC from a decimal to the floating-point binary hexadecimal conversion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:26172
    • 提供者:张凤
  1. transferrange2

    0下载:
  2. 输入十进制数,将其位数排序后,以十六进制形式输出-Enter the decimal number, the median of its sort, with its hexadecimal form of the output
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:911
    • 提供者:liuyan
  1. transferrange

    0下载:
  2. 输入十六进制数,将其位数排序后,以十进制形式输出-Enter the hexadecimal number, the median of its sort, with its decimal form of the output
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:898
    • 提供者:liuyan
  1. ScientificCalculator

    0下载:
  2. 科学计算器,主界面具备以下功能: 1、通过直接输入表达式进行加、减、乘、除、乘方、开方、括号基本运算求值,需要考虑其符号优先级别; 2、加入三角函数,可进行正弦、余弦、正切、余切的运算; 3、对十进制数进行二进制、八进制、十六进制的转化; 4、实现弧度制的数与角度制的数互相转化。 -Scientific calculator, the main interface with the following functions: 1, through direct input ex
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1927073
    • 提供者:李怡璇
  1. 4

    0下载:
  2. 用STARES598PCI单板开发机设计一个应用接口芯片作为四个七段LED数码管的输出口,编写一段程序,使8个LED数码管依次闪烁左移显示从输入口的逻辑开关读入的4位数字,闪烁频率为每秒一次。其外,还需实现一些附加功能,比如:可控制左移还是右移;可重新输入另外一个四位数;输入时可回显;以及输入时的十六进制到十进制的转换的等问题。 由此可见,要实现以上的功能,需要8个7段LED数码管和逻辑开关,闪烁的频率为1s。从开关读数,用LED显示。 -Machine Design STARES598
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:103057
    • 提供者:
  1. random

    0下载:
  2. 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generatio
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2558
    • 提供者:共命运
  1. shuzhi

    0下载:
  2. 简单的数制转换器,可以实现十进制向二进制、八进制、十六进制的转换-A simple number system converter, can be achieved decimal to binary, octal, hexadecimal conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:250733
    • 提供者:pop
  1. Digitalflashingdisplays

    0下载:
  2. 用STARES598PCI单板开发机设计一个应用接口芯片作为四个七段LED数码管的输出口,编写一段程序,使8个LED数码管依次闪烁左移显示从输入口的逻辑开关读入的4位数字,闪烁频率为每秒一次。其外,还需实现一些附加功能,比如:可控制左移还是右移;可重新输入另外一个四位数;输入时可回显;以及输入时的十六进制到十进制的转换的等问题。-Machine Design STARES598PCI veneer developed with an application interface chip as t
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:102686
    • 提供者:苏鸿飞
  1. 6

    0下载:
  2. 十进制到十六进制的转换。要求: 1.从键盘取得十进制数,然后以十六进制在屏幕上显示; 2.能连续多次转换输入的十进制数,以回车键作为输入十进制数的结束; 3.若键盘输入的不是数字,则在屏幕上提示:“the input is not a a number,again,please!” 4. 键入‘q’键则可退出程序 -Decimal to hexadecimal conversion. Requirements: 1. To obtain a decimal number
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:735
    • 提供者:金逸
  1. VCjisuanqi

    0下载:
  2. 设计一个计算机器,要准备以下几个功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因 -Design of a computer device, to prepare for the following functions: 1, binary
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5330955
    • 提供者:李日明
  1. shijinzhitoejinzhi

    0下载:
  2. 汇编语言:将十进制转换为二进制,然后将二进制转换为十六进制。如:输入1,输出0001-Assembly Language: The decimal to binary, and then convert the binary to hexadecimal. Such as: input 1, output 0001
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:574
    • 提供者:邓锡海
  1. Javacalculator

    0下载:
  2. 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换-Through JAVA calculator program designed GUI interface, users can turn
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3068
    • 提供者:李瑞
  1. 16jinzhizhuanh

    0下载:
  2. 将给定的一个十六进制数,转换成十进制(BCD)码-Given in a hexadecimal number into decimal (BCD) code
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:18894
    • 提供者:
  1. 16to10

    0下载:
  2. 完成图像数据的十六进制与十进制之间的转化,方便进行图像的显示-The completion of image data between the hex and decimal conversion, to facilitate the display of the images
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:1072
    • 提供者:陈小菲
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 34 »
搜珍网 www.dssz.com