代码搜索:Models

找到约 5,847 项符合「Models」的源代码

代码结果 5,847
www.eeworm.com/read/143595/12858004

tex lmerge.tex

% % HLMBook - V.Valtchev 26/05/98 % % Updated - Gareth Moore 15/01/02 - 1/3/02 % \newpage \mysect{LMerge}{LMerge} \mysubsect{Function}{LMerge-Function} \index{lmerge@\htool{LMerge}|(} This prog
www.eeworm.com/read/329960/12923728

py mixture.py

################################################################################ # # This file is part of the General Hidden Markov Model Library, # GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/329960/12923963

h scluster.h

/******************************************************************************* * * This file is part of the General Hidden Markov Model Library, * GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/325790/13184354

txt how-to-start.txt

First, make sure that the following directories are added to your path: * expressions * filters * GUI * models * noise * resampling * simulators There is a script for doing this named "pfp
www.eeworm.com/read/137364/13326638

cpp syntheticdata2.cpp

/* Scalable K-means clustering software Copyright (C) 2000 Fredrik Farnstrom and James Lewis This program is free software; you can redistribute it and/or modify it under the terms of the GNU Genera
www.eeworm.com/read/321827/13397727

c dllmain.c

/*** *dllmain.c - Dummy DllMain for user DLLs that have no notification handler * * Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved. * *Purpose: * This object goe
www.eeworm.com/read/321790/13398687

txt altera_mf.txt

Filename : altera_mf.txt Description : This file contains the general description on Quartus release Copyright (c) Altera Corporation 1997-2002 All rights reserved Quart
www.eeworm.com/read/152629/5673178

java testinference.java

/* Copyright (C) 2003 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet Th
www.eeworm.com/read/149109/5703362

cc~ example.cc~

// Compute the stable models of the program // a :- not b. // b :- not a. #include #include "smodels.h" #include "api.h" #include "atomrule.h" using namespace std; int main () { S
www.eeworm.com/read/149109/5703364

cc~ example2.cc~

// Run for example as follows: cat | pparse | example2 #include #include "stable.h" int main () { Stable stable; int bad = stable.read (cin); // Read from standard input if