代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/476165/6763695
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/410337/11292829
h draw.h
#if !defined(AFX_DRAW_H__F596839A_4599_44F3_9006_61732E79FF76__INCLUDED_)
#define AFX_DRAW_H__F596839A_4599_44F3_9006_61732E79FF76__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/410337/11292846
cpp draw.cpp
// Draw.cpp : implementation file
//
#include "stdafx.h"
#include "ReadCompass.h"
#include "Draw.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/264433/11315135
java draw.java
import java.awt.*;
import java.awt.event.*;
import java.text.DateFormat;
import java.util.*;
import javax.swing.*;
import javax.swing.JColorChooser;
public class draw extends Frame implement
www.eeworm.com/read/263879/11338202
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/263812/11341308
vbp draw.vbp
Type=Exe
Form=frmDraw.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\STDOLE2.TLB#OLE Automation
IconForm="frmDraw"
Startup="frmDraw"
Command32=""
Name="Project1"
www.eeworm.com/read/408317/11393006
h draw.h
#pragma warning(disable : 4996)
#include
//绘制十字叉
void DrawCross(IplImage* img ,CvPoint center,int type)
{
CvPoint pt1,pt2;
pt1.x=center.x-5;
pt1.y=center.y;
pt2.x=center.x+5;
pt
www.eeworm.com/read/408283/11398407
ico draw.ico
www.eeworm.com/read/408283/11398455