代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/146237/12662370
m cbir_histintersection.m
function dist = CBIR_histintersection(x1, x2)
% EE6850 HW3, Content-Based Image Retrieval
% CBIR_histintersection() --- intersection of two histograms
% input:
% feature vector x1 and x2 (1xN)
www.eeworm.com/read/172931/9682166
h aabb3.h
/////////////////////////////////////////////////////////////////////////////
//
// 3D Math Primer for Games and Graphics Development
//
// AABB3.h - Declarations for class AABB3
//
// Visit gam
www.eeworm.com/read/202486/15381773
cpp exe57.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.57 on page 392
// Testing the set_intersection() algorithm
#include
#incl
www.eeworm.com/read/376170/9328003
h icons.h
/*
* icons.h
*/
#ifndef ICONS_H
#define ICONS_H
//#define USE_XPM
//#undef USE_XPM
#define SEEK_ANIMATION "./pics/seeking.gif"
//#ifdef USE_XPM
#define WOOD_PIC "./pics/wood.xpm"
#define TABLE_
www.eeworm.com/read/277457/10637434
cpp multiset.cpp
#include
#include
using namespace std;
int main ()
{
multiset set1, set2, union_set, intersection_set;
ostream_iterator
www.eeworm.com/read/196983/8037955
c cover.c
/*****************************************************************************
* *
* -------------------------------- cove
www.eeworm.com/read/139332/5802874
h segment2d.h
/*****************************************************************
* File: segment2d.h
* Synopsis:
* Basic 2-dimensional geometry
* Author: Shubin Zhao (shubinz@cs.nyu.edu), 2001.
*
*******
www.eeworm.com/read/139332/5802878
h plane3d.h
/*****************************************************************
* File: plane3d.h
* Synopsis:
* Basic 3-dimensional geometry
* Author: Shubin Zhao (shubinz@cs.nyu.edu), 2001.
*
********