代码搜索: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/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:
%