搜索资源列表
10ToAny
- 这个代码可以将一个10进制数转换为任意进制(16以内),非常实用-this code can be a 10-band digital conversion arbitrary 229 (16) after a very practical
pai
- 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进
zhuanhuan
- 使用C语言编写程序,对输入的进制数,按照需求,进行数制转换后输出
把十六进制数转换为十进制数
- 把十六进制数转换为十进制数,简单方便!能用于串口通信数据处理中
calculator123
- 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数(对操作时计算结果能无限次随意进行角度和弧度转换) 4、具备历史计算的记忆功能(输入和计算结果表达式能查找历史表达式,如不存在放进历史表达式框中去,如存在则不做历史存储操作,并能从历史中找出来反射到输入框和输出框。) 5、对不正确的表达式能指出其错误原因
10dao16
- 将十六进制数转换为十进制数,提供初学者学习。
16bitto10bit
- 将16进制数转换成10进制数,开发工具为VB-Transform 16 bits to 10 bits,with VB program
ydaimaBigNum
- 件介绍: VC++数论计算的无符号大整数类及范例 VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类: //乘2运算,即 // a = a * 2^dwTimes 相当于左移一位二进制,低位补0 CUSuperInt& Double(DWORD dwTimes = 1) //除2运算 相当于右移一位二进制,高位边补0,低位舍弃 CUSuperInt& Half(DWORD dwTimes = 1)
4
- 输入一个十进制的数(大于1小于15),将十进制数转换成二进制,十六进制,八进制-Enter a decimal number (greater than 1 is less than 15), the decimal number into binary, hexadecimal, octal
example1
- 建立图形演示系统菜单,包括plot,option,quit,三项。建立数制转换对话框。在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串,单击“退出”按钮退出对话框-Create a graphical presentation system menu, including the plot, option, quit, three. Build number system conversion dialog box. The left a
10.22
- 球弹跳高度、人口增长问题、三角形面积、输出不重复的数字、数制转换-Ball bouncing height, population growth, the triangle area, the output will not repeat the figures, the number system conversion
Any-decimal-conversion
- 对输入的10进制数进行对应输入的任意进制数制的转换-The input of the decimal to binary number corresponding to the input of any system of conversion
BQHtoD
- 二、八、十六进制数转换成十进制数的函数,使用时调用本函数即可返回相应的结果。-This is a 2, 8 and hexadecimal number to a decimal number convert the function.
dfssdd
- 类似windows系统附件提供的计算器,要能实现整数和小数的四则运算、数制转换以及常见的其他运算-Calculator similar to the windows system provided in the annex, to be able to achieve the four operations of the integer and decimal number system conversion, as well as other common computing
10zhuan16
- 将一个10进制数转换成为16进制数的C++代码-A decimal number into hexadecimal number C++ code
ho2b
- 将十六进制转换成二进制数,将八进制数转成二进制数-Transforms every element of an hexadecimal number into binary,Transforms every element of an octal number into binary
ProgrammerCalc2013-05-16(1_0_0_1)
- 1.支持数值进制转换。 2.查看数值的内存形式。 2.支持大数(以数组表示)的表达式计算。最大支持499的阶层。 3.VC10.0
shuzhizhuanhuan
- 数制转换,将任意进制的数转换成其他进制,通过栈和破铜两种方式编写-Number system conversion
code
- 文档包含了八个北大ACM上题目:进制转换,分解因式,词典,浮点数加法,集合加法,画家问题,密码,数根,特殊日历计算,两倍的解决方案和源代码。-North ACM document contains eight questions on: binary conversion, factorization, dictionaries, float addition, a collection of additions, painter problem, passwords, few roots, s
float_hex_dec
- 利用MATLAB编程实现float类型的十六进制数向十进制数的转换,可以看看,本人亲测可用。-Float type using MATLAB programming hexadecimal number to decimal conversion, you can see, I am pro-test available.
