代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/289487/8548603

m featselregspanboundgdrandom.m

function [RankedVariables,nbsvvec,Values,NbQP,NbInv]=FeatSelspanboundGD(x,y,c,epsilon,kernel,kerneloption,verbose,FeatSeloption) % USAGE % % [RankedVariables,nbsvvec,Values]=FeatSelspanboundGD
www.eeworm.com/read/289487/8548643

m featselregalphagdrandom.m

function [RankedVariables,nbsvvec,Values,NbQP]=FeatSelregalphaGDrandom(x,y,c,epsilon,kernel,kerneloption,verbose,FeatSeloption) % Usage % % [RankedVariables,nbsvvec,Values,NbQP]=FeatSelregalph
www.eeworm.com/read/432832/8568724

txt php.encrypt.php.txt

Usage is as follows: $encrypted = encrypt("to encrypt string", "chitgoks"); $decrypted = decrypt($encrypted, "chitgoks"); $decrypted will return to encrypt string. function encrypt($string, $k
www.eeworm.com/read/388876/8569663

py __init__.py

# # Fast Artificial Neural Network library for Python # # package placeholder # # Copyright (c) 2004 by Gil Megidish # # See the README file for information on usage and redistribution. # #
www.eeworm.com/read/432378/8608069

m rri_zoom_menu.m

% Imbed a zoom menu to any figure. % % Usage: rri_zoom_menu(fig); % % - Jimmy Shen (jimmy@rotman-baycrest.on.ca) % %-------------------------------------------------------------------- fun
www.eeworm.com/read/430776/8728831

m rri_zoom_menu.m

% Imbed a zoom menu to any figure. % % Usage: rri_zoom_menu(fig); % % - Jimmy Shen (jimmy@rotman-baycrest.on.ca) % %-------------------------------------------------------------------- fun
www.eeworm.com/read/285564/8831563

c snowpackenergybalance.c

/* * SUMMARY: SnowPackEnergyBalance.c - Calculate snow pack energy balance * USAGE: Part of DHSVM * * AUTHOR: Bart Nijssen * ORG: University of Washington, Department o
www.eeworm.com/read/428798/8840391

c main.c

/*** USCI master library ************************************************************ In this file the usage of the USCI I2C master library without DMA support is shown. This library uses pointer
www.eeworm.com/read/428779/8841689

m swarm.m

function [sol, fval, evals] = swarm(varargin) %SWARM Particle Swarm Optimization % % Usage: % sol = SWARM(PROBLEM) % sol = SWARM(func, swarmsize, lb, ub) %
www.eeworm.com/read/384400/8872105

h czip.h

// // classes CZip and CUnzip // usage : // * construct a CZip/CUnzip object with an unzipped/zipped file name // * use SwapSize on that object to build a zipp/unzipped file // // SwapSiz