搜索资源列表
进制转换程序
- 进制转换程序,用于十、十六、八、二进制的转换-base for the conversion process, for 10, 16, 8, binary conversion
第八次作业
- 转换ASCII码为二进制,十进制,十六进制的码输出 -ASCII conversion of binary, decimal, hexadecimal codes output
dreamingzcx
- 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中: 模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。 -This a l
asm101
- 一个汇编语言与二进制代码的转换表,可以用编译器的设计。-a compilation of language and the binary code conversion table, you can use the compiler design.
bin2num
- 二进制到浮点数的转换程序,二进制数存放在txt文件中,输出的浮点数能用matlab读取-binary conversion of the float process, the binary number stored in txt document, Float output can be used to read Matlab
shuerchashu
- 关于数据结构的树,二叉树,森林的转换的flash文件。-data on the structure of the tree, binary tree, forest conversion of flash paper.
将森林转化为二叉树
- 将森林转化为相应二叉树的算法-conversion of forest to the corresponding binary tree algorithm
2to16to10
- 本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures to be called, I prepared with
chuankou.rar
- RS232串口通信控制界面包括周期发送以及二进制——十六进制转换等功能,RS232 serial communication control interface including the cycle of sending as well as binary- hexadecimal conversion function
jinzhizhuanhuan
- 简单的算法实现进制的转换,不需要太复杂的函数即可-Simple binary conversion algorithm, does not require too complex a function can be
ScientificCalculator
- 科学计算器,主界面具备以下功能: 1、通过直接输入表达式进行加、减、乘、除、乘方、开方、括号基本运算求值,需要考虑其符号优先级别; 2、加入三角函数,可进行正弦、余弦、正切、余切的运算; 3、对十进制数进行二进制、八进制、十六进制的转化; 4、实现弧度制的数与角度制的数互相转化。 -Scientific calculator, the main interface with the following functions: 1, through direct input ex
MathTools127
- 计算器和常用的数值分析程序集合,并能完成各进制间的转换-Calculator and a collection of common numerical analysis procedures, and to complete the conversion between the binary
2010122723595933
- 用途:本软件用Delphi7编写,可以作为Delphi软件的通用授权登录界面,防止您的软件未经授权非法登录。 特点: 1、转义的密码——较难破解 密码根据系统当月和当天二位十进制的日期数据换算成5位二进制数据,可以根据需要修改成更多位二进制码。 2、动态变化的授权码——需要一定的数制知识 由于密码根据系统当月和当天的日期数据来设置的,因此一年12个月每月每天的授权码是不同的。其中授权码包含二组:第1组是当月的5位二进制码、第2组是当日的5位二进制码。 -Uses: T
quantumyang
- 编写计算器2.0,实现+、-、*、/并且进制之间的转换。-Writing calculator 2.0, to achieve+,-,*,/ and conversion between binary.
Into-system-transformation
- 在界面中可以实现二进制和十进制的快速转换-Can realize the binary and the decimal conversion
Decimal-binary-function
- 一个基于对话框的十进制和二进制相互转换的软件-A dialog-based decimal and binary conversion software
Calculator
- 用MFC开发的计算器小程序,包含多种运算与多种进制转换-Contains a variety of operations with a variety of binary conversion calculator applet developed with MFC
Binary-decimal-conversion
- 十进制转换二进制 C++实现 仅供参考 -Binary decimal conversion
Calculator
- 软件实习作业,用MFC编写的计算器,可以实现进制转换,角度转换,又背景图片。-Software internship jobs, using MFC calculator, can achieve binary conversion, angle conversion, and background images.
floatConvert
- 根据IEEE754规定写了个float型数据与二进制数转换的方法-According to the provisions of the IEEE 754 wrote a float data and binary conversion method