代码搜索:测温精度
找到约 2,905 项符合「测温精度」的源代码
代码结果 2,905
www.eeworm.com/read/429173/8815373
doc 高精度.doc
www.eeworm.com/read/298570/7950776
txt 高精度.txt
//高精度最终较完美解[url]http://acm.zjnu.cn/show.asp?tab=arithmetic&id=67[/url]
//done by smallrain . 05,4,7
#include
#include
#include
#include"time.h"
using namespace std;
www.eeworm.com/read/407541/11417108
cpp 实数精度.cpp
#include /*实数精度*/
void main()
{
printf("\n");
float a; //单精度实变
double b; //双精度实变
a=55555.5555555555f; //float类型数值加后缀f或F
b=55555.5555555555;
printf(" a=%f-----%cf格式
www.eeworm.com/read/254703/12123232
ncb 高精度.ncb
www.eeworm.com/read/254703/12123235
plg 高精度.plg
Build Log
--------------------Configuration: 高精度 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\刘伟高\LOCAL
www.eeworm.com/read/254703/12123237
dsw 高精度.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "高精度"=".\高精度.dsp" -
www.eeworm.com/read/254703/12123238
opt 高精度.opt
www.eeworm.com/read/254703/12123241
cpp 高精度.cpp
#include
using namespace std;
#include
void change(char *a);
void add(char *a,char *b,char *c);
//void mul(char *a,char *b,char *c);
int main()
{
char a[1000]={'0'},b[1000
www.eeworm.com/read/254703/12123243
dsp 高精度.dsp
# Microsoft Developer Studio Project File - Name="高精度" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/218325/14926446