代码搜索结果
找到约 10,000 项符合
Z 的代码
ex0404.m
%用plot(x,y)绘制曲线
x1=[1 2 3];
y1=[1 2 3;4 5 6]
plot(x1,y1) %每行一条曲线
y2=[1 2 ;3 4; 5 6]
plot(x1,y2) %每列一条曲线
plot(y1,x1)
plot(y2,x1)
x2=[1 1 1;2 2 2]
plot(x2,y1) %按列与列对应的方式
z1=x2+i*y1
plot(z1
file.txt
while (a
ex0404.m
%用plot(x,y)绘制曲线
x1=[1 2 3];
y1=[1 2 3;4 5 6]
plot(x1,y1) %每行一条曲线
y2=[1 2 ;3 4; 5 6]
plot(x1,y2) %每列一条曲线
plot(y1,x1)
plot(y2,x1)
x2=[1 1 1;2 2 2]
plot(x2,y1) %按列与列对应的方式
z1=x2+i*y1
plot(z1
ex0404.m
%用plot(x,y)绘制曲线
x1=[1 2 3];
y1=[1 2 3;4 5 6]
plot(x1,y1) %每行一条曲线
y2=[1 2 ;3 4; 5 6]
plot(x1,y2) %每列一条曲线
plot(y1,x1)
plot(y2,x1)
x2=[1 1 1;2 2 2]
plot(x2,y1) %按列与列对应的方式
z1=x2+i*y1
plot(z1
mz80.txt
Multi-Z80 32 Bit emulator
Copyright 1996, 1997, 1998, 1999, 2000 - Neil Bradley, All rights reserved
MZ80 License agreement
-----------------------
(MZ80 Refers to both the assembly co
mz80.txt
Multi-Z80 32 Bit emulator
Copyright 1996, 1997, 1998, 1999, 2000 - Neil Bradley, All rights reserved
MZ80 License agreement
-----------------------
(MZ80 Refers to both the assembly co
ex0404.m
%用plot(x,y)绘制曲线
x1=[1 2 3];
y1=[1 2 3;4 5 6]
plot(x1,y1) %每行一条曲线
y2=[1 2 ;3 4; 5 6]
plot(x1,y2) %每列一条曲线
plot(y1,x1)
plot(y2,x1)
x2=[1 1 1;2 2 2]
plot(x2,y1) %按列与列对应的方式
z1=x2+i*y1
plot(z1
ex0404.m
%用plot(x,y)绘制曲线
x1=[1 2 3];
y1=[1 2 3;4 5 6]
plot(x1,y1) %每行一条曲线
y2=[1 2 ;3 4; 5 6]
plot(x1,y2) %每列一条曲线
plot(y1,x1)
plot(y2,x1)
x2=[1 1 1;2 2 2]
plot(x2,y1) %按列与列对应的方式
z1=x2+i*y1
plot(z1
svpcodegen.hpp
#pragma ident "$Id: SVPCodeGen.hpp 500 2007-04-27 12:02:53Z ocibu $"
//============================================================================
//
// This file is part of GPSTk, the GPS Toolkit.