代码搜索:threshold
找到约 3,747 项符合「threshold」的源代码
代码结果 3,747
www.eeworm.com/read/381776/9072177
pjt threshold.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Threshold"
ProjectDir="E:\EVM\DM642_20060117\program06\Threshold\"
ProjectType=Execu
www.eeworm.com/read/381776/9072178
paf threshold.paf
www.eeworm.com/read/381776/9072188
bmp threshold.bmp
www.eeworm.com/read/381207/9104809
m threshold.m
function [pfa, vt] = threshold (nfa, np)
% This function calculates the threshold value from nfa and np.
% The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66))
% This function
www.eeworm.com/read/380486/9145160
c threshold.c
/* threshold.c */
/* Copyright 2004 Oswaldo Morizaki */
/* This file is part of ga-nn-ag.
ga-nn-ag is free software; you can redistribute it and/or modify
it under the terms of the GNU G
www.eeworm.com/read/180268/9314040
m threshold.m
function [pfa, vt] = threshold (nfa, np)
% This function calculates the threshold value from nfa and np.
% The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66))
% This function
www.eeworm.com/read/375836/9348631
m threshold.m
function a = threshold(dE,T,q)
% Threshold acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for infor
www.eeworm.com/read/169871/9835605
m threshold.m
function a = threshold(dE,T,q)
% Threshold acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for infor
www.eeworm.com/read/364310/9912624
m threshold.m
function [pfa, vt] = threshold (nfa, np)
% This function calculates the threshold value from nfa and np.
% The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66))
% This function
www.eeworm.com/read/165912/10047046
m threshold.m
function vt = threshold(vsb, type, vt0, gamma)
% analysis of threshold in the presence of body effect
phi = -0.6 * type;
vt = vt0 + gamma * (sqrt(abs(-phi + vsb)) - sqrt(abs(phi)));