代码搜索:图形交互
找到约 10,000 项符合「图形交互」的源代码
代码结果 10,000
www.eeworm.com/read/150612/12283528
frm frmmain.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmMain
Caption = "各种算法图形及画笔"
ClientHeight = 4500
ClientLeft = 1
www.eeworm.com/read/148879/12417715
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/131795/14126986
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/131795/14127157
dat funtc299.dat
函数名称: setallpalette
函数原型: void far setallpalette(struct palettetype far *palette)
函数功能: 设置EGA/VGA图形系统调色板的所有颜色数值
函数返回:
函数说明: palette 新的调色板颜色数据,该结构如下:
struct palettet
www.eeworm.com/read/131795/14127359
dat funtc165.dat
函数名称: getaspectratio
函数原型: void far getaspectratio(int far *xasp, int far *yasp)
函数功能: 得到图形显示的比例因子
函数返回:
函数说明: xasp x方向比例因子,yasp y方向比例因子
所属文件:
www.eeworm.com/read/232704/14184665
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/230590/14281040
h av240128.h
#define width 30 //显示区宽度
#define addr_w 0x0000 //文本显示区首地址
#define addr_t 0x01e0 //图形显示区首地址
#define uchar unsigned char
#define uint unsigned int
#define CD
www.eeworm.com/read/127242/14366584
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/224441/14590971
vbp 例2.9.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\WINNT\System32\stdole2.tlb#OLE Automation
Form=Form1.frm
Startup="Form1"
HelpFile=""
ExeName32="例2.9输出图形.exe"
Command3
www.eeworm.com/read/118347/14875826
c 拼图.c
#include "graphics.h" /* 图形函数的包含文件 */
#include "dos.h" /* 结构体t的包含文件 */
#include "stdlib.h" /* 随机函数的包含文件 */
#include "math.h" /* 数学函数的包含文件 */
#define LEFT 0x4b00