搜索资源列表
关于网络号及主机号的计算方法
- 1)将IP地址和子网掩码分别换算成二进制 2)将二者进行与运算 3)将运算结果换算成十进制,这就是网络地址。 网络程序员中关于子网划分的问题
数据转换图文并茂
- 今天翻了一本计算机基础的书籍,其中十进制、二进制、八进制、十六进制之间的转换挺有意思的,也容易犯糊涂,特温故而知新。
vc.rar
- vc计算器 有 二进制,十进制,八进制,十六进制 科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行,vc Calculator are binary, decimal, octal, hexadecimal scientific computing function, including the (Anti-) sinusoidal, (anti-) cosine, (anti-) tangent, (anti-) Cotangent, prescrib
kuhanshu
- 1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的相互转换子程序进行了彻底改写,提高了运算精度和可靠性。 (3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的工作变得更简单直观。 在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7
libraryIEEE
- 如何将八位二进制数转成十进制数并通过三位数码显像管输出-How to convert a binary number to 8 decimal number and through three digital CRT output
format
- 二进制、十进制和十六进制及其相互转换的公式-Binary, decimal and hexadecimal and their mutual conversion formula
8421BCD
- 8421bcd 编码 把十进制数字转换为8421bcd型二进制序列,例如11=00010001-8421bcd coded decimal numbers into 8421bcd the type of binary sequences, such as 11 = 00010001
ga
- GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
myq
- 可以实现十进制转换成任意字长的二进制。并又可以按照这个二进制转换成十进制。这个程序对于分析不同字长对于IIR数字滤波器和FIR滤波器的影响是非常有用的。-Decimal to convert any word length of the binary. And also in accordance with this binary to decimal conversion. This program is very useful for the analysis of the impact o
matlab-bin
- MATLAB 二进制 相关函数介绍 十进制数转换为二进制数 等-MATLAB binary correlation function
convert
- 自己写的二进制补码转十进制有符号数的转换程序,程序虽小但很实用,可用作测试fpga的借口程序,已经过测试没有问题。-Twos complement to write their own turn decimal number of symbols of the conversion program, the program is small but very practical excuse can be used as a test fpga program has been tested a
a
- vb编写的进制转换程序源码,可以实现十六进制转换为二进制、二进制转化为十六进制、十六进制转化为十进制、八进制转化为十进制、二进制转化为十进制、十进制转化为十六进制、十进制转化为八进制、十进制转化为二-vb prepared by the hex conversion program source code, can be achieved hex conversion to binary, binary into hexadecimal, converted to hex decimal, oc
dsp1
- matlab实现十进制转为二进制的小程序,并且含有一篇定点数除法的论文-matlab decimal to binary program, and contains a fixed number of points of division papers
counter
- 一、基础部分(70 ) 设计一个简易计算器,它具有下列运算功能: 1. 两个无符号的8位二进制数的相加; 2. 两个无符号的8位二进制数的相减; 3. 数值和运算符用4×4键盘输入,输入的值为十进制,其中A为“+”,B为“-”,C为“退格”E为“=”, 4. 数值用数码管以十进制形式显示,以加法为例,初始时显示全“0”,先输入被加数,输入时数字顺序是从左到右。例如,输入1、2、3应该在显示器上上显示“123”,在输入运算符,按下运算符键后,数码管显示全“0”,再输入加数,方法
Calculator-program
- 基于对话框的应用程序中模拟一个计算器,本计算器可以进行十进制下的四则运算(加、减、乘、除)和四则混合运算,可以把十进制转化为二进制或十六进制,可进行带括号运算,文档内有详细的算法实现及源代码。-failed to translate
VB--Various-binary-conversion
- VB源码,关于二进制、八进制、十进制和十六进制之间的转换。-VB source code, on the binary, octal, decimal and hexadecimal conversion between.
ZH
- 任意长度的二进制的浮点数向十进制的浮点数的转换-Arbitrary length binary floating-point number to decimal floating-point conversion
conversion
- 微机原理:使用汇编语言将二进制转换成十进制显示-the conversion Binary to decimal
ConvNums
- 二进制十进制十六进制互相切换,方便快捷,欢迎使用-A binary switch
Test9
- c语言实现输入一个十进制数,将其转换为二进制数(C language to enter a decimal number, converted to binary number)