代码搜索:accurate

找到约 951 项符合「accurate」的源代码

代码结果 951
www.eeworm.com/read/135153/5889660

readme

ksymoops has been removed from the kernel. It was always meant to be a free standing utility, not linked to any particular kernel version. The latest version can be found in ftp://ftp..kerne
www.eeworm.com/read/110972/6162041

wince readme.wince

NOTE: SDL is NOT SUPPORTED on the WinCE platform! This is for experimental purposes only. There are several SDL features not available in the WinCE port of SDL. - DirectX is not yet availab
www.eeworm.com/read/216898/14988033

texi arrays-stencils.texi

@cindex stencil objects @cindex Array stencils Blitz++ provides an implementation of stencil objects which is currently @strong{experimental}. This means that the exact details of how they are decl
www.eeworm.com/read/162614/5527257

c 980619-1.c

int main(void) { float reale = 1.0f; float oneplus; int i; if (sizeof (float) != 4) exit (0); for (i = 0; ; i++) { oneplus = 1.0f + reale; if (oneplus == 1.0f) break;
www.eeworm.com/read/161513/5552308

java miflayer.java

// ********************************************************************** // // // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright
www.eeworm.com/read/370811/9584187

cpp 数值积分.cpp

//程序代码: #include #include #define f(x) (sin(x)) #define a 0.0 #define b 4.0 //复化梯形积分的通用函数 double CT(double n) { double h=(b-a)/n; double T=(f(a)+f(b))/2; int i; f
www.eeworm.com/read/237003/13983918

texi arrays-stencils.texi

@cindex stencil objects @cindex Array stencils Blitz++ provides an implementation of stencil objects which is currently @strong{experimental}. This means that the exact details of how they are decl
www.eeworm.com/read/281000/10273658

cpp fig06_27.cpp

/** * Internal method to merge two roots. * Assumes trees are not empty, and h1's root contains smallest item. */ LeftistNode * merge1( LeftistNode *h1, LeftistNode *h2 )
www.eeworm.com/read/319330/13455864

m trainsomnet.m

function [Net,Jd,JdCycle]=TrainSOMNet(Net,KernelType) R=Net.VectorDim;%向量数 Q=Net.VectorNum;%向量数 ClassNum=Net.ClassNum;%分类类别数 MaxCycle=Net.MaxCycle;%最大循环次数 Lr=Net.Lr;%学习率 Winner=Net.Winner;%获胜类别
www.eeworm.com/read/152695/5668585

h jffs2.h

/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright (C) 2001 Red Hat, Inc. * * Created by David Woodhouse * * The original JFFS, from which the de