代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/359445/10146330
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*
www.eeworm.com/read/163224/10169542
m fft_analysis.m
function [X, Delta] = FFT_Analysis(Input)
%
% Authors: Fabien A.P. Petitcolas (fapp2@cl.cam.ac.uk)
% Teddy Furon (furont@thmulti.com)
%
% Corrections:
% Michael Arnold
www.eeworm.com/read/357508/10207610
c frm_scale.c
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/356592/10224212
m dist2.m
function n2 = dist2(x, c)
%DIST2 Calculates squared distance between two sets of points.
%
% Description
% D = DIST2(X, C) takes two matrices of vectors and calculates the
% squared Euclidean distance
www.eeworm.com/read/281001/10273367
c bitmat.c
/*----------------------------------------------------------------------
File : bitmat.c
Contents: bit matrix management
Author : Christian Borgelt
History : 2002.06.09 file created
www.eeworm.com/read/162188/10327726
src recserrc.src
/*
** recserrc.src
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This File Heade
www.eeworm.com/read/162188/10327791
src psnreg.src
/*
** psnreg.src - Poisson Regression
**
**
** (C) Copyright 1988-1995 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS
www.eeworm.com/read/162188/10327858
src qprog.src
/*
** QProg - Quadratic Programming
**
** (C) Copyright 1996 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. T
www.eeworm.com/read/425695/10336591
m sp_dist2.m
function n2 = sp_dist2(x, c)
% DIST2 Calculates squared distance between two sets of points.
% Adapted from Netlab neural network software:
% http://www.ncrg.aston.ac.uk/netlab/index.php
%
% Desc
www.eeworm.com/read/161235/10435460
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*