代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/461240/7231295
m define_output_parameters_2d.m
disp('defining output parameters');
sampled_electric_fields = [];
sampled_magnetic_fields = [];
sampled_transient_E_planes = [];
sampled_frequency_E_planes = [];
% figure refresh rate
plotti
www.eeworm.com/read/115011/6121163
h bublbobl.h
void load_bubble_bobble(void);
void load_bubble_bobble_romstar(void);
void load_bobble_bobble(void);
void load_super_bobble_bobble(void);
void clear_bubble_bobble(void);
void draw_bubble_bobble(void
www.eeworm.com/read/259894/11758997
h iskincodes.h
/**********************************************************************
FILE: ISkinCodes.h
DESCRIPTION: Skin Bone Deformer defines
CREATED BY: Nikolai Sander, Discreet
HISTORY: 7/12
www.eeworm.com/read/300480/13911148
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Graphic.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#defi
www.eeworm.com/read/179365/9359782
c lcd_optr.c
//****************************************************************************
//
// LCD_OPTREX.C - Routines to enable and draw on the Optrex DMF-50944NCU-Fw-2
// color LCD panel, at a resolution
www.eeworm.com/read/179007/9379276
java addlinecommand.java
/* Generated by Together */
package com.javapatterns.command.drawlines;
public class AddLineCommand implements Command {
/**
* @supplierRole drawing
*/
private Drawing draw
www.eeworm.com/read/421128/10754054
txt strings.txt
;
; String table
;
ZoomInMapToolHelpText = "To zoom in, click on the map or hold the mouse down and drag to draw rectangle, and release to end the operation"
ZoomOutMapToolHelpText = "To zoom ou
www.eeworm.com/read/103516/7130823
txt aaread1.txt
freeware xhunga@tiscali.fr
Calculus (Derivative:Normal).
a) You can see the result into Gnuplot.
* Draw the normal.
* Animate the no
www.eeworm.com/read/449504/7502500
m coda.m
function result = coda(draws,vnames,info,fid)
% PURPOSE: MCMC convergence diagnostics, modeled after Splus coda
% ------------------------------------------------------
% USAGE: coda(draw
www.eeworm.com/read/299153/7883175
java line.java
package com.javapatterns.composite.drawingsafe;
public class Line extends Graphics
{
public void draw()
{
//write your code here
}
}