代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/161055/10458560
h ctk-draw.h
/**
* \file
* CTK screen drawing module interface, ctk-draw.
* \author Adam Dunkels
*
* This file contains the interface for the ctk-draw module.The
* ctk-draw module takes ca
www.eeworm.com/read/352140/10578174
gnu draw_2.gnu
set title "Performance anomaly (throughput)"
set xlabel "simulation time (sec)"
set ylabel "throughput (bps)"
plot "11m_frame" title "node B (11M)" with linespoints 3,"1m_frame" title "node A (11M
www.eeworm.com/read/352140/10578178
gnu draw_1.gnu
set title "Performance anomaly (throughput)"
set xlabel "simulation time (sec)"
set ylabel "throughput (bps)"
plot "11m" title "node B (11M)" with linespoints 3,"1m" title "node A (11M -> 1M)" with
www.eeworm.com/read/352140/10578191
gnu draw_3.gnu
set title "Performance anomaly (throughput)"
set xlabel "simulation time (sec)"
set ylabel "throughput (bps)"
plot "11m_cwmin" title "node B (11M)" with linespoints 3,"1m_cwmin" title "node A (11M
www.eeworm.com/read/159906/10591326
m run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');
www.eeworm.com/read/277779/10605252
m draw_abnet.m
www.eeworm.com/read/277722/10609233
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/159578/10638368
m object_draw.m
function h = object_draw( obj, c )
% h = object_draw( obj, c )
% draw object obj which is in homogeneous coordinates
% c is an optianl parametr which, if supplied, specified the colour of the dra
www.eeworm.com/read/350642/10722737
mak draw_shapes.mak
# Nmake macros for building Windows 32-Bit apps
all: Draw_S~1.exe
# Update the resource if necessary
Draw_S~1.res: Draw_S~1.rc Draw_S~1.h
rc -r -fo Draw_S~1.res Draw_S~1.rc
# Update t
www.eeworm.com/read/350642/10722742
cpp draw_shapes.cpp
#include
#include "Draw_Shapes.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8