搜索资源列表
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
Linux
- linux专用的C语言标准函数。如将字符串转换成整型或者浮点型-linux dedicated C language standard function
atof
- 能够把字符串类型转换为所需各种浮点型的的C++程序-atof
CRC_and_float_change_designer
- vb下实现对发送字符串的CRC校验,并能够将接收到的字符转换为浮点,实现浮点变换-vb send a string to achieve under the CRC, and can be received is converted to floating-point character, to achieve floating-point conversion
Speed
- 本程序是基于单片机的红外线测速仪,程序中包括4位数码管的驱动,红外管的中断计时、浮点型数据到字符串的转换等模块。-This procedure is based on the MCU infrared gun, the program includes four LED driver, infrared tube interrupt time, floating-point data to string conversion module.
itoa-and-atoi
- 语言提供了几个标准库函数,可以将任意类型(整型、长整型、浮点型等)的数字转换为字符串.-Language provides several standard library functions can be any type (integer, long integer, floating point, etc.) number into a string.
myString
- 编写一个String类,并提供基本的字符串操作(如:字符串相加,获取字符串长度,字符串比较,字符串转换整形/浮点,获取C语言格式的字符串等操作),并编写程序使用该String类。 -Write a String class, and provide basic string operations (such as: adding a string to get the string length, string comparison, string integer/floating poin
StringFunction
- 这是C++中常用到的处理字符串的相关函数,具有判断某个字符是否是数字或字母等功能,还有字符与整型,浮点型,长整型等的转换,还有字符之间的操作。希望会对大家有所帮助吧-This is the C++ used to handle string correlation function, to determine if the specified character is a numeric or alphanumeric and other functions, there are charact
FTOA2
- 将浮点类型转换为字符串,相当于atof的反函数,vs2008-Convert floating-point type to a string, which is equivalent to the inverse function of atof, vs2008
ftos
- 该函数完成,把一个浮点型数据转换成字符串,仅保留两位小数-The function completed, a floating-point type data is converted to a string, and only two decimal places
MyFtoA
- 浮点转换为字符串函数,,能够高效实现转换,且可移植性好-Floating point conversion to a string function , can effectively implement conversion and portability
msOS_V0.12_20150910
- msos 2015年9月11日 1、Gui增加单精度浮点类型GuiDataTypeFloatDec,字符串直接显示类型GuiDataTypeString,采用sprintf解析数字,转换成字符显示,ModifyTextBoxData函数全新设计,支持对单精度数据类型float加减。 2、App和Menu中增加了单精度浮点数据类型的例子和直接字符串显示的例子。 3、增加data和menu数据类型,在系统层定义了data的全局指针AppDataPointer,这样便于在系统设
algorithm
- 常用的字符串处理算法的c程序,如数出一串字符串有几个逗号,小数点前后的整型与浮点型数字的转换-Commonly used string processing algorithm c procedures, such as out of a string of several commas, the decimal point and integer and floating-point digital conversion
