搜索资源列表
12abc
- 可以完成十进制到二进制和二进制到十进制之间的转换-be completed decimal to binary and decimal to binary conversion between the
inet_ntop
- 实现inet_ntop的功能, 将网络二进制转换成点分十进制,在linux下运行-Achieve inet_ntop function, the network converts the binary decimal point, to run in linux
ip
- 1、任务:设计一个能够识别IP地址类型的软件 2、功能要求:随意输入一个IP地址(十进制表示),要求能够输出该IP地址二进制表现形式,并能指出该地址属于A,B, C, D,E类中的哪一类。 -1, task: to design an IP address can identify the 2 types of software, functional requirements: Enter a random IP address (decimal), the requirements
jinzhi
- c语言下根据用户的输入进行进制转换,第一个是10进制数,第二个是想转的格式(2,8,16)-c language based on user input for the next binary conversion, the first one is 10 decimal, the second is to switch the format (2,8,16)
ten2two.tar
- 十进制转换为二进制,在linux环境下,通过栈,简易的实现数字在不同进制之间的转换的C实现代码-Decimal to binary in linux environment, through the stack, a simple digital conversion between the different C-band implementation code
rank
- 本算法与书上的相比稍微改动了一些。 因为日常加密中,明文不单是数字,经常会有字母或者其他字符出现。 本程序的思想就是先把明文以字符形式读取,转化成ASCII码,再把ASCII码转化成数字形式。 因为ASCII码共有256个也就是2的8次方,占8位二进制,把这八位二进制分为两部分,每部分占4位进行加密。 加密的算法和书上类似,先用密钥选取表,行,取反,然后与明文做异或,移位等运算。 最后得出两个4位的二进制数,合为一个,转化成十进制形式存储为密文。-The algorithm
NEW11
- 打开一个数据文件,dat或者txt都可以,显示在左边编辑框,并将其转换为二进制,十进制,八进制,十六进制任意进制的数据并显示到右边的列表框,然后保存到自己的路径下面。-Open a data file, dat or txt can be displayed on the left of the edit box, and convert it to binary, decimal, octal, hexadecimal, binary data and display any to the r
cephes-math-28.tar
- Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
ToBinary
- vc——将十进制数转换为二进制输出\ToBinary-vc- Converts a decimal number to binary output \ ToBinary
ToBinary
- 将十进制数转换为二进制输出\ToBinary\ToBinary.rar,很不错的vc源码,希望对大家有所帮助。-Converts a decimal number to binary output \ ToBinary \ ToBinary.rar, very good vc source code, we want to help.
MFC_zhan
- 本系统是用栈写的进制转换器,进制转换,从十进制到二进制,八进制,十六进制-The system stack write hex converter, hex conversion from decimal to binary, octal, hexadecimal
calculator
- 实现计算器的功能。主要功能要求如下: ⑴ 计算任意一个常量算术表达式的加法、减法、除法以及乘法。运算数可缺省为十进制的整数和小数,其它可选项为二进制,八进制和十六进制。 ⑵ 实现计算器的其它功能,如求对数,平方根等。 ⑶ 要求使用图形界面。人机界面友好。如用户输入错误在计算之前可以修改 -Achieve the function of the calculator. The main functional requirements are as follows: ⑴ calcul
jinzhi-2--8-16--change
- 二进制,十进制,十六进制进行相互转换,非常好用,欢迎下载-Binary, decimal, hexadecimal, mutual conversion, very easy to use, welcome to download
DialogBase
- ComboBox 整型四则运算器,VC++源码编写,同时可计算对两个10进制整数的10进制结果、16进制结果、2进制和8进制结果,也就是进行多种数制运算,自己写计算程序的时候灵感而发写的,让高手莫笑了。-The ComboBox integer the four arithmetic unit, prepared by the VC++ source, at the same time can be calculated to two decimal integer decimal, hexad
DialogBase
- 一个进制转换程序,基于VC++源码实现,可将10进制整型转换成2、8、16进制,类似的转换程序已有不少了,再次发给大家这个,希望你能多一份参考范例。-A binary conversion process, achieve based on VC++ source, can be converted into a decimal integer 2,8,16-band, similar to the conversion process has been a lot of re-issue we
ConvNums
- 在visual c++环境实现进制间的转换二进制八进制十进制十六进制-Converting binary visual c++ environment to achieve inter octal binary decimal hexadecimal
decimal-number-to-binary
- VC与C++开发基础 1 7将十进制数转换为二进制输出-VC and C++ development base 17 decimal number into a binary output
e_pow
- The hexadecimal values are the intended ones for the following constants. The decimal values may be used, provided that the compiler will convert decimal to binary accurately enough to produce the hexadecimal values shown. -The hexadecimal values a
binaryConversion100
- 此算法的功能为将一个十进制整数转化为二至九进制之间的任何一进制数并且输出-The function of this algorithm will be a decimal integer into binary anywhere between two to nine the number and the output of a binary
ZHQF9
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换(A set of transition function for hexadecimal string octal binary string string to a decimal integer transform each other)