代码搜索:recursive

找到约 2,177 项符合「recursive」的源代码

代码结果 2,177
www.eeworm.com/read/224012/14607900

m em.m

function [Priors, Mu, Sigma, Pix] = EM(Data, Priors0, Mu0, Sigma0) % % This function learns the parameters of a Gaussian Mixture Model % (GMM) using a recursive Expectation-Maximization (EM) algor
www.eeworm.com/read/117743/14906347

cpp jsbtree.cpp

//JSBTree.cpp Begin /* Jon Martin */ // Jon's binary tree implementation for JBSTree, a Recursive Binary Search Tree #include "JBSTree.h" #include #include #include
www.eeworm.com/read/218565/14915259

h app_config.h

#ifndef __GNU_APP_CONFIG_H__ #define __GNU_APP_CONFIG_H__ #include #include #include #include #include #include
www.eeworm.com/read/215120/15074784

c highp.c

/* * Sound Tools High-Pass effect file. * * (C) 2000 Chris Bagwell * See License file for further copyright information. * * Algorithm: Recursive single pole high-p
www.eeworm.com/read/212063/15166286

cpp node.cpp

template void Binary_tree:: recursive_inorder(Binary_node *sub_root, void (*visit)(Entry &)) /* Pre: sub_root is either NULL or points a subtree of a Bi
www.eeworm.com/read/208576/15243935

cpp fig06_30.cpp

// Fig. 6.30: fig06_30.cpp // Testing the recursive fibonacci function. #include using std::cout; using std::cin; using std::endl; unsigned long fibonacci( unsigned long ); // funct
www.eeworm.com/read/208576/15243951

cpp fig06_29.cpp

// Fig. 6.29: fig06_29.cpp // Testing the recursive factorial function. #include using std::cout; using std::endl; #include using std::setw; unsigned long factorial( un
www.eeworm.com/read/186489/5231537

java marshalcontext.java

package org.ephman.abra.tools; import java.util.*; import java.text.SimpleDateFormat; /** a class to hold all marshalling context info * like recursive links - and next unique number etc. * @autho
www.eeworm.com/read/186489/5231540

java unmarshalcontext.java

package org.ephman.abra.tools; import java.util.*; import java.text.SimpleDateFormat; /** a class to hold all marshalling context info * like recursive links - and next unique number etc. * @autho
www.eeworm.com/read/268871/4249121

x recroute_prot.x

%#include /** Outgoing recursive RPCs */ enum recroute_route_stat { RECROUTE_ACCEPTED = 0, RECROUTE_REJECTED = 1 }; struct recroute_route_arg { unsigned routeid; /* client int