代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/250151/12427513
h terrain.h
#pragma once
class Terrain
{
public:
Terrain(void);
~Terrain(void);
bool LoadTerrainHeight(char *filename);
void LoadTerrainTexture(char *filename);
void Draw();
int GetWorldLength();
www.eeworm.com/read/336465/12441898
nlogo !!!---fixmodel2.nlogo
to setup
ca
set-default-shape turtles "circle"
draw-walls
cct 5 ;; create some turtles
[ randomize ] ;; set random coordinates and ran
www.eeworm.com/read/130612/14181314
java sketcher.java
// Chapter 18 Exercise 1
// Add the ability to draw an ellipse
/*
In SketchFrame class:
- added ellipseAction member
- constructor creates ellipseAction Action object and Ellipse menu item
www.eeworm.com/read/232339/14197215
m pet_plot_detail_stim_ui.m
% draw subplot for selected channels in the calling figure
% h0 is the handle of calling figure
%
%----------------------------------------------------------
function h01 = pet_plot_detail_stim_