代码搜索:delaunay
找到约 562 项符合「delaunay」的源代码
代码结果 562
www.eeworm.com/read/291333/8424998
c delaunay.c
#ifdef _CH_
#pragma package
#endif
#ifndef _EiC
#include "cv.h"
#include "highgui.h"
#include
#endif
/* the script demostrates iterative construction of
delaunay tri
www.eeworm.com/read/390665/8453351
pas delaunay.pas
//Credit to Paul Bourke (pbourke@swin.edu.au) for the original Fortran 77 Program :))
//Conversion to Visual Basic by EluZioN (EluZioN@casesladder.com)
//Conversion from VB to Delphi6 by Dr Steve Ev
www.eeworm.com/read/390665/8453371
~pas delaunay.~pas
//Credit to Paul Bourke (pbourke@swin.edu.au) for the original Fortran 77 Program :))
//Conversion to Visual Basic by EluZioN (EluZioN@casesladder.com)
//Conversion from VB to Delphi6 by Dr Steve Ev
www.eeworm.com/read/390665/8453378
dcu delaunay.dcu
www.eeworm.com/read/290471/8481618
txt delaunay.txt
二维有限元方法
实验目的:
-(uxx+uyy)+u=f(x,y)
u(x,0)=0, 0≤x≤1
u(0,y)=0, 0≤y≤1
u(x,1-x)=0, 0≤x≤1
的真解 u*=sinπxsinπysinπ(1-x-y)
1. 求出f(x,y).
2
www.eeworm.com/read/387009/8712435
h delaunay.h
struct Triel {
Point *pts;
Int p[3];
Int d[3];
Int stat;
void setme(Int a, Int b, Int c, Point *ptss) {
pts = ptss;
p[0] = a; p[1] = b; p[2] = c;
d[0] = d[1] = d[2] = -1;
s
www.eeworm.com/read/179398/9359179
c delaunay.c
#ifdef _CH_
#pragma package
#endif
#ifndef _EiC
#include "cv.h"
#include "highgui.h"
#include
#endif
/* the script demostrates iterative construction of
delaunay tri
www.eeworm.com/read/357424/10209941
rc delaunay.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/357424/10209944
h delaunay.h
// Delaunay.h : main header file for the DELAUNAY application
//
#if !defined(AFX_DELAUNAY_H__8BFDEC25_B5F7_11D3_AB59_080039014899__INCLUDED_)
#define AFX_DELAUNAY_H__8BFDEC25_B5F7_11D3_AB59_0800
www.eeworm.com/read/357424/10209950