代码搜索:图形交互
找到约 10,000 项符合「图形交互」的源代码
代码结果 10,000
www.eeworm.com/read/391300/8410713
txt mch02-11.txt
peaks矩阵相对于矢量1:length(peaks)的图形
y = 1:length(peaks);
plot(peaks,y)
www.eeworm.com/read/186670/8919441
txt mch02-11.txt
peaks矩阵相对于矢量1:length(peaks)的图形
y = 1:length(peaks);
plot(peaks,y)
www.eeworm.com/read/418205/10958776
txt 11.4 元文件.txt
11.4 元文件
下面再介绍两种保存图形和重绘图形的方式:元文件和兼容设备描述表。首先介绍利用元文件实现图
形的保存和重绘。
www.eeworm.com/read/230169/14303329
txt readme.txt
/*================================================================
程序名称:dgd
================================================================*/
目标: 程序执行后即动态显示,左键放置图形
要点:
练习:
www.eeworm.com/read/230169/14303442
txt readme.txt
/*================================================================
程序名称:modanlnk
================================================================*/
目标: 可以选定一个元素后,删除它与其它元素之间的注记关联的其中一个
或者全部,
www.eeworm.com/read/114553/15048122
txt mch06-15.txt
缺省纵横比下的网格图形
[X,Y] = meshgrid([-2:.15:2],[-4:.3:4]);
Z = X.* exp(-X.^2 - Y.^2);
mesh(X,Y,Z)
www.eeworm.com/read/114549/15048262
txt mch02-11.txt
peaks矩阵相对于矢量1:length(peaks)的图形
y = 1:length(peaks);
plot(peaks,y)
www.eeworm.com/read/285987/8795838
sas 双因素方差分析---交互作用.sas
data ex;do a=1 to 4;do b=1 to 3;do i=1 to 2;
input x @@;output;end;end;end;
cards;
58.2 52.6 56.2 41.2 65.3 60.8
49.1 42.8 54.1 50.5 51.6 48.4
60.1 58.3 70.9 73.2 39.2 40.7
75.8 71.5 58.2
www.eeworm.com/read/380618/9141208