代码搜索:Variables

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

代码结果 10,000
www.eeworm.com/read/158865/5593562

h vms.h

/* Output variables, constants and external declarations, for GNU compiler. Copyright (C) 1988, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free s
www.eeworm.com/read/153059/5653753

js fr.js

// French lang variables by Laurent Dran // Modifi
www.eeworm.com/read/153059/5653817

js fr.js

// French lang variables by Laurent Dran // Modifi
www.eeworm.com/read/153059/5653903

js fr.js

// French lang variables by Laurent Dran // Modifi
www.eeworm.com/read/153059/5653959

js fr.js

// Franch lang variables by Laurent Dran // Modifi
www.eeworm.com/read/153059/5654020

js fr.js

// French lang variables by Laurent Dran // Modifi
www.eeworm.com/read/153059/5654050

js fr.js

// French lang variables by Laurent Dran // Modifi
www.eeworm.com/read/153059/5654082

js fr.js

// French lang variables by Laurent Dran // Modifi
www.eeworm.com/read/393518/8281100

m maxgauss.m

function [u,v,p,r] = maxgauss(m,c,d) %MAXGAUSS determine gaussian approximation to max of a gaussian vector [p,u,v,r]=(m,c,d) % % Inputs: % m(N,1) is the mean vector of length N % c(N
www.eeworm.com/read/192735/8289489

m slinearsolve.m

function [x,y,flag,z,s,w] = slinearsolve(c,A,b,C), % Simple Linear Optimization for Franke and Wolfe's multiclass SVM method % % USAGE : [x,y,flag,z,s,w] = slinearsolve(c,A,b,C) % % PARAMETERS: %