代码搜索:intersect

找到约 481 项符合「intersect」的源代码

代码结果 481
www.eeworm.com/read/102395/6233653

xbm intersect.xbm

static unsigned char intersect_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xfe, 0x00, 0xc0, 0x80, 0x01, 0x03, 0x
www.eeworm.com/read/264253/11324288

c intersect.c

#include #include //进程号和处理器数目 int my_rank,group_size; //第一个多边形的端点 double pointx1[20],pointy1[20]; //第二个多边形的端点 double pointx2[20],pointy2[20]; //多边行的边数 int n_poly,m_poly; //判断的结果 int
www.eeworm.com/read/251851/12314710

m intersect.m

function CON = intersect(CONfeas,CONadd, varargin) h1 = CONfeas; h2 = CONadd; H.A = [h1.CI; h2.CI]; H.B = [h1.dI; h2.dI]; linstart = size(H.B,1) + 1; H.A =
www.eeworm.com/read/251835/12317562

m intersect.m

function [hits,loc] = intersect(p,endpt,tol) %INTERSECT Find intesection of segments with polygon sides. % % S = INTERSECT(P,ENDPT) checks for intesections between sides of the % polygon P an
www.eeworm.com/read/217557/14958516

m intersect.m

function CON = intersect(CONfeas,CONadd,clean_up_flag) % Compute the intersection of two linear constraint sets % % Syntax: % "C = intersect(a,b,clean_up_flag)" % % Description: % "inters
www.eeworm.com/read/38039/1090426

mnu intersect.mnu

INTERSECTION 求交 # Simple 简单 Intersect part limited part surfaces. 与限定的零件曲面求交 Complex 复杂求交 Intersect all part surfaces. 与所有零件曲面求交
www.eeworm.com/read/38039/1094391

mnu intersect.mnu

INTERSECTION # Simple Intersect part limited part surfaces. # Complex Intersect all part surfaces. #
www.eeworm.com/read/38039/1098223

mnu intersect.mnu

INTERSECTION ―ユ # Simple 虫
www.eeworm.com/read/466285/1512330

java intersect.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding c
www.eeworm.com/read/251588/4418471

cpp intersect.cpp

/* Copyright 2005-2007 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks is free software; you can redistribute it an