代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/352445/10552046
m ptfddb.m
function ptfddb(tfd, dbs, t, f, fs)
% ptfddb -- Display an image plot of a TFD with a dB amplitude scale.
%
% Usage
% ptfddb(tfd, dbs, t, f, fs)
%
% Inputs
% tfd time-frequency distribution
%
www.eeworm.com/read/352445/10552050
m fmsin.m
function x = fmsin(N, p, phs)
% fmsin -- create a signal with a sinusoidal frequency modulation
%
% Usage
% x = fmsin(N, p, phs)
%
% Inputs
% N length of the signal
% p number of cycl
www.eeworm.com/read/352445/10552107
m choi_williams1.m
function [tfd, t, f] = choi_williams1(x, fs, sigma)
% choi_williams1 -- Compute samples of the (type I) Choi_Williams distribution.
%
% Usage
% [tfd, t, f] = choi_williams1(x, fs, sigma)
%
% Inpu
www.eeworm.com/read/277716/10611044
m pearson_ica.m
function [y, A, W]=pearson_ica(mixedsig, s1, v1, s2, v2,...
s3, v3, s4, v4);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Pearson-ICA algorithm for Inde
www.eeworm.com/read/159070/10697707
h httpresponse.h
#if !defined(HttpResponse_H)
#define HttpResponse_H
#include "HttpUtil.h"
#include "HttpRequest.h"
#include "HttpServerInfo.h"
#include "TextFile.h"
#include
#include
www.eeworm.com/read/421785/10698527
c global.c
/* global.c -- uses an external variable */
#include
int units = 0; /* an external variable */
void critic(void);
int main(void)
{
extern int units; /* an optional r
www.eeworm.com/read/418695/10935682
m learnbpm.m
function [dw,db] = learnbpm(p,d,lr,mc,dw,db)
%LEARNBPM Backpropagation learning rule with momentum.
%
% [dW,dB] = LEARNBPM(P,D,LR,MC,dW,dB)
% P - RxQ matrix of input vectors.
% D - SxQ matrix o
www.eeworm.com/read/418691/10935811
js highlighter.js
$(document).ready(function(){
var option = {
dir:'/SyntaxHighlighter/', //required. path of SyntaxHighlighter
/**
* Set SyntaxHighlighter default options on this page
* You can get