代码搜索:PolyDemo

找到约 25 项符合「PolyDemo」的源代码

代码结果 25
www.eeworm.com/read/375212/9368992

m polydemo.m

echo off %POLYDEMO Demonstrates the polypls and polypred functions echo on % % This is a demonstration of the polypls and polypred functions in % the PLS_Toolbox. It uses some process I/O data t
www.eeworm.com/read/362500/9996152

m polydemo.m

echo off %POLYDEMO Demonstrates the POLYPLS and POLYPRED functions echo on % % This is a demonstration of the polypls and polypred functions in % the PLS_Toolbox. It uses some process I/O data t
www.eeworm.com/read/160819/10496246

cpp polydemo.cpp

#include using namespace std; #include "poly.h" // simple demo of polynomials int main() { Poly p1, p2, p3; p1 = Poly(5,7) + Poly(4,2) + Poly(3,1) + Poly(2,0);
www.eeworm.com/read/131762/5928068

c polydemo.c

/* * polytest - polygon fill test program for Nano-X */ #define MWINCLUDECOLORS #include "nano-X.h" #include void draw(GR_EVENT * e) { GR_WINDOW_ID wid = ((GR_EVENT_EXPOSURE *)e)->wid;
www.eeworm.com/read/109236/6175787

c polydemo.c

/* * polytest - polygon fill test program for Nano-X */ #include #include #define MWINCLUDECOLORS #include "nano-X.h" static void draw(GR_EVENT * e) { GR_WINDOW_ID wid = ((GR_
www.eeworm.com/read/100745/6265234

c polydemo.c

/* * polytest - polygon fill test program for Nano-X */ #define MWINCLUDECOLORS #include "nano-X.h" #include void draw(GR_EVENT * e) { GR_WINDOW_ID wid = ((GR_EVENT_EXPOSURE *)e)->wid;
www.eeworm.com/read/156873/11758873

class polydemo.class

www.eeworm.com/read/156873/11758900

java polydemo.java

import java.applet.Applet; import java.awt.Graphics; import java.awt.Color; public class PolyDemo extends Applet { int pX1[]={10,50,60,50,20}; int pY1[]={20,30,50,60,20}; int p1=4;
www.eeworm.com/read/156873/11758924

html polydemo.html

A Simple Program Here is the output of my program:
www.eeworm.com/read/150987/12241118

class polydemo.class