代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/189697/8458445
sln draw.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Draw", "Draw.vcproj", "{DEC01497-BCEC-4211-A5D3-73180E78A9E7}"
ProjectSection(Project
www.eeworm.com/read/189697/8458446
ncb draw.ncb
www.eeworm.com/read/189697/8458452
cpp draw.cpp
// Draw.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Draw.h"
#include "MainFrm.h"
#include "DrawDoc.h"
#include "DrawView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/189697/8458465
opt draw.opt
www.eeworm.com/read/189697/8458466
rc draw.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/189697/8458467
suo draw.suo
www.eeworm.com/read/189697/8458472
dsw draw.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/290515/8479543
cpp draw.cpp
#include "Globals.h"
void DrawArrow(CDC* pDC,CPoint& start,CPoint& end)//画箭头
{
int dx,dy,x,y;
double dq;
dx=start.x-end.x;
dy=start.y-end.y;
dx=dx-dy;
dy=dx+2*dy;
dq=sqrt(dx
www.eeworm.com/read/389746/8505281
h draw.h
#ifndef HDRAW_H
#define HDEAW_H
#include
#include
class Drawwidget:public QWidget
{
public:
Drawwidget(QWidget* parent=0);
void ReSize(int x, int y);
void SetBackG