搜索资源列表
2_16任意进制转换
- 任意进制间(2-16)转换计算程序!-between arbitrary bases (2-16) conversion program!
shuzhizhuanhuan
- 用C++编写的关于转换数字进制的转换程序,可以实现2进制向任意进制转换
2_8_10_16 进制转换
- 进制转换程序,可进行2,8,10,16进制之间的任意转换
ten2any
- 在c++中用堆栈实现十进制到任意进制转换-in C + + using the metric system stack to achieve arbitrary bases conversion
2-16进制正整数字符串转为数值11
- 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s=\"FFA6\" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#includ
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
data_switch_for_vb6.0
- 基于vb6.0的数字进制转换源码,2,6,10,16进制转换,任意的!-VB6.0 based on the number of hexadecimal conversion source, 2,6,10,16 hexadecimal conversion, arbitrary!
conversion
- 除了能进行常用的进制转换,还可以进行任意进制转换-Arbitrary hexadecimal conversion
conversion
- 可以实现任意进制转换(<16),能够实现负数和小数功能,能够判断溢出。-Can achieve arbitrary hexadecimal conversion (< 16), can achieve a negative and a small number of functions, be able to determine the spill.
change
- C# 进制转换(2 8 10 16)进制间任意转换,并输出字符串结果-Change
M_to_N
- 任意进制转换。 1、输入要输入的进制 2、输入要转换的数 3、输入要转成的进制-Arbitrary hexadecimal conversion. 1、enter the hexadecimal input 2、input to the conversion of a number of 3、enter into the M-ary
shuzhi
- 数制转换--------- 任意给定一个M进制的数x ,请实现如下要求 1) 求出此数x的10进制值(用MD表示) 2) 实现对x向任意的一个非M进制的数的转换。 3) 至少用两种或两种以上的方法实现上述要求 ---------- Arbitrary number system conversion to a number of M-band x, requested the achievement of the following requirements 1) to de
BaseConverter
- 一个小程序,实现2-16间的任意进制转换-A tiny program to achieve between 2-16 arbitrary hexadecimal conversion
HexTransServer01
- 任意进制转换 用COM组件写的程序 包括整数和小数各种转换-Any base conversion program written using COM components
reverse
- C++中对不同数据类型进行并进行任意进制转换的程序-C++, for different data types and arbitrary binary conversion program
Hn
- 自己封装的易模块,常用到且功能强大的几个函数,如分层置窗口透明,任意进制转换,关键字枚举窗口子窗口等,最重要的是免费哦-Own package easy module, common to several powerful functions, such as layering home window transparent, arbitrary binary conversion, keywords the enumeration window a child window, the most
calculate
- JAVA开发,支持语音播报,快速键盘输入,自定义函数表达式,算术表达运算,多种运算结果,任意进制转换,分数运算,程序员模式,计算结果记录导出保存等功能!-JAVA development, support voice broadcast, fast keyboard input, computing, multiple computing results custom function expression, arithmetic expression, arbitrary binary con
Transcoder
- 浮点数和16进制数互转工具,支持任意字节序的4字节16进制数与float转换(Floating point numbers and 16 decimal conversions)
DigitalFormat
- 实现任意进制转换,使用MFC实现界面,包含源码(Hexadecimal conversion tool)
20138138236366
- 运行该程序后,人们只要输入任意十六进制数,就可以转换成相应的十进制数。 希望此程序VC爱好者有所帮助。(After running this program, people can convert the corresponding decimal numbers as long as they input any sixteen decimal number. I hope this program VC enthusiasts help.)