代码搜索:矩形图
找到约 10,000 项符合「矩形图」的源代码
代码结果 10,000
www.eeworm.com/read/407780/11410798
txt noj 1044 类矩形并面积 线段树.txt
#include
#include
#include
#include
using namespace std;
//NOJ 1044 类矩形并面积 线段树
/*
4
1 4 3
2 7 2
6 9 4
9 10 3
6
1 5 10
3 8 8
4 7 20
8 9 40
1
www.eeworm.com/read/473191/6857835
txt noj 1044 类矩形并面积 线段树.txt
#include
#include
#include
#include
using namespace std;
//NOJ 1044 类矩形并面积 线段树
/*
4
1 4 3
2 7 2
6 9 4
9 10 3
6
1 5 10
3 8 8
4 7 20
8 9 40
1
www.eeworm.com/read/390194/8478306
txt 9-03.txt
%例9-3 使用注释矩形环绕多子图。
%本例显示了如何创建注释矩形,并给图形中的两个子图高亮显示,本例还使用核心对象的属性Position 和 TightInset 来决定注释矩形的位置和大小。
首先创建子图阵列,在命令窗口中输入如下命令,并按Enter键确认。
>> x = -2*pi:pi/12:2*pi;
>> y = x.^2;
>> subplot(2,2,1:2)
>>
www.eeworm.com/read/382695/9005873
txt 9-03.txt
%例9-3 使用注释矩形环绕多子图。
%本例显示了如何创建注释矩形,并给图形中的两个子图高亮显示,本例还使用核心对象的属性Position 和 TightInset 来决定注释矩形的位置和大小。
首先创建子图阵列,在命令窗口中输入如下命令,并按Enter键确认。
>> x = -2*pi:pi/12:2*pi;
>> y = x.^2;
>> subplot(2,2,1:2)
>>
www.eeworm.com/read/426535/9015420
m ex2402.m
%例24-2 矩形网格
%Ex24-2 meshgrid
x=-5:0.5:5;
y=5:-0.5:-5;
[X,Y]=meshgrid(x,y);
whos
plot(X,Y,'o')
www.eeworm.com/read/378183/9245722
dat funtc97.dat
函数名称: bar
函数原型: void bar(int left, int top, int right, int bottom)
函数功能: 画矩形,并填充矩形内部区域
函数返回:
函数说明: left,top 屏幕左上角坐标,right,bottom:屏幕右下角坐标
所属文件:
www.eeworm.com/read/378183/9247037
dat cj++9b.dat
CombineRgn 将两个区域组合为一个新区域
CombineTransform 驱动世界转换。它相当于依顺序进行两次转换
CreateCompatibleDC 创建一个与特定设备场景一致的内存设备场景
CreateDC
www.eeworm.com/read/165971/10043971
txt exer5.txt
1 编写一个applet,要求能够通过getParameter方法从html页中不同字段获得自己的姓名、年龄、性别、学号、联系方式。
2 编写一个applet,要求显示五行杨辉三角
*
***
*****
*******
3 参考CartoonMusic,编写一个能同时播放所提供的音乐和动画的applet.
www.eeworm.com/read/160400/10535417
cpp cgdraw.cpp
#include "stdafx.h"
#include "math.h"
#include "cgdraw.h"
void CCgDraw::line(CDC *pDC, CPoint *point)
{
pDC->MoveTo(point[0]);
pDC->LineTo(point[1]);
}
// 作业1:用几何变换原理,画矩形绕其左下角旋转图,
//
www.eeworm.com/read/418205/10959159
txt 04.3.1 简单画刷.txt
4.3.1 简单画刷
如例 4-15所示代码实现的功能是利用一个红色画刷填充鼠标拖曳过程中形成的-块矩形区域。
DIJ 4-15
τ
void CDrawView : :OnLButtonUp(UINT nFlags , CPoint point)
{
//创建一个红色画刷
CBrush brush(RGB(255 , O, O));
/1创建并获得设备描述表