代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/248896/12535609
html fieldfullexception.html
FieldFullException (PIM Optional Package 1.0 Spec,
www.eeworm.com/read/235928/14041418
m sompak_sammon.m
function sMap=sompak_sammon(sMap,ft,cout,ct,rlen)
%SOMPAK_SAMMON Call SOM_PAK Sammon's mapping program from Matlab.
%
% P = sompak_sammon(sMap,ft,cout,ct,rlen)
%
% ARGUMENTS ([]'s are optional and c
www.eeworm.com/read/392021/8366799
m frespf1.m
function fresp = frespF1(f1,f,phi)
%frespF1(f1,f) Plot/calculate the frequency response of the F1 filter
%in a Saramaki HBF at the points given in the optional f (n by 1) vector.
if nargin < 3
ph
www.eeworm.com/read/389321/8533469
m qprec.m
function x = qprec(p0, p1, type)
% QPREC Quincunx Polyphase Reconstruction
%
% x = qprec(p0, p1, [type])
%
% Input:
% p0, p1: two qunincunx polyphase components of the image
% type: [optional] one
www.eeworm.com/read/385990/8772807
c viterbi39.c
/* Switch to K=9 r=1/3 Viterbi decoder with optional Intel or PowerPC SIMD
* Copyright Aug 2006, Phil Karn, KA9Q
*/
#include
#include
#include
#include "fec.h"
/* Cr
www.eeworm.com/read/385990/8772815
c viterbi27.c
/* K=7 r=1/2 Viterbi decoder with optional Intel or PowerPC SIMD
* Copyright Feb 2004, Phil Karn, KA9Q
*/
#include
#include
#include
#include "fec.h"
/* Create a new
www.eeworm.com/read/385990/8772897
c viterbi29.c
/* Switch to K=9 r=1/2 Viterbi decoder with optional Intel or PowerPC SIMD
* Copyright Feb 2004, Phil Karn, KA9Q
*/
#include
#include
#include
#include "fec.h"
/* Cr
www.eeworm.com/read/385990/8772936
c viterbi615.c
/* K=15 r=1/6 Viterbi decoder with optional Intel or PowerPC SIMD
* Copyright Feb 2004, Phil Karn, KA9Q
*/
#include
#include
#include
#include "fec.h"
/* Create a ne
www.eeworm.com/read/182900/9186612
m frespf1.m
function fresp = frespF1(f1,f,phi)
%frespF1(f1,f) Plot/calculate the frequency response of the F1 filter
%in a Saramaki HBF at the points given in the optional f (n by 1) vector.
if nargin < 3
ph
www.eeworm.com/read/365849/9844575
m hgrade_general.m
function v=hgrade_general(obj,x,t,u,varargin)
% Calculates: grad_e[h(x,t) + hu(x,t)*u(t) + e(t)]
%
% Syntax: (* = optional)
%
% grad_e = hgrade_general(model, x, t, u, e*);
%
% In arguments:
%