代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/192685/8332145
html 20295.html
Re: 什么是编译错误引数不为选择性(optional)?
Re: 什么是编译错误引数不为选择性(optional)?
www.eeworm.com/read/292598/8346333
m susan.m
%function [U,V,USAN] = SUSAN(A,maxInt,sigma,thresh,g,radius,width)
%
% Returns the USAN response of a greysale image
%
% INPUT:
% A - the image. Intensity must be quantized as integers with a mi
www.eeworm.com/read/173799/9635341
m smooth1.m
function [tfd, t, f] = smooth1(x, fs, sigma, nfreq)
% smooth1 -- Compute samples of a Guassian smoothed Wigner distribution
%
% Usage
% [tfd, t, f] = smooth1(x, fs, sigma, nfreq)
%
% Inputs
%
www.eeworm.com/read/173799/9635359
m page2.m
function [tfd, t, f] = page2(x, fs, nfreq)
% page2 -- Compute samples of the type II Page distribution.
%
% Usage
% [tfd, t, f] = page2(x, fs, nfreq)
%
% Inputs
% x signal vector
% fs
www.eeworm.com/read/173799/9635362
m binomial2.m
function [tfd, t, f] = binomial2(x, fs, nfreq, wlen)
% binomial2 -- Compute samples of the type II binomial distribution.
%
% Usage
% [tfd, t, f] = binomial2(x, fs, nfreq, wlen)
%
% Inputs
% x
www.eeworm.com/read/369041/9666603
bas foxcbmp3.bas
Attribute VB_Name = "basFoxCBmp3"
Enum FoxTimeFlags
FOX_TIME_RESET = &H1
End Enum
Enum FoxCounterFlags
FOX_COUNTER_RESET = &H1
FOX_COUNTER_COUNT = &H2
End Enum
'All functions c
www.eeworm.com/read/172013/9726672
m powerit.m
function [lambda,v] = powerit(A,s,nit,x0,verbose)
% powerit Shifted power method for finding matrix eigenvalues
%
% Synopsis: lam = powerit(A) [lam,v] = powerit(A)
%
www.eeworm.com/read/172010/9726787
m demosteel.m
function [tout,Tout] = demoSteel(nref,rtol,atol)
% demoSteel Solve ODE describing heat treating of a steel bar using ode45
%
% Synopsis: demoSteel [t,T] = demoSteel
%
www.eeworm.com/read/171509/9752202
txt 02 win32.txt
研究CreateProcess
==========================
Может быть я всегда знал
Мои хрупкие мечты будут разбиты ради тебя...
www.eeworm.com/read/268635/11128825
h hookmanager.h
// Copyright Ric Vieler, 2006
// Support header for hookManager.c
#ifndef _HOOK_MANAGER_H_
#define _HOOK_MANAGER_H_
NTSTATUS HookKernel( void );
BOOL IsSameFile( PUNICODE_STRING shortString,