代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/101019/15856866
cpp pgm11_16.cpp
//
// This file contains the C++ code from Program 11.16 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/101019/15856867
cpp pgm11_22.cpp
//
// This file contains the C++ code from Program 11.22 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/101019/15856868
cpp pgm10_13.cpp
//
// This file contains the C++ code from Program 10.13 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/101019/15856869
cpp pgm09_08.cpp
//
// This file contains the C++ code from Program 9.8 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/101019/15856871
cpp pgm10_08.cpp
//
// This file contains the C++ code from Program 10.8 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/190459/8443107
m demomodel.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp(' This demo explains the use of the advanced object oriented interface');
disp(' '
www.eeworm.com/read/190459/8443115
m deltablssvm.m
function model = deltablssvm(model,a1,a2)
% Bias term correction for the LS-SVM classifier
%
% >> model = deltablssvm(model, b_new)
%
% This function is only useful in the object oriented function
%
www.eeworm.com/read/389586/8512687
txt 65. f28xx aci3_4:sensor-less direct flux vector control of .txt
This system framework contains sensor-less direct field oriented control of 3-phase induction motor. The motor speed is controlled by using estimated speed as the speed feedback from the speed estimat
www.eeworm.com/read/389586/8512719
txt 63. f28xx aci3_3:sensored indirect foc of 3-phase aci motor.txt
This system simulates a sensored indirect field oriented control of 3-phase induction motor with an “emulated” 3-phase induction motor model. The motor speed is controlled by using measured speed as t
www.eeworm.com/read/187542/8626647
cpp pgm0a_08.cpp
//
// This file contains the C++ code from Program A.8 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998