代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/374548/9396573
h dlg_draw.h
#if !defined(AFX_DLG_DRAW_H__D7843854_0286_4C46_B854_4545B092E215__INCLUDED_)
#define AFX_DLG_DRAW_H__D7843854_0286_4C46_B854_4545B092E215__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/374548/9396580
cpp dlg_draw.cpp
// DLG_DRAW.cpp : implementation file
//
#include "stdafx.h"
#include "Ncap.h"
#include "DLG_DRAW.h"
#include "ADOConn.h"
#include "DLG_QUERY.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/178406/9399773
m draw_plane.m
%q=1000
z=R.NODES';
Wu=real(H(:,q));
Wv=i*imag(H(:,q));
[wx wy]=animate2(Wu,Wv,12);
wx=0.9*wx; wy=0.9*wy;
plot3(z,wx(:,1),wy(:,1),'-b','linewidth',4); hold on
dx=max(z)-min(
www.eeworm.com/read/177731/9436008
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/373250/9467651
m draw_ellipse.m
function h = draw_ellipse(x, c, outline_color, fill_color)
% DRAW_ELLIPSE(x, c, outline_color, fill_color)
% Draws ellipses at centers x with covariance matrix c.
% x is a matrix of columns. c
www.eeworm.com/read/373250/9467717
m draw_circle.m
function h = draw_circle(x, r, outline_color, fill_color)
% draw filled circles at centers x with radii r.
% x is a matrix of columns. r is a row vector.
n = 40; % resolution
radians = [0:(
www.eeworm.com/read/177129/9468913
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/372113/9521249
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/175467/9546587
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/169946/9830079
h gen_draw.h
// gen_draw.h //
#ifndef _GEN_DRAW_H_
#define _GEN_DRAW_H_
#endif // _GEN_DRAW_H_
/*** *** ***/
// Purpose: draw motion vectors in a displayable buffer
extern void colorBuffer_mv(unsigne