代码搜索:Contour
找到约 2,432 项符合「Contour」的源代码
代码结果 2,432
www.eeworm.com/read/112466/15484797
contour
1010
1
16
1.000000e+00
96.250000 64.000000 0.541196 0.541196 0.990000
93.795115 76.341541 0.541196 0.541196 0.990000
86.804194 86.804194 0.541196 0.541196 0.990000
76.341541 93.795115 0.541196
www.eeworm.com/read/112466/15484854
contour
www.eeworm.com/read/286282/8774334
prj contour.prj
www.eeworm.com/read/286282/8774360
c contour.c
/* HEADER: CUG300;
TITLE: Contour ploting demonstration;
DATE: 4/20/1989;
DESCRIPTION: "Plot contours using mat.lib functions";
VERSION: 2.04;
FILENAME: CONTOUR.
www.eeworm.com/read/286282/8774381
doc contour.doc
www.eeworm.com/read/384270/8883948
c contour.c
/*****************************************************************************
*
* contour.c
*
* Author: Tim Feldman
* Island Graphics Corporation
* modified 6/13/97 by Michael Beregov
www.eeworm.com/read/427519/8937817
txt contour.txt
xa=-2:0.2:2;
ya=-2:0.5:2;
[x,y]=meshgrid(xa,ya);
z=x.*exp(-x.^2-y.^2);
[px,py]=gradient(z,xa,ya);
contour(x,y,z);
hold on
quiver(x,y,px,py);
hold off
www.eeworm.com/read/284008/8970992
cpp contour.cpp
// Contour.cpp: implementation of the CContour class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SinglePointDataField.h"
#include "C
www.eeworm.com/read/284008/8971001
h contour.h
// Contour.h: interface for the CContour class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CONTOUR_H__7ED2ACCB_E944_4543_AF11_2762F561CF69__INCLUDE
www.eeworm.com/read/184404/9106627