搜索资源列表
dec_to_bi
- OFDM中的关于二进制转十进制器的个人设计的MATLAB的算法,比较经典的 !-OFDM on the binary switch to the metric system for the design of personal MATLAB algorithm, more classic!
bin_to_dec
- 可转大量超长二进制为十进制,例如三千个64位二进制可在3秒内完成-may make substantial long binary to decimal, such as 3000 64 in binary completed within 3 seconds
numt_convert.zip
- 十进制、八进制、二进制、十六进制的相互转换,Decimal, octal, binary, hexadecimal conversion
jinzhizhuanhuan
- 常用的各种进制转换,包括十六进和十进制互转,二进制、ascall的转换-A variety of commonly used M-ary conversion, including conversion hexadecimal and decimal, binary, ascall conversion
dectobin
- matlab实现任意十进制和二进制的转换-matlab to achieve arbitrary decimal and binary conversion
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
TenToTwelve
- 该软件实现了将十进制转化为十二进制,对于任意给定的十进制,都可以转化为十二进制-The software will realize the ten decimal into binary, for any given metric, can be translated into ten binary
dec2bin
- matlab编写,文件1将十进制数据转换成二进制数据的小程序;文件2将matlab的mat数据转成适用FPGA的mif格式-matlab write, file a decimal data into binary data of small programs file 2 to the mat matlab data into the FPGA-mif format for
visual-basic-jisuanqi
- 用visual basic 做的一个计算器,除了基本的加减乘除外,可以实现二进制转十进制,二进制转八进制,二进制转十六进制等-Visual basic to do with a calculator, in addition to basic addition and subtraction, multiplication, except the binary can turn decimal, binary to octal, binary to hex, etc.
matlab_for_CRC
- 用MATLAB随机产生12000个均匀分布的随机数,先转换成二进制数,计算CRC,然后再转成十进制数,统计冲突结果。-Generate 12000 random number,then calculate the CRC and the result.
ti6
- 十进制转二进制小程序,适合c语言初学者学习-Decimal to transfer binary program, for c language for beginners to learn
yichuansuanfa
- 遗传算法,基因突变函数,交叉函数,二进制转十进制,十进制转二进制-Genetic algorithms, function mutation, crossover function, binary to decimal, decimal to binary
VB-code-system-conversion
- VB二进制十进制八进制十六进制互转的代码十进制转二进制-VB binary decimal octal hexadecimal code system conversion decimal to binary
matlab十进制转二进制
- matlab程序,可以将十进制的正数或负数转换为二进制有符号数,带详细注释。