代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/145137/12750215
pas draw_find.pas
unit draw_find;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, baseform, StdCtrls, dxCntner, dxEditor, dxExEdtr, dxEdLib,
Buttons;
www.eeworm.com/read/145137/12750296
dfm hi_draw.dfm
inherited fHi_draw: TfHi_draw
Left = 204
Top = 54
Width = 757
Height = 652
Caption = #30149#21382#31649#29702
FormStyle = fsMDIChild
OldCreateOrder = True
Visible = True
Win
www.eeworm.com/read/332250/12769191
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/245941/12770981
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/245567/12793916
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/245131/12817652
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/143592/12858532
h d_draw.h
#ifndef GRAPHICS_OPERATIONS
#define GRAPHICS_OPERATIONS
#include "ezdraw.h"
void openWindow(); // initialize drawing surface
void viewWindow(); // wait until a key is pressed
void era
www.eeworm.com/read/330850/12864997
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/330513/12884642
h draw_win.h
# ifndef DRAW_WIN_H
# define DRAW_WIN_H
# include
# include
class Draw_window
{
public:
Draw_window (int ,int ,int ,int);
private:
int left,right,top,bo
www.eeworm.com/read/330049/12918407