代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/366702/2876669
f90 subnormal_1.f90
! { dg-do run }
! { dg-options "-Wno-underflow" }
! Check that the chopping of bits of subnormal numbers works.
!
program chop
real x
x = 1.
if (tiny(x)/2. /= tiny(x)/2. - (nearest(tiny(x),1.) -
www.eeworm.com/read/194440/8193150
m shootrayvxz.m
function [t,r]=shootrayvxz(tstep,r0)
% SHOOTRAYVXZ RK4 raytracing in v(x,z) with nearest neighbor int.
%
% [t,r]=shootrayvxz(tstep,r0)
%
% Ray tracer for a 2D gridded velocity model. The model
%
www.eeworm.com/read/235612/14060258
m shootrayvxz.m
function [t,r]=shootrayvxz(tstep,r0)
% SHOOTRAYVXZ RK4 raytracing in v(x,z) with nearest neighbor int.
%
% [t,r]=shootrayvxz(tstep,r0)
%
% Ray tracer for a 2D gridded velocity model. The model
%
www.eeworm.com/read/470729/6906773
h cssproperties.h
/* This file is automatically generated from cssproperties.in by makeprop, do not edit */
/* Copyright 1998 W. Bastian */
#ifndef CSSPROPERTIES_H
#define CSSPROPERTIES_H
#define CSS_PROP_INV
www.eeworm.com/read/340194/12174245
h cssproperties.h
/* This file is automatically generated from cssproperties.in by makeprop, do not edit */
/* Copyright 1998 W. Bastian */
#ifndef CSSPROPERTIES_H
#define CSSPROPERTIES_H
#define CSS_PROP_INV
www.eeworm.com/read/101007/6262424
cpp flydraw.cpp
#include "..\Fly3D.h"
void flyEngine::draw_static_faces_cartoon(int *fd,int nfd)
{
int i;
face *f;
tc->use(cartoonpicbsp);
glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MAG_FILTER,GL_NEAREST);
www.eeworm.com/read/208399/4993222
cpp flydraw.cpp
#include "..\Fly3D.h"
void flyEngine::draw_static_faces_cartoon(int *fd,int nfd)
{
int i;
face *f;
tc->use(cartoonpicbsp);
glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MAG_FILTER,GL_NEAREST);
www.eeworm.com/read/429878/8784193
htm knnfwd.htm
Netlab Reference Manual knnfwd
knnfwd
Purpose
Forward propagation through a K-nearest-neighbour classifier.
Synopsis
www.eeworm.com/read/384512/8865993
m knn_old.m
function [Class,P]=knn_old(Data, Proto, proto_class, K)
%KNN_OLD A K-nearest neighbor classifier using Euclidean distance
%
% [Class,P]=knn_old(Data, Proto, proto_class, K)
%
% [sM_class,P]=knn_old
www.eeworm.com/read/179705/9341540
changelog
2005-02-11 Brian Gough
* fp-gnuc99.c (gsl_ieee_set_mode): added an #ifdef for the default
round to nearest mode
2003-12-20 Brian Gough
*