代码搜索:图形交互
找到约 10,000 项符合「图形交互」的源代码
代码结果 10,000
www.eeworm.com/read/304591/3796097
m ch3_28.m
load west0479; %加载MATLAB 7.0自带的一个稀疏矩阵
S = west0479;
[L,U,P] = luinc(S,'0'); %做不完全LU分解
figure(1); %新开一个图形显示窗口
subplot(2,3,1);
www.eeworm.com/read/298155/3874411
dat funtc239.dat
函数名称: outtext
函数原型: void far outtext(char far *textstring)
函数功能: 图形模式下在当前位置显示一行字符串
函数返回:
函数说明: textstring 要显示的字符串
所属文件:
www.eeworm.com/read/298155/3874856
dat funtc171.dat
函数名称: getimage
函数原型: void far getimage(int left, int top, int right, int bottom, void far *bitmap)
函数功能: 保存矩形图形屏幕的内容到bitmap缓冲区
函数返回:
函数说明: Left, Top, Right, bottom 矩形屏
www.eeworm.com/read/298155/3874934
dat funtc299.dat
函数名称: setallpalette
函数原型: void far setallpalette(struct palettetype far *palette)
函数功能: 设置EGA/VGA图形系统调色板的所有颜色数值
函数返回:
函数说明: palette 新的调色板颜色数据,该结构如下:
struct palettet
www.eeworm.com/read/298155/3875060
dat funtc165.dat
函数名称: getaspectratio
函数原型: void far getaspectratio(int far *xasp, int far *yasp)
函数功能: 得到图形显示的比例因子
函数返回:
函数说明: xasp x方向比例因子,yasp y方向比例因子
所属文件:
www.eeworm.com/read/402141/2332573
m ch3_28.m
load west0479; %加载MATLAB 7.0自带的一个稀疏矩阵
S = west0479;
[L,U,P] = luinc(S,'0'); %做不完全LU分解
figure(1); %新开一个图形显示窗口
subplot(2,3,1);
www.eeworm.com/read/384950/2595912
m ch3_28.m
load west0479; %加载MATLAB 7.0自带的一个稀疏矩阵
S = west0479;
[L,U,P] = luinc(S,'0'); %做不完全LU分解
figure(1); %新开一个图形显示窗口
subplot(2,3,1);
www.eeworm.com/read/358021/3007298
m ch3_28.m
load west0479; %加载MATLAB 7.0自带的一个稀疏矩阵
S = west0479;
[L,U,P] = luinc(S,'0'); %做不完全LU分解
figure(1); %新开一个图形显示窗口
subplot(2,3,1);
www.eeworm.com/read/193048/8255770
m ex1_4.m
% ex1_4
% 图形对象属性值的设置示例
F=figure('pos',[50,100,200,150],'color','w');
A=axes('pos',[0.15,0.15,0.75,0.75]);
t=0:0.1:6;plot(t,exp(-0.8*t).*sin(3*t))
set(A,'fonts',8,'fontw','b')
www.eeworm.com/read/192739/8289059
c al13_2.c
/*案例代码文件名:AL13_2.C*/
/*功能:自动检测图形显示卡,且选用最大分辨率模式*/
#include "graphics.h"
main()
{int gdriver,gmode;
gdriver=DETECT; /*自动检测*/
initgraph(&gdriver, &gmode, ""