代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/362500/9995805
m simca.m
function model = simca(data,class,labels)
%SIMCA Soft independent method of class analogy model maker.
% Develops a SIMCA model, which is really a collection of PCA
% models, one for each class o
www.eeworm.com/read/162558/10296288
sargon
#!/bin/sh
#
# Usage: sargon [interval] [count] [days-to-keep] [days-to-keep-uncompressed]
# Author: John Caruso
# Modified by Sebastien Godard
#
# Synopsis: Replacement for Sun's sar data collection s
www.eeworm.com/read/424063/10502303
htm hcomgf.htm
Communications Toolbox Utilities and Miscellaneus
Galois Field Functions
This toolbox contains a collection of MATLAB functions for
Galois Field (GF) computation. The reason fo
www.eeworm.com/read/463481/7180186
m arcsregion.m
function R=arcs2region(c,k,dfi);
% Converts the region, returned by Circles_Intersection, into
% array, approximated as polygons collection
% Input: c - result of Circles_Intersection action;
% k
www.eeworm.com/read/449369/7507988
in results.pl.in
#! @PERL@ -w
# @configure_input@
#
# results.pl
# Summarize statistics from many experiments.
# usage:
# cat (list of filenames) | results.pl minfile
# Content of minfile is a collection of pairs
www.eeworm.com/read/442927/7641973
m gmmtraindemo2dcovtype01.m
% Animation of GMM training with covType=1 (isotropic) for 2D data
% Data collection
DS = dcData(2);
data=DS.input;
% GMM training
covType=1;
gaussianNum=8;
gmmTrainParam=gmmTrainParamSet;
www.eeworm.com/read/439333/7712083
xml icondef.xml
RhymBox
1.0
Default set of icons in RhymBox. Created by Greg Fleming as part of his Megapack1 icon collection.
www.eeworm.com/read/168182/7813420
html ex29_2.html
Iterating through the all collection.
function listAllElements() {
var tag_names = "";
for (i=0; i
www.eeworm.com/read/295809/8138654
java collectgui.java
package Clients;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import Middle.*;
/**
* Implements the GUI for the Collection desk Client.
* @author
* @version 1.0