代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/445022/7601610
cpp draw_linedoc.cpp
// Draw_LineDoc.cpp : implementation of the CDraw_LineDoc class
//
#include "stdafx.h"
#include "Draw_Line.h"
#include "Draw_LineDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/445022/7601611
h draw_lineview.h
// Draw_LineView.h : interface of the CDraw_LineView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DRAW_LINEVIEW_H__BC833D22_6190_11D5_A9
www.eeworm.com/read/445022/7601614
h draw_line.h
// Draw_Line.h : main header file for the DRAW_LINE application
//
#if !defined(AFX_DRAW_LINE_H__BC833D1A_6190_11D5_A9E1_0000210013F9__INCLUDED_)
#define AFX_DRAW_LINE_H__BC833D1A_6190_11D5_A9E1_
www.eeworm.com/read/445022/7601615
dsw draw_line.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/445022/7601618
clw draw_line.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDraw_LineView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Dra
www.eeworm.com/read/442827/7644287
m draw_fun.m
flag=8;
switch flag
case 1
x=-10:0.2:10;
y=x;
[X,Y]=meshgrid(x,y);
Z=X.^2+Y.^2;
surf(X,Y,Z);
% colormap();
xlabel('x1');
yl
www.eeworm.com/read/441852/7663838
dcu draw_find.dcu
www.eeworm.com/read/441852/7663840
dfm draw_find.dfm
inherited fdraw_find: Tfdraw_find
Left = 52
Top = 20
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #30149#21382#26597#25214
ClientHeight = 192
ClientWi
www.eeworm.com/read/441852/7663863
dcu hi_draw.dcu
www.eeworm.com/read/441852/7663915
pas hi_draw.pas
unit Hi_draw;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, baseform, DB, ADODB, Buttons, ToolWin, ComCtrls, ActnList,
ImgList, StdC