搜索资源列表
StringFloat
- 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of sing
Calculate_N!_Code_in_Delphi
- 用Delphi编写的计算n!的方法,是用字符串转换的,速度很慢,可以用来与常规方法比较,了解各自的优越性-prepared by the Delphi calculating n! The method is the use of the string conversion, the speed is very slow. can be used with conventional methods, the understanding of the superiority of their re
ftoa.c
- This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Av
example1
- 建立图形演示系统菜单,包括plot,option,quit,三项。建立数制转换对话框。在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串,单击“退出”按钮退出对话框-Create a graphical presentation system menu, including the plot, option, quit, three. Build number system conversion dialog box. The left a
Program
- 矩阵转换问题 行与列的个数均为n 的矩阵称为n 阶方阵。假定矩阵中的每个元素的值在0到9之间,则可以将矩阵中的所有元素按行依次排列得到一个“单行矩阵字符串”。-Matrix conversion, the number of rows and columns of the matrix n are called n-order square. Assume that each element of matrix value in the 0 to 9, you can press all t
gtssssp
- 编写自定义函数int ctoi(char s[]),将字符串转换为对应的整数。其中 s是一个只包含数字的字符数组,函数返值为转换后所得整数。在main函数中验证结果。例如,字符串“512”转换后得到整数512。-Write a custom function int ctoi (char s []), to convert the string to the corresponding integer. Where s is a character array containing only
inet_addr1
- 若字符串有效则将字符串转换为32位二进制网络字节序的IPV4地址,能实现对应ip地址的转换。源码,方便学习交流-If the string will effectively convert the string to 32 binary network byte order IPV4 address, you can achieve the conversion of the corresponding ip address. Source facilitate learning exchang
HD2017Tool
- CBC、EBC模式下的DES、3DES算法,MAC算法,十六进制字符串与二进制字符串相互转化-CBC, EBC mode DES, 3DES algorithm, MAC algorithm, hexadecimal string and binary string mutual conversion
HextoBinTest
- 十六进制字符串与二进制字符串相互转化,C源码代码。使用起来很方便-Hexadecimal string and binary string mutual conversion, C source code. Use is very convenient