CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - atof
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - atof - List
[
Windows Develop
]
formulaC++20080625
DL : 0
该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace:字符串替换函数 printf: 这些函数基本与同名c函数相同 4、可预先编写一组脚本文件,编译时为每个文件指定ID,供调用时选择
Date
: 2008-10-13
Size
: 424.52kb
User
:
范哲伟
[
Windows Develop
]
formulaC++20080625
DL : 0
该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace:字符串替换函数 printf: 这些函数基本与同名c函数相同 4、可预先编写一组脚本文件,编译时为每个文件指定ID,供调用时选择-The component can be used to prepare the string and digital processing script for run-time access to results of the implementation of one call, components can call the reference main.cpp2, the preparation of the script can refer to debug/my.cfg3, may call the system function has atof : convert a string to float ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace: string replace function printf: These functions are basically the same with the same name c function 4, can be prepared in advance by one Group script file, compile-time specified for each document ID, call for selection
Date
: 2025-07-04
Size
: 425kb
User
:
范哲伟
[
Mathimatics-Numerical algorithms
]
06104406HW06-partA
DL : 0
sample c functions atof , strstr and memcmp.. these function was writtend again ...if u have a question please contact umarsizcocuk@gmail.com
Date
: 2025-07-04
Size
: 2kb
User
:
kara
[
Com Port
]
atof
DL : 0
能够把字符串类型转换为所需各种浮点型的的C++程序-atof
Date
: 2025-07-04
Size
: 336kb
User
:
李连节
[
Windows Develop
]
C
DL : 0
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:") gets(temp) data.score[2]=atof(temp) printf("Please shuru zhengzhiscore:") gets(temp) data.score[3]=atof(temp)
Date
: 2025-07-04
Size
: 5kb
User
:
wangming
[
Data structs
]
atof
DL : 0
将字符串转换为浮点数子的小程序 -Please carefully write the upload information, including content description (at least 20 words). Try not to let the owners have spent the time you fix instructions. Can not have a password archive decompression.
Date
: 2025-07-04
Size
: 4kb
User
:
Michael
[
Other
]
FTOA2
DL : 0
将浮点类型转换为字符串,相当于atof的反函数,vs2008-Convert floating-point type to a string, which is equivalent to the inverse function of atof, vs2008
Date
: 2025-07-04
Size
: 504kb
User
:
PC
[
Other
]
a
DL : 0
字符与整形,实型之间的相互转换,不调用atof等函数来实现操作-Conversion between the character and shaping, the real, do not call atof function to achieve the operation
Date
: 2025-07-04
Size
: 1kb
User
:
tata
[
Algorithm
]
main
DL : 0
字符串转浮点数,解决KEIL的atof不能使用-The string turn a floating-point number, solve KEIL atof can not use
Date
: 2025-07-04
Size
: 1kb
User
:
ccq
[
Other
]
浮点数运算
DL : 1
浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd); dwrd fsub(dwrd, dwrd); dwrd fmul(dwrd, dwrd); dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation. Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult. typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd); dwrd fsub(dwrd, dwrd); dwrd fmul(dwrd, dwrd); dwrd fdiv(dwrd, dwrd);)
Date
: 2025-07-04
Size
: 535kb
User
:
游哉
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.