代码搜索:intersect

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

代码结果 481
www.eeworm.com/read/38039/1092909

mnu dfttools.mnu

DRAFT#TOOLS 绘制工具 # Remove the # sign and enter foreign help string in this line Mirror 镜像 Mirror entities. 镜像图元 Copy 复制 Select and copy entities. 选取并复制图元 Intersect 求交 Choose two entities to be split
www.eeworm.com/read/38039/1092926

mnu secgtools.mnu

%UNPINNED GEOM#TOOLS 几何形状工具 Geometry tools provided for Sketcher. # Intersect 求交 Choose two entities to be split at their intersection point. 选取两个图元在其交点处分割. Trim 修剪 Trim entities (cut or extend) to o
www.eeworm.com/read/208399/4993219

cpp flybsp.cpp

#include "../Fly3D.h" bsp_node::~bsp_node() { if (elem) delete elem; if (child[0]) delete child[0]; if (child[1]) delete child[1]; } mesh *bsp_object::ray_intersect(vector& ro,vector& rd
www.eeworm.com/read/339819/12202590

txt 6db.txt

select * from 仓库 where 城市='北京' union select * from 仓库 where 城市='上海' select 仓库号 from 仓库 intersect select 仓库号 from 职工 select * from 职工,仓库 where 职工.仓库号=仓库.仓库号 and 工资>1500 and 面积>600
www.eeworm.com/read/275202/10829025

m pappus.m

function pappus(L1,L2) % pappus(L1,L2): illustrate pappus' theorem. % L1: three colinear points % L2: three colinear points % Cross-connect the points and intersect coresponding lines. % The result
www.eeworm.com/read/272894/10936806

dpr ex.dpr

(* create n/2 not-intersect lines convexity hull? no A(1,0) B(4,0) C(-2,1) D(5,1) if CB AD then crash . why? A and D are in both sizes of CB. so we sort the points by low (first key)and left (se
www.eeworm.com/read/243682/12924238

txt php4autocomp.txt

abs accept_connect acos add_iovec addcslashes addslashes apache_lookup_uri apache_note apache_sub_req array_count_values array_diff array_flip array_intersect array_keys array_merge arr
www.eeworm.com/read/251851/12315344

m seg_approx_ode.m

function [SEG,SPf,intersect_flag] = seg_approx_ode(sys_eq,ode_param,X0,INV,SP0,t0,tf,Pcon) % Approximate a single segment of a flow pipe for a `nonlinear` dynamics. % % Syntax: % "[SEG,SPf,int
www.eeworm.com/read/217557/14958810

m seg_approx_ode.m

function [SEG,SPf,intersect_flag] = seg_approx_ode(sys_eq,ode_param,X0,INV,SP0,t0,tf,Pcon) % Approximate a single segment of a flow pipe for a `nonlinear` dynamics. % % Syntax: % "[SEG,SPf,int
www.eeworm.com/read/38039/1089858

mnu sketinfo.mnu

SEC#INFO 截面信息 Information about sketcher entities. # Entity 图元 Information about an entity. 关于图元的信息。 Intersect#Pt 交点 Information about the intersection of two entities. 关于两图元相交的信息。 Tangent#Pt 切点 Info