搜索资源列表
fdec2bin_diy
- 把输入的十进制小数,转换为二进制。输入的十进制区分正负数-no descr iption
bin2fdec_diy
- function [fdec_out] = bin2fdec_diy(indata,q1,q0) 把输入二进制小数,转化为十进制小数 输入的二进制最高位为0,表示输入的二进制数为正数,反之为负数 indata: 输入的的二进制数据,字符类型 q0: 正数位的个数,数字类型 Author: xcw Data: 2011-07-28 -no descr iption
szjzzh
- 数字进制转换:输入任意一个十进制数,能转换成二进制和十六进制。-Digital hex conversion: enter any decimal number,and they can be converted into binary and hexadecimal.
shito2m
- 十进制转化为二进制 m代码 很精简的一个代码,十六位二进制转化都十分迅速-Decimal into binary m code very concise code, very fast 16-bit binary conversion
function-y
- 此程序代码是实现将十进制小数转换为二进制数。-Achieve decimal is converted to a binary number
aaa
- 矩阵运算的例子,雅克比迭代,高斯迭代,还有十进制向二进制、八进制、十六进制转换的MATLAB源代码。-Examples of matrix operations, Jacobi iteration, Gauss iteration, and decimal to binary, octal, hexadecimal conversion of MATLAB source code.
yichuansuanfa
- 遗传算法,基因突变函数,交叉函数,二进制转十进制,十进制转二进制-Genetic algorithms, function mutation, crossover function, binary to decimal, decimal to binary
jinhuayichuansuanfa
- 包含二进制和十进制进化算法,以及算法中二进制和十进制之间爱你的转化-Include binary and decimal evolutionary algorithm, and algorithm of love your conversion between binary and decimal
hunheyichuansuanfa
- 包含精英保留策略的二进制/十进制可选择遗传算法编码-Elitist strategy contains binary/decimal coding genetic algorithm to select
jisuanqi
- 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
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
求负数的补码
- 在matlab中虽然有dec2bin函数可以将十进制数转换为二进制数,但是它只能对正数计算,而无法求负数的补码,此程序实现在matlab中编程求负数的补码。
bi_to_float
- 二进制ieee754标准与十进制的浮点数之间的转换,程序很小,希望有帮助。-Convert binary and decimal floating-point standard ieee754 between the program is very small, want to help.
TENTRANSFER
- matlab中十进制转化为二进制,程序运行良好,通过测试均正确-matlab decimal to binary conversion, the program runs well, pass the test are correct
dectobin
- 实现含有整数和小数部分十进制到二进制的转换- Achieve decimal to binary conversion contain integer and fractional part
matlab
- matlab遗传算法实例,如何将二进制编码转化为十进制数,如何计算适应度等。-matlab genetic algorithm example
readdata
- 将采集的二进制数据转化成十进制数据读取出来,内部程序,有需要的可以下载。-read the binary data
GA
- 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
readEcg
- 本代码可将自主研发的心电采集设备中的ECG数据读取并显示。原始数据以二进制格式存储,该程序可将实验室自采数据转换为十进制数并显示在界面中。要求输入的文件格式为.txt或.ecg文件。(This code can read and display ECG data in self-developed ECG acquisition equipment. The original data is stored in binary format. The program can convert lab