代码搜索:illustrates
找到约 2,346 项符合「illustrates」的源代码
代码结果 2,346
www.eeworm.com/read/225759/4792547
m naive_bayes1.m
% This example illustrates how we can build a naive Bayes classifier
% with different kinds of observed leaves.
N = 3;
dag = zeros(N,N);
dag(1,2:N)=1;
dnodes = [1 2];
nclasses = 2;
ns = [nclasses 2 3
www.eeworm.com/read/213039/4931347
cpp ssl-server-poll.cpp
// SSL-server-poll.cpp,v 1.3 2003/12/10 13:16:55 jwillemsen Exp
// IPC_SAP/poll server, which illustrates how to integrate the ACE
// SSL socket wrappers with the SVR4 system call to create
www.eeworm.com/read/189320/5197554
cpp cpp-inserver-poll.cpp
// CPP-inserver-poll.cpp,v 4.16 2003/11/01 11:15:23 dhinton Exp
// IPC_SAP/poll server, which illustrates how to integrate the ACE
// socket wrappers with the SVR4 system call to create a
// s
www.eeworm.com/read/189320/5197848
cpp ssl-server-poll.cpp
// SSL-server-poll.cpp,v 1.7 2005/12/22 23:33:06 shuston Exp
// IPC_SAP/poll server, which illustrates how to integrate the ACE
// SSL socket wrappers with the SVR4 system call to create a
//
www.eeworm.com/read/189320/5198226
cpp semaphores_2.cpp
// Semaphores_2.cpp,v 4.14 2005/10/05 20:19:26 ossama Exp
// Illustrates the use of the ACE_SV_Semaphore_Complex class and the
// ACE_Malloc class using the ACE_Shared_Memory_Pool (which uses
// Syst
www.eeworm.com/read/189320/5198887
cpp pingpong.cpp
// pingpong.cpp,v 4.27 2005/12/30 11:39:13 jwillemsen Exp
/* Simple program that illustrates many features of the ACE_Reactor:
1. I/O event demultiplexing
2. Signal-based demultiplexing
3.
www.eeworm.com/read/434629/1870055
java flocking3d.java
// Flocking3D.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
// Sirinart Sakarin, March 2003, s4210315@calvin.coe.psu.ac.th
/* This program illustrates flocking boids.
Boids follo
www.eeworm.com/read/433911/1878972
cpp pingpong.cpp
// $Id: pingpong.cpp 80826 2008-03-04 14:51:23Z wotte $
/* Simple program that illustrates many features of the ACE_Reactor:
1. I/O event demultiplexing
2. Signal-based demultiplexing
www.eeworm.com/read/382594/2630935
cpp ssl-server-poll.cpp
// SSL-server-poll.cpp,v 1.7 2005/12/22 23:33:06 shuston Exp
// IPC_SAP/poll server, which illustrates how to integrate the ACE
// SSL socket wrappers with the SVR4 system call to create a
www.eeworm.com/read/192822/8270273
java flocking3d.java
// Flocking3D.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
// Sirinart Sakarin, March 2003, s4210315@calvin.coe.psu.ac.th
/* This program illustrates flocking boids.
Boids follo