代码搜索:peano
找到约 32 项符合「peano」的源代码
代码结果 32
www.eeworm.com/read/170236/9813760
frm peano.frm
VERSION 5.00
Begin VB.Form peano
BackColor = &H80000005&
Caption = "Peano"
ClientHeight = 10545
ClientLeft = 60
ClientTop = 345
ClientWi
www.eeworm.com/read/138997/13196903
m peano.m
function f=peano(n,x1,y1,x2,y2,x3,y3)
if n>1
trace(1)=(x1+x2)/2;
trace(2)=(y1+y2)/2;
trace(3)=(x2+x3)/2;
trace(4)=(y2+y3)/2;
trace(5)=(x1+x3)/2;
trace(6)=(y1+y3)/2;
www.eeworm.com/read/138997/13196909
asv peano.asv
function f=peano(n,x1,y1,x2,y2,x3,y3)
if n>1
trace(1)=(x1+x2)/2;
trace(2)=(x1+x2)/2;
trace(3)=(x1+x2)/2;
trace(4)=(x1+x2)/2;
trace(5)=(x1+x2)/2;
trace(6)=(x1+x2)/2;
www.eeworm.com/read/270032/11050696
c peano.c
/* peano.c */
/* copyright Ken Musgrave */
/* June 1986 */
/*
* space-filling peano curve algorithm.
* fills n-space with a 1-D peano curve.
*
* the algorithm is utterly incomprehensible,
* so
www.eeworm.com/read/170236/9813743
mdb peano1.mdb
www.eeworm.com/read/170236/9813746
vbp 工程peano.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#D:\WINNT\system32\Stdole2.tlb#OLE Automation
Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#D:\Program Files\Common File
www.eeworm.com/read/170236/9813748
mdb peano0.mdb
www.eeworm.com/read/170236/9813763
vbw 工程peano.vbw
peano = 88, 116, 627, 572, C, 110, 145, 532, 601, C
Form1 = 22, 29, 821, 486, Z, 11, 57, 810, 513, C
Module1 = 22, 22, 677, 470, C
www.eeworm.com/read/311422/7091488
prj6 peano.prj6
www.eeworm.com/read/257274/11936019