代码搜索结果
找到约 33,766 项符合
Algorithm 的代码
bsort.asm
TITLE BubbleSort Procedure (BSort.asm)
; Sort an array of signed integers, using the Bubble
; sort algorithm. The main program is in B_main.asm.
; Last update: 9/10/01
INCLUD
parameter.java
package org.scut.DataMining.Algorithm.NeuralNetwork.BP;
public final class Parameter
{
/** Input layer count */
public int input = 0;
/** Hidden put layer count*/
public int hidden = 0;
makefile.am
libcppunitincludedir = $(includedir)/cppunit/tools
libcppunitinclude_HEADERS = \
Algorithm.h \
StringTools.h \
XmlElement.h \
XmlDocument.h
frontier_inf_engine.m
function engine = frontier_inf_engine(bnet)
% FRONTIER_INF_ENGINE Inference engine for DBNs which which uses the frontier algorithm.
% engine = frontier_inf_engine(bnet)
%
% The frontier algorithm ext
diagnose_container_01.sof
@ Sof v1.0 @
@ SingleLinkedList 0 @
values = {
input = "__input_SAMPLED_DATA";
output = "___DATA_0";
algo = {
name = "CoefficientLabel";
algorithm = "DATA";
implementation
www.sof
@ Sof v1.0 @
@ JSGF 100 @
algorithm = "JSGF";
grammar = {
#JSGF V1.0;
// Define the grammar name
grammar network.grammar.ISIP_JSGF_START;
// Define the ISIP graph start symbol
public
filters.sof
@ Sof v1.0 @
@ Filter 0 @
algorithm = "LTI";
implementation = "CCDE";
compute_mode = "CROSS_FRAME";
ma_coef = 1.2, 0.5, 1.1, 1.0;
ar_coef = 0.5, 2.0, 0.2;
ma_lag = -2, -1, -4, 0;
ar_lag = -2, -1, -5;
algo_04.cc
// file: $isip/class/algo/Algorithm/algo_04.cc
// version: $Id: algo_04.cc,v 1.7 2002/07/14 14:56:24 picone Exp $
//
// isip include files
//
#include "Algorithm.h"
// method: sofSize
//
// argument
gnumakefile
# file: $isip/class/algo/Algorithm/GNUmakefile
# version: $Id: GNUmakefile,v 1.3 2002/06/26 22:33:38 picone Exp $
#
# this make file builds the Window class
#
# define the source files
#
ISIP_FILES =
algo_05.cc
// file: $isip/class/algo/Algorithm/algo_05.cc
// version: $Id: algo_05.cc,v 1.25 2002/07/14 14:56:24 picone Exp $
//
// system include files
//
#include
// isip include files
//
#include