代码搜索:depth
找到约 9,918 项符合「depth」的源代码
代码结果 9,918
www.eeworm.com/read/131535/14140178
java depth.java
// Find connections using a depth-first search.
import java.util.*;
import java.io.*;
// Flight information.
class FlightInfo {
String from;
String to;
int distance;
boolean skip; //
www.eeworm.com/read/227760/14413941
c depth.c
#include
#include
#include
#include
#include
#include
#include
#include
#define COM1 0x3F8
#define EOI 0x2
www.eeworm.com/read/125354/14497019
gif depth.gif
www.eeworm.com/read/14564/394039
gif depth.gif
www.eeworm.com/read/14564/394292
gif depth.gif
www.eeworm.com/read/38039/1090779
mnu depth.mnu
DEPTH 深度
#
Blind 盲孔
Create with an adjustable depth.
使用恰当深度创建.
Thru#Next 穿过下一个
Intersect to next surface.
和下一曲面相交。
Thru#All 穿过所有
Intersect all surfaces.
交截所有曲面.
Thru#Until 穿至
Intersect until the sele
www.eeworm.com/read/38039/1094729
mnu depth.mnu
DEPTH
#
Blind
Create with an adjustable depth.
#
Thru#Next
Intersect to next surface.
#
Thru#All
Intersect all surfaces.
#
Thru#Until
Intersect until the selected surface.
#
From#To
Intersect between
www.eeworm.com/read/242732/4544655
h depth.h
/**
* \file depth.h
* Depth buffer operations.
*/
/*
* Mesa 3-D graphics library
* Version: 6.3
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is h