代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/225653/14527368
c plot.c
www.eeworm.com/read/124883/14529657
c plot.c
#include "copyleft.h"
/*
GEPASI - a simulator of metabolic pathways and other dynamical systems
Copyright (C) 1989, 1992, 1993 Pedro Mendes
*/
/*************************************/
www.eeworm.com/read/222279/14698456
xmo plot.xmo
XMD (Version 2.5.29 Nov 27 2000)
Not using pthread library.
Not using asm("finit"); patch in thread routines.
#######################################################################
#
www.eeworm.com/read/222279/14698458
ps plot.ps
%!PS-Adobe-2.0
%%Creator: XMD
%%EndComments
%%Page: ?
0.48 setlinewidth 1 setlinecap
0 setgray
gsave
/Courier findfont 8 scalefont setfont
72 99 moveto
(This is an example of a displacement plot
www.eeworm.com/read/222279/14698460
xm plot.xm
#######################################################################
# #
# Example: Making a PLOT
www.eeworm.com/read/221610/14735828
bas plot.bas
Attribute VB_Name = "plot"
Public Sub plotip()
On Error Resume Next
Dim maxvalue, oldval As Double
mainfrm.ipplot.Line (0, 1450 / Screen.TwipsPerPixelY)-(10000, 1450 / Screen.TwipsPerPixelY),
www.eeworm.com/read/218195/14931627
m plot.m
a=-1:0.05:1;
b=-1:0.05:1;
[X,Y]=meshgrid(a,b);
[m,n]=size(X)
for i=1:m
for j=1:m
XY=[X(i,j),Y(i,j),0];
Z(i,j)=A+XY*B+XY*C*XY';
end
end
size(Z)
figure(1)
mesh
www.eeworm.com/read/217557/14958470
m plot.m
function plot(p,color)
% Plot a polyhedron object
%
% Syntax:
% "plot(poly)"
%
% "plot(poly,color)"
%
% Description:
% "plot(poly)" plots the linear constraint object "poly" in blue.
www.eeworm.com/read/217557/14958502
m plot.m
function plot(con,color)
% Plot a linear constraint object
%
% Syntax:
% "plot(con)"
%
% "plot(con,color)"
%
% Description:
% "plot(con)" plots the linear constraint object "con" in