代码搜索:Interactive

找到约 5,961 项符合「Interactive」的源代码

代码结果 5,961
www.eeworm.com/read/192865/8268858

pas interactive.pas

//////////////////////////////////////////////////////////////////////////////// // // // FileName : InterActive.pas // Creator : Shen Min // Date : 2002-4-5 // Comment
www.eeworm.com/read/147969/12506075

html interactive.html

www.eeworm.com/read/147969/12506494

html this_interactive.html

www.eeworm.com/read/147969/12506523

html interactive.html

www.eeworm.com/read/147969/12506758

html interactive.html

www.eeworm.com/read/191902/8417125

m interactive_learning.m

function D = Interactive_Learning(train_features, train_targets, params, region); % Classify using nearest neighbors and interactive learning % Inputs: % features- Train features % targets - Tr
www.eeworm.com/read/286662/8751731

m interactive_learning.m

function test_targets = Interactive_Learning(train_patterns, train_targets, test_patterns, params) % Classify using nearest neighbors and interactive learning % Inputs: % train_patterns - Train
www.eeworm.com/read/381109/9109739

cpp interactive_polygon.cpp

#include "agg_basics.h" #include "interactive_polygon.h" namespace agg { interactive_polygon::interactive_polygon(unsigned np, double point_radius) : m_polygon(np * 2), m_n
www.eeworm.com/read/381109/9109888

h interactive_polygon.h

#ifndef INTERACTIVE_POLYGON_INCLUDED #define INTERACTIVE_POLYGON_INCLUDED #include "agg_array.h" #include "agg_conv_stroke.h" #include "agg_ellipse.h" namespace agg { class simple_polyg