代码搜索:Avoiding
找到约 159 项符合「Avoiding」的源代码
代码结果 159
www.eeworm.com/read/403190/2314697
h tnt_math_utils.h
#ifndef MATH_UTILS_H
#define MATH_UTILS_H
#include
/* needed for sqrt() below */
namespace TNT
{
/**
@returns hypotenuse of real (non-complex) scalars a and b by
avoiding under
www.eeworm.com/read/292863/8328492
m bound_extension.m
function im_ext = bound_extension(im,By,Bx,type);
% im_ext = bound_extension(im,B,type);
%
% Extend an image for avoiding boundary artifacts,
%
% By, Bx: widths of the added stripes.
%
www.eeworm.com/read/292863/8328561
m bound_extension.m
function im_ext = bound_extension(im,By,Bx,type);
% im_ext = bound_extension(im,B,type);
%
% Extend an image for avoiding boundary artifacts,
%
% By, Bx: widths of the added stripes.
%
www.eeworm.com/read/188386/8544403
m bfparams.m
#import "BFParams.h"
#import "World.h"
#import
// Values in table of special bit names (negative, avoiding NULLBIT)
#define ENDLIST -2
#define ALL -3
#define SETPROB -4
#d
www.eeworm.com/read/375500/9358417
m bfparams.m
#import "BFParams.h"
#import "World.h"
#import
// Values in table of special bit names (negative, avoiding NULLBIT)
#define ENDLIST -2
#define ALL -3
#define SETPROB -4
#d
www.eeworm.com/read/130034/14211481
m bfparams.m
#import "BFParams.h"
#import "World.h"
#import
// Values in table of special bit names (negative, avoiding NULLBIT)
#define ENDLIST -2
#define ALL -3
#define SETPROB -4
#d
www.eeworm.com/read/220157/14847791
m bfparams.m
#import "BFParams.h"
#import "World.h"
#import
// Values in table of special bit names (negative, avoiding NULLBIT)
#define ENDLIST -2
#define ALL -3
#define SETPROB -4
#d
www.eeworm.com/read/192096/8406698
htm ch16_20.htm
Recipe 16.19. Avoiding Zombie Processes (Perl Cookbook)
www.eeworm.com/read/11139/202409
h scale.h
#ifndef SCALE_H
#define SCALE_H
/*
* Multiply x by a/b while avoiding overflow when possible. Requires that
* a*b
www.eeworm.com/read/237122/13976049
htm ch40_05.htm
[Chapter 40] 40.5 Avoiding Other at and cron Jobs