代码搜索:Basics
找到约 1,310 项符合「Basics」的源代码
代码结果 1,310
www.eeworm.com/read/479931/1328669
exp mi-basics.exp
# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Gene
www.eeworm.com/read/232407/4700994
h agg_basics.h
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// Permiss
www.eeworm.com/read/221464/4830217
cpp edge_basics.cpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
www.eeworm.com/read/221464/4830226
cpp vertex_basics.cpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
www.eeworm.com/read/221464/4830241
expected bfs_basics.expected
order of discovery: s r w v t x u y
order of finish: s r w v t x u y
www.eeworm.com/read/221464/4830290
expected vertex_basics.expected
vertices(g) = 0 1 2 3 4
vertex id: 0
out-edges: (0,1) (0,2) (0,3) (0,4)
in-edges: (2,0) (3,0) (4,0)
adjacent vertices: 1 2 3 4
vertex id: 1
out-edges:
in-edges: (0,1) (3,1) (4,1)
adjac
www.eeworm.com/read/221464/4830351
expected dfs_basics.expected
order of discovery: u v y x w z
order of finish: x y v u z w
www.eeworm.com/read/221464/4830365
expected edge_basics.expected
(0,1) (0,2) (0,3) (0,4) (2,0) (2,4) (3,0) (3,1)
www.eeworm.com/read/192230/5159658
exp mi-basics.exp
# Copyright (C) 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t
www.eeworm.com/read/179153/5309824
t 01basics.t
#!perl -w
use strict;
use Test::More tests => 131;
use File::Spec;
$|=1;
## ----------------------------------------------------------------------------
## 01basic.t - test of some basic DBI funct