代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/7646/125278
c gen_draw.c
// gen_draw.c //
#include "mp4_decoder.h"
#include "gen_draw.h"
/**
*
**/
extern int MV[2][6][MBR+1][MBC+2]; // motion vectors
extern int modemap[MBR+1][MBC+2]; // macroblock modes
www.eeworm.com/read/7716/129103
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/7723/129768
c gui_draw.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/9022/161780
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
www.eeworm.com/read/9022/161790
c gen_draw.c
// gen_draw.c //
#include "mp4_decoder.h"
#include "gen_draw.h"
/**
*
**/
extern int MV[2][6][MBR+1][MBC+2]; // motion vectors
extern int modemap[MBR+1][MBC+2]; // macroblock modes
www.eeworm.com/read/11076/195668
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/12930/266840
c gui_draw.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/13871/284455
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/13871/284489
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/14356/330410
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