代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/316737/13518241
h hidpi.h
/*++
Copyright (c) 1996-1998 Microsoft Corporation
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & user mode
www.eeworm.com/read/312016/13620174
m basis.m
% basis - calculate basis matrices
%
% SYNOPSIS
% basis(v, u)
% basis(v, u, N)
%
% DESCRIPTION
% basis finds the (v,u) basis matrix of size NxN.
% N defaults to 8.
%
% SEE ALSO
% basisgrid, ps
www.eeworm.com/read/312016/13620178
m stdq.m
% stdQ - return the JPEG luminance quantizing matrix
%
% SYNOPSIS
% jpeg()
%
% DESCRIPTION
% stdQ returns the 8x8 JPEG luminance matrix; e.g., see
% Pennebaker and Mitchell, "JPEG Still Image Data Com
www.eeworm.com/read/312016/13620179
m toascii.m
% toascii - convert char to ascii
%
% SYNOPSIS
% toascii(char)
%
% DESCRIPTION
% Parsing of m-files changed in Octave-2.0, making it slightly less
% pleasant to use implicit_str_to_num_ok. This hack
www.eeworm.com/read/312016/13620180
m basisgrid.m
% basisgrid - create matrix of NxN basis elements
%
% SYNOPSIS
% basisgrid
% basisgrid(N)
%
% DESCRIPTION
% The NxN basis matrices in a cosine expansion are returned in a
% matrix (with (N+1)N rows,
www.eeworm.com/read/312016/13620195
m getint.m
% getint - retrieve an integer from a stream
%
% SYNOPSIS
% getint(fid)
%
% DESCRIPTION
% getint reads the next integer from fid. All characters
% from `#' to the end of a line are ignored.
% Copyrig
www.eeworm.com/read/312016/13620196
m trailnum.m
% trailnum - count trailing zeros in zigzag sequence
%
% SYNOPSIS
% trailnum(X)
%
% DESCRIPTION
% JPEG-like compression leads to matrices which usually contain
% zeros in the high-frequency entries.
www.eeworm.com/read/312016/13620197
m dequant.m
% NAME
% dequant - unapply quantizing matrix
%
% SYNOPSIS
% dequant
% dequant(X)
% dequant(X, Q)
%
% DESCRIPTION
% dequant cuts an mxn matrix X into NxN matrices and dequantizes
% using the mat
www.eeworm.com/read/152726/5667208
java cainfo.java
/*************************************************************************
* *
* EJBCA: The OpenSource Certificate Authority
www.eeworm.com/read/152713/5668199
java optionscollectiontag.java
/*
* Created on 2005-8-8
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package web.taglib;
/**
* Title