代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/163682/10149679
c uformat.c
/* uformat.c - K&R C standard output formatting */
/* (c)1989 Real-Time Specialties, inc. */
/************ Valid conversion specifications:
% {-} {nnn} {.} {mmm} {l} {d,o,x,u,c,s,e,f,g}
www.eeworm.com/read/163682/10149749
c printf.c
/* printf.c */
extern putchar();
printf(fmt,firstparm)
char *fmt;
{
return uformat(putchar,fmt,&firstparm);
}
/* uformat - K&R C standard output formatting */
/************ Va
www.eeworm.com/read/163682/10149756
c uformat.c
/* uformat.c - K&R C standard output formatting */
/* (c)1989 Real-Time Specialties, inc. */
/************ Valid conversion specifications:
% {-} {nnn} {.} {mmm} {l} {d,o,x,u,c,s,e,f,g}
www.eeworm.com/read/358469/10188867
m c5_3_1.m
clear all;
clf;
N=256;
N1=10;
N2=300;
f=64;
n=2;
da=1.5.^0.03;
adot=16
www.eeworm.com/read/357125/10215857
java labelbasedevaluation.java
package mulan.evaluation;
import weka.core.Utils;
/**
* Calculate measures separately for each label and average the results. Macroaveraging.
* @author rofr
*/
public class LabelB
www.eeworm.com/read/356989/10218147
f90 md1.f90
! MD1: a simple, minimal molecular dynamics program in Fortran 90
!
! Lennard-Jones potential, 'velocity' Verlet time integration algorithm.
! Computes kinetic and potential energy, density, pres
www.eeworm.com/read/355546/10258188
c openlpc.fixed.c
/*
Fixed point OpenLPC codec
Copyright (C) 2003-2005 Phil Frisbie, Jr. (phil@hawksoft.com)
This is a major rewrite of the orginal floating point OpenLPC
code from Future Dynamics. As suc
www.eeworm.com/read/353980/10400669
cc decode.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/353980/10400676
hh quantizer.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/353980/10400704
hh allocator.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm