代码搜索:图形交互
找到约 10,000 项符合「图形交互」的源代码
代码结果 10,000
www.eeworm.com/read/390194/8478313
txt 9-05.txt
%例9-5 本例创建一个具有白色背景的图形,并设置根对象下的坐标轴对象的默认值。
>> whitebg('w') %create a figure with a white color scheme
set(0,'DefaultAxesColorOrder',[0 0 0],...
'DefaultAxesLineStyleOrder','-|--|:|-.')
>> Z
www.eeworm.com/read/432937/8561454
m nonlinear_plot.m
% nonlinear_plot.m
% 非线性仿真系统图形绘制
subplot(1,2,1)
plot(xout(:,2),xout(:,1));
title('x - v graph');
axis([-0.5 1.2 -0.5 0.4]);
grid on;axis square;
subplot(1,2,2)
plot(xout(:,2),xout(:,1));
titl
www.eeworm.com/read/432937/8561547
asv nonlinear_plot.asv
% nonlinear_plot.m
% 非线性仿真系统图形绘制
subplot(1,2,1)
plot(xout(:,1),xout(:,2));
title('x - v graph');
axis([-0.5 1.5 -1 0.5]);
grid on;axis square;
subplot(1,2,2)
plot(xout(:,1),xout(:,2));
title(
www.eeworm.com/read/187844/8596431
m bmod1.m
function []=bmod1(x,y,Kmod,Kbase,fs,fb,fc,rd);
%
% BBI 2000 主要是绘制图形
global eta
mstr=str2mat('BPSK','DPSK','FSK','ASK(OOK)',...
'QPSK','QDPSK','16QAM');
tstr=mstr(Kmod,:);
if Kmod==2;
x
www.eeworm.com/read/342616/8652837
h lcmdrv.h
/****************************************************************************
* 文件名:LCMDRV.C
* 功能:1602图形液晶模块驱动程序。使用LPC2148的GPIO口控制操作。
* 液晶模块与LPC2148的连接如下所示:
* D0 (7) -- P1.16
* . -- .
* . --
www.eeworm.com/read/382695/9005886
txt 9-05.txt
%例9-5 本例创建一个具有白色背景的图形,并设置根对象下的坐标轴对象的默认值。
>> whitebg('w') %create a figure with a white color scheme
set(0,'DefaultAxesColorOrder',[0 0 0],...
'DefaultAxesLineStyleOrder','-|--|:|-.')
>> Z
www.eeworm.com/read/381906/9065882
frm form1.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form Form1
Caption = "在treeview的节点处使用图形"
ClientHeight = 3585
ClientLeft
www.eeworm.com/read/282353/9099578
frm form1.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form Form1
Caption = "在treeview的节点处使用图形"
ClientHeight = 3585
ClientLeft
www.eeworm.com/read/184304/9111560
m exm107~6.m
function exm10753_1()
%在指令窗中运行以下指令,就可看到实时动画图形。
figure(1)
f=anim_zzy1(2,450);
%显示拍摄的照片
figure(2)
image(f.cdata)
axis off
www.eeworm.com/read/181662/9242605
txt test3.txt
--------------- 函数复杂度图形:
rot is 0; -- 不旋转
origin is (50, 400); -- 设置新原点(距系统默认原点的偏移量)
scale is (2, 1); -- 设置比例
for T from 0 to 300 step 1 draw (t, 0); -- 横坐标
for T from 0