代码搜索:精度
找到约 2,443 项符合「精度」的源代码
代码结果 2,443
www.eeworm.com/read/274556/7127006
m e0545.m
syms x;f=cos(x-pi/6)*sin(x+pi/6) ;
s=int(f,x,0,2*pi) %求符号定积分,执行结果为符号表达式
double(s) %把符号表达式转换为双精度数值
www.eeworm.com/read/452964/7428594
txt 例4.5.txt
例4.5 求3个数中最大的数(分别考虑整数、双精度数、长整数的情况)。
#include
using namespace std;
int main( )
{int max(int a,int b,int c); //函数声明
double max(double a,double b,double c); //函数声明
long
www.eeworm.com/read/442550/7649425
m gong_e1.m
function [ output_args ] = Gong_E1( input_args )
%GONG_E Summary of this function goes here
% Detailed explanation goes here
times=1;
circles=1;
x1=input('请输入初始点[x1,x2]=');
s=input('请输入精度s=');
www.eeworm.com/read/437020/7757053
m expkrigingp.m
function[a,b,s]=exp(x)
a=0.5:0.5:10;
a=a';%输入数据S
b=exp(a);%输入数据Y
s=0;%精度
theta=10;lob=0.01;upb=20;
[dmodel, perf]=dacefit(a,b,@regpoly0,@corrgauss,theta,lob,upb);
c=4.01:0.01:6;
c=c';%检验点
d=e
www.eeworm.com/read/437020/7757058
m sinkriging.m
function[a,b,s]=sin(x)
a=0.5:0.5:10;
a=a';%输入数据S
b=sin(a);%输入数据Y
s=0;%精度
theta=10;lob=0.01;upb=20;
[dmodel, perf]=dacefit(a,b,@regpoly0,@corrgauss,theta,lob,upb);
c=4.01:0.01:6;
c=c';%检验点
d=s
www.eeworm.com/read/433368/7937173
m e0545.m
syms x;f=cos(x-pi/6)*sin(x+pi/6) ;
s=int(f,x,0,2*pi) %求符号定积分,执行结果为符号表达式
double(s) %把符号表达式转换为双精度数值
www.eeworm.com/read/144153/12811208
java arith.java
// 这是一个数数学计算的class 缩略图生成的时候需要用到。
package com.gamvan.tools;
import java.math.BigDecimal;
public class Arith {
//默认除法运算精度
private static final int DEF_DIV_SCALE = 10;
/**
*
www.eeworm.com/read/241836/13113514
m adja.m
function adja(uw,fit2) %方位角精度评定
global m3 x y s t az
lo=206264.8062470964;
fprintf(fit2,'adjusted azimath \n i pn(s) pn(t) az va(") az+va ma');
for i=1:m3
d
www.eeworm.com/read/241836/13113849
m adja.m
function adja(uw,fit2) %方位角精度评定
global m3 x y s t az
lo=206264.8062470964;
fprintf(fit2,'adjusted azimath \n i pn(s) pn(t) az va(") az+va ma');
for i=1:m3
d
www.eeworm.com/read/241836/13114042
m adjs.m
function adjs(uw,fit2) %边长观测精度
global ed dd sd pn m1 e d sid x y
fprintf(fit2,'adjusted sides \n');
fprintf(fit2,' i pn(e) pn(d) side vs(cm) side+vs ms\n');