代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/201218/15413228
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/201218/15413235
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/101019/15856580
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
www.eeworm.com/read/101019/15856695
cpp pgm0a_10.cpp
//
// This file contains the C++ code from Program A.10 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/101019/15856767
cpp pgm0a_07.cpp
//
// This file contains the C++ code from Program A.7 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/101019/15856785
cpp pgm0a_09.cpp
//
// This file contains the C++ code from Program A.9 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/100194/15881350
c pfdisk.c
/*
* pfdisk - Partition a Fixed DISK
* by Gordon W. Ross, Jan. 1990
*
* See the file "pfdisk.doc" for user instructions.
*
* This program uses a simple, line-oriented interpreter,
* desi
www.eeworm.com/read/285874/8806305
htm ei35.htm
Effective C++, 2E | Item 35: Make sure public inheritance models "isa" Back to Inheritance and Object-Oriented Design
Continue to Item 36: Differentiate between inheritance of interface and inheritan
www.eeworm.com/read/279234/10453176
pm linkedlist.pm
# Fig. 20.6: LinkedList.pm
# Object-oriented linked-list implementation.
use warnings;
use strict;
package ListNode; # start package ListNode
# ListNode constructor
sub new
{
my