代码搜索:depth
找到约 9,918 项符合「depth」的源代码
代码结果 9,918
www.eeworm.com/read/169988/9826340
cpp depth.cpp
/**********************************************************************
* $Id: Depth.cpp,v 1.2.2.1 2005/05/23 18:41:51 strk Exp $
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.n
www.eeworm.com/read/362490/9996431
pif depth.pif
www.eeworm.com/read/362490/9996519
c depth.c
#include
#include
#include
#include
#include
#include
#include
#include
#define COM1 0x3F8
#define EOI 0x2
www.eeworm.com/read/164297/10119506
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/163958/10137035
gif depth.gif
www.eeworm.com/read/162982/10254374
m depth.m
function [basin,h]=depth(fai0,c,y0,lay,n)
if n==lay
h=y0;
basin=h(n);
return;
end
h(1)=0;
t=0;
for i=2:n
h(i)=base(fai0,c,t,y0(lay-n+i-1),y0(lay-n+i));
t=h(i);
end
ba
www.eeworm.com/read/353389/10451277
c depth.c
www.eeworm.com/read/279017/10483036
exe depth.exe
www.eeworm.com/read/279017/10483235
c depth.c
#include
#include
#include
#include
#include
#include
#include
#include
#define COM1 0x3F8
#define EOI 0x2
www.eeworm.com/read/276114/10762763