代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/391573/8396507
as oval_circle_draw.as
/*
Oval and Circle Drawing v1.0
Oct. 29, 2002
adapted from Casper Schuirink's drawCircle()
MovieClip methods to draw ovals (ellipses) and circles.
Discussed in Chapter 10 of
www.eeworm.com/read/391573/8396512
as bezier_draw_cubic.as
/*
Cubic Bezier Drawing v1.1
Oct. 29, 2002
(c) 2002 Robert Penner
MovieClip methods to draw cubic beziers (four control points)
using recursive quadratic approximation with adjustab
www.eeworm.com/read/191902/8417253
m make_a_draw.m
function [test_indices, train_indices] = make_a_draw(how_many, out_of_how_many)
%Choose a number of indices out of the maximum number allowed.
indices = randperm(out_of_how_many);
train_indi
www.eeworm.com/read/189697/8458437
rc2 draw.rc2
//
// DRAW.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/390147/8481910
h r_draw.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/390147/8482017
c r_draw.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/290032/8510419
rc2 draw.rc2
//
// DRAW.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APSTUDIO_I
www.eeworm.com/read/290032/8510429
ico draw1.ico
www.eeworm.com/read/188543/8529796
m run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');
www.eeworm.com/read/389346/8532866
cpp ex_draw.cpp
// Ex_Draw.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Ex_Draw.h"
#include "MainFrm.h"
#include "Ex_DrawDoc.h"
#include "Ex_DrawView.h"
#ifdef