搜索资源列表
dec2bin
- 用matlab写的很好的关于二进制转十进制的函数代码,可以实现非整数二进制转换十进制,以及负二进制转换十进制-Using matlab to write on the good function of the binary code to decimal, you can achieve non-integer binary decimal conversion, as well as the negative decimal binary conversion
P018M_Convertor
- 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字, //程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制-Between the preparation of the different number system conversion process. Asked for input and output interfaces, when the losers an arbitrary decimal number,// program can
trans
- .把十进制整数转换为2至9之间的任一进制数输出。(利用堆栈) 提示:void transform(long num,int r) //把一个长整型数num转换为一个r进制数输出。 转换方法是逐次除基数r取余法。输出时需要反向输出得到的余数,因此需要用到堆栈。-. To convert a decimal integer between 2 to 9 for a hexadecimal number of any output. (Using stack) Tip: void tran
decandbin
- 二进制和十进制互相转换,比自带的更加方便-Each binary and decimal conversion, more convenient than the native
binmatrix
- inmatrix函数创建一个与x矩阵同等大小的二、十进制换算对应表,所生成的换算对应表的第一行到末行依次对应二进制的高位到低位;并用此生成的换算对应表进行其他如求列和、列和代表的字符的运算;-inmatrix function creates a matrix of equal size with x 2, corresponding to decimal conversion table, the generated conversion table corresponding to the
bp_erjinzhi
- 运用三层BP网络结构(输入层、隐含层、输出层)实现算法,进行十进制与二进制的转换。-The use of three-tier structure of BP network (input layer, hidden layer, output layer) implementation algorithm, and binary to decimal conversion.
transform
- 在matlab中实现十进制到有符号定点二进制的转换-To achieve in matlab decimal to binary signed conversion of fixed-point
B2DandD2B
- Binary to decimal conversion and Decimal tobinary conversion.
10to2
- 实现十进制到二进制的转换,是用MATLAB程序写的。考虑很 全面。-Implement decimal to binary conversion program is written in MATLAB. Considered comprehensive.
fine
- ecg信号读取与二进制到十进制转换,为处理做准备-read ecg signal with the binary to decimal conversion, in preparation for the treatment
convert
- 基于matlab的图像二值转换程序,在Matlab上可以运行-Matlab binary image based on the conversion process, can be run in Matlab
youchengbianjiema
- 游程编码 输入一个一维数组,会将其内容进行编码,编码程序中包含十进制与二进制之间的相互转换。解码为其逆过程-RLE enter a one-dimensional array, its contents will be encoded, encoding process includes the interaction between decimal and binary conversion. Decode its reverse process
shito2m
- 十进制转化为二进制 m代码 很精简的一个代码,十六位二进制转化都十分迅速-Decimal into binary m code very concise code, very fast 16-bit binary conversion
CONVERSION
- MATLAB CODE TO DO BINARY TO TEXT CONVERSION AND VICE VERSA
convert
- 本程序在matlab中实现了十进制到二进制数的转换,包括正数与负数,并且输出位宽和精度可以自己调整。-The program is implemented in matlab decimal to binary conversion, including positive and negative numbers, and the output bit width and precision can be set
TENTRANSFER
- matlab中十进制转化为二进制,程序运行良好,通过测试均正确-matlab decimal to binary conversion, the program runs well, pass the test are correct
float_and_binary
- 将浮点数和32位二进制相互转换。一共四个m文件,三个函数:小数点转二进制,浮点数转二进制,二进制转浮点;最后一个:调用函数。 希望能帮到有需要的人- floating point Numbers and 32-bit binary conversion to each other. four m file, three functions: decimal to binary, float to binary, binary to float The last one: the callin
dectobin
- 实现含有整数和小数部分十进制到二进制的转换- Achieve decimal to binary conversion contain integer and fractional part
16QAM
- 可以实现16QAM的仿真,包含二四进制转换,数据调制,解调思路,以及星座图绘制等,每部分都是一个单独的函数,模块化编程思想,非常清晰易懂。可以自己改变一些参数,从而应用于不同的平台。-16QAM simulation can be achieved, including twenty-four binary conversion, data modulation, demodulation, ideas, and constellation mapping, etc., each section
BCD
- decimal to binary conversion