CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符串转换 浮点

搜索资源列表

  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.99kb
    • 提供者:胡朋
  1. Linux

    0下载:
  2. linux专用的C语言标准函数。如将字符串转换成整型或者浮点型-linux dedicated C language standard function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6.55kb
    • 提供者:欧海辰
  1. atof

    0下载:
  2. 能够把字符串类型转换为所需各种浮点型的的C++程序-atof
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:336.16kb
    • 提供者:李连节
  1. CRC_and_float_change_designer

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:23.75kb
    • 提供者:xie xiao fei
  1. Speed

    0下载:
  2. 本程序是基于单片机的红外线测速仪,程序中包括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.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1.06kb
    • 提供者:fish
  1. itoa-and-atoi

    0下载:
  2. 语言提供了几个标准库函数,可以将任意类型(整型、长整型、浮点型等)的数字转换为字符串.-Language provides several standard library functions can be any type (integer, long integer, floating point, etc.) number into a string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5.99kb
    • 提供者:王书政
  1. myString

    0下载:
  2. 编写一个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
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8.74kb
    • 提供者:lining
  1. StringFunction

    0下载:
  2. 这是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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2.91kb
    • 提供者:亮辉
  1. FTOA2

    0下载:
  2. 将浮点类型转换为字符串,相当于atof的反函数,vs2008-Convert floating-point type to a string, which is equivalent to the inverse function of atof, vs2008
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:503.92kb
    • 提供者:PC
  1. ftos

    0下载:
  2. 该函数完成,把一个浮点型数据转换成字符串,仅保留两位小数-The function completed, a floating-point type data is converted to a string, and only two decimal places
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:617byte
    • 提供者:薛生
  1. MyFtoA

    0下载:
  2. 浮点转换为字符串函数,,能够高效实现转换,且可移植性好-Floating point conversion to a string function , can effectively implement conversion and portability
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:661byte
    • 提供者:luyun
  1. msOS_V0.12_20150910

    0下载:
  2. msos 2015年9月11日 1、Gui增加单精度浮点类型GuiDataTypeFloatDec,字符串直接显示类型GuiDataTypeString,采用sprintf解析数字,转换成字符显示,ModifyTextBoxData函数全新设计,支持对单精度数据类型float加减。 2、App和Menu中增加了单精度浮点数据类型的例子和直接字符串显示的例子。 3、增加data和menu数据类型,在系统层定义了data的全局指针AppDataPointer,这样便于在系统设
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:605.43kb
    • 提供者:aaa
  1. algorithm

    0下载:
  2. 常用的字符串处理算法的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
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:liu
搜珍网 www.dssz.com