搜索资源列表
P162
- 小程序:将给定的十进制数转换成为二进制数。 -Applet: a given number of decimal conversion become binary.
number_conver
- 完成数制之间的转换,八进制、十六进制、二进制、十进制之间的转换。可以输入其中的一种进制数值就可以转换了。-Between the completion of a number system conversion, octal, hexadecimal, binary, decimal conversion between. Can enter a hexadecimal value of which can be converted to a.
P1_ConvertBetweenBinAndDec
- 二进制十进制转换,可处理长整数,期末大作业。-Binary decimal conversion, can handle long integers, the end of major operations.
shuzhizhuanhuan
- 十进制N和其它进制数的转换是计算机实现计算的基本问题,其解决方法很多,其中一个简单算法基于下列原理: N=(N div d)*d+ N mod d ( 其中:div为整除运算,mod为求余运算) 例如十进制向八进制的数制转换 (1348)10=(2504)8,其运算过程如下: N N div 8 N mod 8 1348 168 4 168 21 0 21 2 5 2 0 2 请利用堆栈用上述方法实现十进制向三进制的数制转换-Decimal number
zhuanhuan
- 实现各种进制的转换,开发平台为C#,使用的是c#2008.可以互相转换的进制有二进制、十进制、十六进制。均可以互相转换。-Achieve a variety of binary conversion, the development platform for C#, using c# 2008. Can convert each hex there are binary, decimal, hexadecimal. Can be interchangeable.
number-exchange
- 大学里用C语言编写的数进制转换。运行环境为visual c++,可进行数进制间的转换,如十进制转八进制等。-University with a number written in C hexadecimal conversion. Operating environment for the visual c++, can be converted between the number of binary, octal, etc., such as decimal transfer.
testjinzhi
- 将二进制、十进制、八进制、十六进制转化成浮点数-Binary, decimal, octal, hexadecimal, floating point conversion
big-numbers-plus
- 基于C#语言的求两个大数相加的运算,涉及二进制数的转化-C# language on the evaluation of large numbers the sum of the two operations, involving the conversion of binary number
Functionnal-Calculator
- 计算器,C#编的多功能计算器,图形界面,可以实现不同进制之间的转换-Calculator, C# code of multi-function calculator, graphical interface, you can achieve the conversion between different binary
decimal-fraction-to-binary
- Decimal 2 Binary conversion
JZZH
- 十进制、二进制、八进制、十六进制互相转换。十六进制与ASCII码互相转换-Decimal, binary, octal, hexadecimal interchangeable. Hexadecimal and ASCII code conversion
decimal-to-binary
- 十进制数组到二进制数组的转换,并以二进制又对齐的方式输出二进制。-Decimal array into a binary array conversion, and output binary to binary and aligned manner.
beizeer
- 北泽而曲线,实现二叉树的转换功能,是一个初学这非常好的额代码-Kitazawa curve, conversion function of a binary tree is a beginner this is a very good amount of code
Hexadecimal-conversion
- 该程序可以将十进制数值转换为其他进制的数值,读者可自行输入任意十进制数字和要转化的进制数,程序将自动输出转化后的进制数-The program can convert decimal values 映漀爀 other binary value, the reader can enter any decimal number to hexadecimal number conversion, the program will automatically output conversion hexa
Calculator
- WinForm应用计算器程序,实现了基本运算与进制转换-WinForm application calculator program, to achieve the basic arithmetic and binary conversion
calculator
- Windows 计算器(能进行带括号的加减乘除,进制转换,语音,将结果打印成成中文大写)-Windows Calculator (can be bracketed arithmetic, binary conversion, voice, print the results into a Chinese uppercase)
Binary-conversion
- 二进制转换,自己写的C#小程序,希望站长看看,帮忙指导指导-Binary conversion, wrote a small program in C#, owners want to look at, to help guide guide
Conversion
- C#进制转换源码,十六进制,十进制,八进制,二进制之间相互转换-C# source code to convert binary, hexadecimal, decimal, octal, binary conversion between
Interger-to-binary
- 该程序实现整数到二进制的转换,主要体现递归的思想。-The program to achieve integer to binary conversion, mainly embodies the idea of recursion