代码搜索:relation
找到约 1,939 项符合「relation」的源代码
代码结果 1,939
www.eeworm.com/read/415759/11055337
c atkrelation.c
/* ATK - Accessibility Toolkit
* Copyright 2001 Sun Microsystems Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publi
www.eeworm.com/read/265660/11258574
bas modsub.bas
Attribute VB_Name = "modRefreshTools"
Option Explicit
Public Sub RemoveAllRelation()
Dim lpLayer As Long
On Error Resume Next
For lpLayer = 0 To frmMain.Map1.Layers.Count - 1
frmMa
www.eeworm.com/read/300288/13921716
txt 点到线段最短距离(非垂距)(ptolinesegdist).txt
/* 求点p到线段l的最短距离,并返回线段上距该点最近的点np
注意:np是线段l上到点p最近的点,不一定是垂足 */
double ptolinesegdist(POINT p,LINESEG l,POINT &np)
{
double r=relation(p,l);
if(r
www.eeworm.com/read/300288/13921732
txt 点到线段所在直线垂足(perpendicular).txt
/* 判断点与线段的关系,用途很广泛
本函数是根据下面的公式写的,P是点C到线段AB所在直线的垂足
AC dot AB
r = ---------
||AB||^2
(Cx-Ax)(Bx-Ax) + (Cy-Ay)(By-Ay)
= -------------------------------
L^2
r has
www.eeworm.com/read/201477/15407473
out equiv.out
Enter number of elements
Enter number of relations
Enter next relation/pair
Enter next relation/pair
Enter next relation/pair
Enter next relation/pair
Enter next relation/pair
Enter next relati
www.eeworm.com/read/187477/8637447
foog_readme
Syntax: fooG.all
Action: insert data from , search TOP, search DIR
Syntax: fooG.allD
Action: search DIR, = MBR
Syntax: fooG.allT
Action: search
www.eeworm.com/read/184798/9074658
h initdata.h
const MaxTypeCount=12;
const MaxRouteCount=196;
const MaxTrainnoCount=1262;//1261
const MaxStationCount=455;//466-11
const MaxBtnNameCount=10;
const MaxColNameCount=8;
TCHAR arrButtonName[MaxBtn
www.eeworm.com/read/183623/9147391
f90 ex0511.f90
program ex0511
implicit none
character(len=20) :: str1,str2
character relation
write(*,*) "String 1:"
read(*,"(A20)") str1
write(*,*) "String 2:"
read(*,"(A20)") str2
if (
www.eeworm.com/read/182795/9190764
java simplepriorityrelation.java
package compiler;
public class SimplePriorityRelation {
public int[][] Little(String s,String left,String[]right){
RelationShip relation=new RelationShip();
int[][]equal=relation.EqualSet
www.eeworm.com/read/376037/9335764
f90 ex0511.f90
program ex0511
implicit none
character(len=20) :: str1,str2
character relation
write(*,*) "String 1:"
read(*,"(A20)") str1
write(*,*) "String 2:"
read(*,"(A20)") str2
if (