代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/38039/1095782
mnu part_srf_check.mnu
Part#Srf#Check
# remove the # sign and enter foreign help string in this line
Self-int#Ck
Check the parting surface for self-intersection.
# remove the # sign and enter foreign help string in this li
www.eeworm.com/read/233925/4663516
run
#! /bin/bash
echo Generating dataset
../Generator 1000 > mix
echo Creating new MVR-Tree and Querying
../MVRTreeLoad mix tree 20 intersection > res
echo Running exhaustive search
../Exhaustive mix i
www.eeworm.com/read/305566/3772947
h view.h
#ifndef VIEW_H
#define VIEW_H
/*
view object definition
A view consists of one to three data parts, axes labels, and intersection lines
Use axis and map definitions
*/
/* constants */
/* gap bet
www.eeworm.com/read/408235/11401299
exports srfi-14.exports
->char-set
char-set
char-set->list
char-set->string
char-set-adjoin
char-set-adjoin!
char-set-any
char-set-complement
char-set-complement!
char-set-contains?
char-set-copy
char-set-count
char-set-curs
www.eeworm.com/read/192096/8406743
htm ch04_09.htm
Recipe 4.8. Computing Union, Intersection, or Difference of Unique Lists (Perl Cookbook)
www.eeworm.com/read/136697/13365315
m fuz_and.m
function f = fuz_and(method,ua,ub)
% f=fuz_and(method,ua,ub)
%
% Intersection (logical AND) of two fuzzy sets ua and ub.
%
% 'method' determines the operator types:
% 'min' : Minimum operator.