代码搜索:图形交互
找到约 10,000 项符合「图形交互」的源代码
代码结果 10,000
www.eeworm.com/read/485082/6572179
m gaop.m
clear all;
close all;
clf reset
set(gcf,'Position',[0 0 1024 718]);
set(gcf,'menubar','none');
str='遗传算法优化控制参数';
set(gcf,'name',str,'numbertitle','off'); %书写图形窗名
m_1ctrlt=uimenu('label','&T控制类
www.eeworm.com/read/481550/6643130
cn0 help.cn0
~aHELP~0
启动MS-DOS帮助系统。
语法
~aHELP~0 [/B] [/G] [/H] [/NOHI] [topic]
开关项
/B
允许使用接在彩色图形卡上的单色监视器。
/G
快速更新CGA屏幕。
/H
一屏显
www.eeworm.com/read/480529/6665861
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/480189/6667792
java rectangle2.java
//【例4.1】 接口与实现接口的类。
//4.3.2 创建、声明和导入包
import mypackage.PlaneGraphics2;
public class Rectangle2 implements mypackage.PlaneGraphics2 //长方形类,覆盖平面图形接口
{
protected double length;
www.eeworm.com/read/405817/11456396
cpp pku 2890 matrix multiplication(传递闭包).cpp
/*pku 2890 matrix multiplication */
//传递闭包
//图形算法
#include
#include
#define N 1050
int map[N][100],len[N];
int pre[N],tc[N][N];
int n,m;
void tcdfs(int u,int p)
{
int
www.eeworm.com/read/402163/11541959
c circle.c
/* WIN-TC BGI 图形编程模板 */
#include
#include
int x0,y0;
void initgr(void) /* BGI初始化 */
{
int gd = DETECT, gm; /* 和gd = VGA,gm = VGAHI是同样效果 */
registerbgidriver(E
www.eeworm.com/read/402163/11541961
c line.c
/* WIN-TC BGI 图形编程模板*/
#include
#include
#include
#include
void initgr(void) /* BGI初始化 */
{
int gd = DETECT, gm; /* 和gd = VGA,gm = VGAHI是同样效果 */
www.eeworm.com/read/260856/11692798
java graphicsdemo.java
import java.awt.*;
import javax.swing.*;
public class GraphicsDemo extends JApplet
{
//当JFrame或Applet成为焦点时,paint方法会自动调用
public void paint(Graphics g)
{
g.setColor(Color.CYAN);//设置绘制图形颜色
www.eeworm.com/read/156874/11758134
txt 9-05.txt
%例9-5 本例创建一个具有白色背景的图形,并设置根对象下的坐标轴对象的默认值。
>> whitebg('w') %create a figure with a white color scheme
set(0,'DefaultAxesColorOrder',[0 0 0],...
'DefaultAxesLineStyleOrder','-|--|:|-.')
>> Z