代码搜索:finding

找到约 1,199 项符合「finding」的源代码

代码结果 1,199
www.eeworm.com/read/463998/7171042

txt sucai3.txt

One of the best ways to convey exactly how you feel about someone is through written words. Finding the perfect way to say what you mean — when it comes to love — can be a challenging task for anyone.
www.eeworm.com/read/452695/7436358

c program6_09a.c

/* Program 6.9A Finding occurrences of one wide character string in another */ #include #include int main(void) { wchar_t text[100]; /* Input buffer for strin
www.eeworm.com/read/198140/7949883

m rms.m

% % Root-Mean-Square value(s) for input data % % Efficient MATLAB function for finding RMS values. Accepts N-Dimensional % matrices, and computes the column-wise RMS value for N>1, or across
www.eeworm.com/read/198140/7949971

m rms.m

% % Root-Mean-Square value(s) for input data % % Efficient MATLAB function for finding RMS values. Accepts N-Dimensional % matrices, and computes the column-wise RMS value for N>1, or across
www.eeworm.com/read/198140/7950028

m rms.m

% % Root-Mean-Square value(s) for input data % % Efficient MATLAB function for finding RMS values. Accepts N-Dimensional % matrices, and computes the column-wise RMS value for N>1, or across
www.eeworm.com/read/246726/12707001

c sqrtmod.c

/* Author: Pate Williams (c) 1998 3.34 Algorithm Finding square roots modulo a prime. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al page 100. */ #include
www.eeworm.com/read/138506/13234199

html nsdoc.html

Marc Greis' Tutorial for the UCB/LBNL/VINT Network Simulator "ns" II. Finding Documentation
www.eeworm.com/read/321263/13409846

m programs_11a.m

% Chapter 11 - Hamiltonian Systems, Lyapunov Functions, and Stability. % Programs_11a - Surface and contour plots. Finding Vdot. % Copyright Birkhauser 2004. Stephen Lynch. % The double-well pote
www.eeworm.com/read/492400/6422292

m auclpm.m

%AUCLPM Find linear mapping with optimized AUC % % W = AUCLPM(X, C, RTYPE, PAR) % % Optimize the AUC on dataset X and reg. param. C. This is done by % finding the weights W for which the ordering o
www.eeworm.com/read/490330/6454686

m imgmedianfilter.m

% Median Filter function % usage: % [output_img] = imgMedianFilter ([input_img], mask_size) % mask_size - size of matrix that goes through image finding average function [img_out] = imgMedianFil