搜索资源列表
calculator
- 设计一个windows附件中所示的计算器 计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理) 增加“Backspace”按钮,每按一次删除编辑框最后一个字符; 增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数) 增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框; ᠋
P005E_Formular
- 输入一个十进制输,将其转换为二进制八进制和十六进制-Enter a decimal lose, will convert it to binary octal and hexadecimal
erjinzhiBinary
- 二进制转换的小程序,将一个十进制数转换为二进制,采用递归的算法,比较简单。-A small binary conversion program will convert a decimal number to binary, using the recursive algorithm is relatively simple.
101to123456789liushinichi
- 将二进制数字转换为十进制,再将十进制数字转换为二进制-The binary number is converted to decimal, and then converted to a binary decimal number
1
- 本程序由三部分组成:输入员工的信息(年工作时间和工种系数);计算员工年工作量;输出员工年工作量。 在输入员工的信息年工作时间部分,将十进制数ASCII码转换成二进制数。同时由于可能存在小数和,而小数的位数一般为1位,为了便于计算,将每个数都乘10,对于工种系数则由于它要保留到小数点后两位,所以将它们都乘以100,从而去掉小数和,做整数计算。-This procedure consists of three parts: input employee information (annual w
MIT_program
- 此MATLAB程序用于读取MIT-ECG数据、将二进制数据转换为十进制数据-The MATLAB program used to read the MIT-ECG data, binary data is converted to decimal data
Exchange
- 程序功能:二进制取反 、十六进制转为十进制、十进制转十六进制、BCD转10进制 、十进制转BCD码、BCD码转换为字符串、字符串转换为BCD码,非常实用,工作必备之源码-Procedures functions: binary negate, sixteen hexadecimal to decimal, decimal to hexadecimal sixteen, BCD 10 hexadecimal, decimal conversion BCD code, BCD code is con
zhan
- 将十进制数20和98所对应的二进制,八进制和十六进制数分别进行输出。 1. 将十进制数分别转换为八进制和二进制以及十六进制 2. 要求用栈实现。-Stack the basic operation of the
C-Software-design
- 分数统计 要求:(1)输入某班级学生的姓名、分数; (2)对(1)的分数进行降幂排列并输出; (3)具有输入输出界面。 打字程序 要求:(1)随即产生一字符串,每次产生的字符串内容、长度都不同; (2)根据(1)的结果,输入字符串,判断输入是否正确,输出正确率; (3)具有输入输出界面。 文本编辑器 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 加密 要求:(1
A3-1
- 将ASCII码十进制数转换为二进制数,用于微机原理实验上机编程-ASCII code decimal number is converted to the binary number for the programming of the microcomputer principle experiment on
StackCoversion
- 栈的应用:进制转换。将某个十进制数转换为规定的进制,比如二进制,八进制等等。-Application of the stack: base conversion. A decimal number is converted to the specified band, such as binary, octal, and so on.
conversion
- 简单的将十进制转换为二进制功能.这种功能虽然简单,但对于初学者来说,用于机器码的语言转换是非常有用的.-Simple binary to decimal conversion function.
ym_vb-vbjzzh-hicode
- vb编写的进制转换程序源码,可以实现十六进制转换为二进制、二进制转化为十六进制、十六进制转化为十进制、八进制转化为十进制、二进制转化为十进制、十进制转化为十六进制、十进制转化为八进制、十进制转化为二进制等。-vb prepared by the hex conversion program source code, can be achieved hex conversion to binary, binary into hexadecimal, converted to hex decimal
10_2
- 这是一个实现了 十进制 转换为 二进制 的小程序-This is a decimal to binary program
main
- 可以实现进制的相互转换,如果大于3位,为二进制转十六进制,2位为十六进制转二进制,三位为十进制转十六进制。主要用于单片机开发工具。-The hex conversion, can be achieved if more than three, for binary to hex, the two hexadecimal to binary three decimal to hexadecimal. For microcontroller development tools.
bijiaoone
- 输入两个十进制整数: 1. 将要比较的两个数字分别转换成二进制数字; 2. 计算两个二进制数字中1的个数,个数多的数字为两者中的大者; 3. 负数按照其绝对值进行比较; 实现时可以有以下约束: 1. 输入数据为范围在-32768到32768(十进制)之间的任意两个数字; 2. 如果经过比较后2个数相等,输出为0,如果不相等,输出最大值。-Enter two decimal integers: 1 compare the two figures were conver
10jinzhi2jinzhi
- C++程序,将输入的十进制数字转换为二进制再输出。-C++ program that will enter the decimal number into a binary output again.
bin2deci
- 将输入的十进制信号转换为二进制,从而用于后续的相关处理。-Decimal input signal is converted to binary, and thus for the subsequent correlation process.
二进制转十进制
- 将人为输入的任意的二进制数转换为十进制数。(Converts any binary number that is artificially entered into a decimal number)
test
- 代码可以进行二进制转换为十进制,十进制转换为二进制。(The code can be binary converted to decimal, and the decimal is converted to binary.)