搜索资源列表
linear_code
- 线性码,包含生成矩阵,冗余校验矩阵,编码,译码,十进制二进制转换-linear code, including generate matrix, parity check matrix, syndrome decoding, decimal to binary converter and so on.
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
NRZL
- converting decimal to binary (NRZ-L), Non return to zero level
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.
QAM
- I have created my first qam model box with simple conversions. Contains binary to decimal and vice versa conversions.
B2DandD2B
- Binary to decimal conversion and Decimal tobinary conversion.
ConvenDecoder
- binary to decimal converter
fine
- ecg信号读取与二进制到十进制转换,为处理做准备-read ecg signal with the binary to decimal conversion, in preparation for the treatment
decimal-and-binary
- matlab 十进制与二进制的转换 包括二进制转换为十进制;也包括十进制转换为二进制-decimal to binary binary to decimal
bintodec
- converts binary to decimal and decimal to binary
yichuansuanfa
- 遗传算法,基因突变函数,交叉函数,二进制转十进制,十进制转二进制-Genetic algorithms, function mutation, crossover function, binary to decimal, decimal to binary
Bin2Hex32
- Convert binary to 32 bit hexa decimal value
jisuanqi
- 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
bi_to_float
- 二进制ieee754标准与十进制的浮点数之间的转换,程序很小,希望有帮助。-Convert binary and decimal floating-point standard ieee754 between the program is very small, want to help.
mybin2dec
- converts binary to decimal, and also 2 s complement to decimal,
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
201400525-201400564-P1
- Binary to decimal floating point conversion
binaryrep
- 用Matlab编整数转8位二进制,8位二进制转整数,小数转32位二进制及32位二进制转小数的方法(Convert integer to 8 bit binary, 8 bit binary to integer, decimal to 32 bit binary and 32 bit binary to decimal in Matlab.)