代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/129915/14217740
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/129894/14218504
c draw_line.c
/*****************************************************************************
Filename: native.c
Version: 0.01
Description: calculate measure value
Returns: result
Revis
www.eeworm.com/read/231340/14238538
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/230596/14280949
class draw$windowhandler.class
www.eeworm.com/read/128628/14287918
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/128628/14287920
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
www.eeworm.com/read/128628/14287921
rc draw_shapes.rc
#include "windows.h"
#include "Draw_Shapes.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/128628/14287923
h draw_shapes.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/128628/14288050
rc draw_hollow.rc
#include "windows.h"
#include "Draw_Hollow.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/128628/14288053
h draw_hollow.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM