搜索资源列表

  1. formulaC++20080625

    0下载:
  2. 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:434708
    • 提供者:范哲伟
  1. formulaC++20080625

    0下载:
  2. 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split:
  3. 所属分类:Windows编程

    • 发布日期:2024-09-28
    • 文件大小:435200
    • 提供者:范哲伟
  1. 06104406HW06-partA

    0下载:
  2. sample c functions atof , strstr and memcmp.. these function was writtend again ...if u have a question please contact umarsizcocuk@gmail.com
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-28
    • 文件大小:2048
    • 提供者:kara
  1. atof

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

    • 发布日期:2024-09-28
    • 文件大小:344064
    • 提供者:李连节
  1. C

    0下载:
  2. printf("Please shuru zhengzhiscore:") gets(temp) data.score[3]=atof(temp) data.score[4]=data.score[0]+data.score[1]+data.score -gets(temp) data.score[1]=atof(temp) printf("Please input yingyu score:") get
  3. 所属分类:Windows编程

    • 发布日期:2024-09-28
    • 文件大小:5120
    • 提供者:wangming
  1. atof

    0下载:
  2. 将字符串转换为浮点数子的小程序 -Please carefully write the upload information, including content descr iption (at least 20 words). Try not to let the owners have spent the time you fix instructions. Can not have a password archive deco
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-28
    • 文件大小:4096
    • 提供者:Michael
  1. FTOA2

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

    • 发布日期:2024-09-28
    • 文件大小:516096
    • 提供者:PC
  1. a

    0下载:
  2. 字符与整形,实型之间的相互转换,不调用atof等函数来实现操作-Conversion between the character and shaping, the real, do not call atof function to achieve the operation
  3. 所属分类:其他小程序

    • 发布日期:2024-09-28
    • 文件大小:1024
    • 提供者:tata
  1. main

    0下载:
  2. 字符串转浮点数,解决KEIL的atof不能使用-The string turn a floating-point number, solve KEIL atof can not use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-28
    • 文件大小:1024
    • 提供者:ccq
  1. 浮点数运算

    1下载:
  2. 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-28
    • 文件大小:547840
    • 提供者:游哉

源码中国 www.ymcn.org