代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/346962/11710005
dfm draw.dfm
object Form1: TForm1
Left = 86
Top = 106
Width = 827
Height = 566
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/346962/11710026
ddp draw.ddp
www.eeworm.com/read/260586/11718513
jpg draw.jpg
www.eeworm.com/read/156415/11804946
txt draw.txt
--------------- 函数f -- 设置原点的偏移量
-- rot is -- 设置旋转角度
-- scale is (1, 1); -- 设置横坐标和纵坐标的比例
origin is (333,350);
for T from 0 to 200 step 1 draw (t, 0); -- 横坐标的轨迹
for T fro
www.eeworm.com/read/156415/11804981
txt draw.txt
--------------- 函数f
origin is (200,200); -- 设置原点的偏移量
scale is (1, 1); -- 设置横坐标和纵坐标的比例
rot is 0 ; -- 设置旋转角度
for T from 0 to
www.eeworm.com/read/156415/11805031
txt draw.txt
--------------- 函数f -- 设置原点的偏移量
-- rot is -- 设置旋转角度
-- scale is (1, 1); -- 设置横坐标和纵坐标的比例
origin is (333,350);
for T from 0 to 200 step 1 draw (t, 0); -- 横坐标的轨迹
for T fro
www.eeworm.com/read/258903/11833277
c draw.c
#include "config.h"
/* 定义16标准色 */
uint16 const COLORS_TAB[16] = {BLACK,
NAVY,
DGREEN,
DCYAN,
MAROON,
PURPLE,
OLIVE
www.eeworm.com/read/258903/11833467
o draw.o
www.eeworm.com/read/155451/11870164
h draw.h
#include "Image.h"
#include "search.h" // EllipseState
#include "base.h" // ISIZE[XY]
//#define VARSIZE // prevents "filters.h" from defining ISIZEX & ISIZEY
//#include "filters.h"
//#include "gradie
www.eeworm.com/read/155451/11870193
cpp draw.cpp
#include "stdafx.h" // TRACE(), AfxMessageBox(), max(), min()
#include
#include "draw.h"
static char msg[80];
extern CDC *my_cdc; // for debugging, to allow TextOut()
extern HDC my_hdc;