保留 x 小数点后 n 位 C++功能代码,float blnXSFun(float x,int n)。

时间:2022-04-18 13:16:34
【文件属性】:

文件名称:保留 x 小数点后 n 位 C++功能代码,float blnXSFun(float x,int n)。

文件大小:1.7MB

文件格式:ZIP

更新时间:2022-04-18 13:16:34

保留N位小数 C++VS2012源代码 纯手写功能块

保留 x 小数点后 n 位 C++功能代码,float blnXSFun(float x,int n)。 float a=1.23456789; float c; c = blnXSFun(a,2) c = 1.23000000;


【文件预览】:
BLNXS
----BLNXS.v11.suo(18KB)
----BLNXS.sdf(2.94MB)
----BLNXS()
--------stdafx.cpp(210B)
--------stdafx.h(233B)
--------BLNXS.vcxproj(4KB)
--------targetver.h(236B)
--------BLNXS.cpp(498B)
--------BLNXS.vcxproj.filters(1KB)
--------Debug()
--------ReadMe.txt(1KB)
----BLNXS.sln(882B)
----ipch()
--------blnxs-d28912c1()
----Debug()
--------BLNXS.ilk(240KB)
--------BLNXS.exe(32KB)
--------BLNXS.pdb(499KB)

网友评论