代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/350250/10752938
doc plot.doc
www.eeworm.com/read/350250/10752948
asm plot.asm
www.eeworm.com/read/350250/10752955
rsx plot.rsx
www.eeworm.com/read/274028/10890831
java plot.java
package experimental;
import java.io.*;
class plot {
PrintWriter OpenFile( String path ) {
PrintWriter prStr = null;
try {
FileOutputStream outStr = new FileOutputStrea
www.eeworm.com/read/274028/10890839
java plot.java
package wavelet_util;
import java.io.*;
public abstract class plot {
abstract String class_name();
public PrintWriter OpenFile( String path ) {
PrintWriter prStr = null;
www.eeworm.com/read/273093/10927273
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/418695/10935534
m plot.m
%PLOT Mapping overload, call plotd
function h = plotd(w,s)
if nargin == 2
h = plotd(w,s);
else
h = plotd(w);
end
www.eeworm.com/read/271244/11002211
m plot.m
function h=plot(c,samescale,i,j);
% COMPONENTS/PLOT plots components in a Components structure
% Usage: (brackets indicate optional parameters)
% h=plot(c,[samescale],[i],[j]);
%
% Input:
% c
www.eeworm.com/read/203174/6956540
m plot.m
www.eeworm.com/read/467974/6997608
asm plot.asm
yl equ 96
yh equ 32
xl equ 64
xh equ 32
maxrow equ 24
maxcol equ 80
rscale equ 768/maxrow
cscale equ 1024/maxcol
initgraf:
lcall ilprt
db esc,FF,0
ret
ansi: mov a,#31
jmp sndchr