代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/411009/11261256
cpp draw.cpp
// Draw.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#include "GraphicsControl.h"
#include
// Text printed to the console in UpdateModeL()
_LIT(KTxtUpdateMod
www.eeworm.com/read/410967/11262967
h draw.h
#ifndef __SGL_DRAW
#define __SGL_DRAW
void draw_line(int x0, int y0, int x1, int y1,
void (*pixel)(int x, int y),
void (*hline)(int, int, int),
void (*vline)(int, int, int) )
www.eeworm.com/read/410967/11262990
c draw.c
#include
#include "sgltype.h"
#include "sglutility.h"
extern sglDevice sgl;
void draw_line( int x0, int y0, int x1, int y1,
void (*pixel)(int, int),
void (*hline)(int,
www.eeworm.com/read/249734/12477338
jad draw.jad
MIDlet-1: hua,,hua
MIDlet-Jar-URL: draw.jar
MIDlet-Name: draw Midlet Suite
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Version: 1.0.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MID
www.eeworm.com/read/335628/12510905
cls draw.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/335337/12539374
ico draw.ico
www.eeworm.com/read/248715/12544976
c draw.c
/************************************************************************
draw_image - 将输入数据的幅度画出图形。该函数可自动调整显示的比例, 使图形
充满整个屏幕。
输入参数: double *x - 输入数据序列的指针;
int m - 输入数据序列的
www.eeworm.com/read/334860/12568248
m draw.m
function fig = draw()
% 手画光滑曲线图形界面
% 先用Range确定大致范围;然后用ginput用鼠标单击大致数据点;最后用Draw it画图。
% 本程序采用样条拟合
% By L. J. Hu, 2000
% This is the machine-generated representation of a Handle Graphics object
www.eeworm.com/read/334570/12585666
mak draw.mak
# Microsoft Developer Studio Generated NMAKE File, Based on draw1.dsp
!IF "$(CFG)" == ""
CFG=draw1 - Win32 Debug
!MESSAGE No configuration specified. Defaulting to draw1 - Win32 Debug.
!ENDIF
www.eeworm.com/read/334570/12585669
h draw.h
// Draw.h : main header file for the Draw application
//
#if !defined(AFX_Draw_H__0EFFC626_8953_11D2_AE7B_444553540000__INCLUDED_)
#define AFX_Draw_H__0EFFC626_8953_11D2_AE7B_444553540000__INCLUD