代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/445950/7587807
c compact.c
#include
void main(void)
{
int a = 1, b, c, d;
switch (a) {
case 1: a = 5;
b = 6;
c = 7;
d = 8;
break;
case 2: b
www.eeworm.com/read/437035/7756210
asp compact.asp
1 then
response.write "您没有操作的权限"
response.end
end if
end if
%>
www.eeworm.com/read/436250/7774214
c compact.c
#include
void main(void)
{
int a = 1, b, c, d;
switch (a) {
case 1: a = 5;
b = 6;
c = 7;
d = 8;
break;
case 2: b
www.eeworm.com/read/298428/7962008
c compact.c
#include
void main(void)
{
int a = 1, b, c, d;
switch (a) {
case 1: a = 5;
b = 6;
c = 7;
d = 8;
break;
case 2: b
www.eeworm.com/read/398324/7994105
m compact.m
function net = compact(net)
% COMPACT
%
% Remove duplicate support vectors, adjusting Lagrange multipliers of
% remaining support vectors to compensate.
%
% net = compact(net);
%
% File
www.eeworm.com/read/398324/7994212
m compact.m
function net = compact(net)
% COMPACT
%
% Remove duplicate support vectors, adjusting Lagrange multipliers of
% remaining support vectors to compensate.
%
% net = compact(net);
%
% File
www.eeworm.com/read/397761/8023053
m compact.m
function net = compact(net)
[sv, i, j] = unique(net.sv, 'rows');
w = zeros(1, length(i));
for i=1:length(j)
w(j(i)) = w(j(i)) + net.w(i);
end
net.sv = sv;
net.w = w;
www.eeworm.com/read/245176/12813151
m compact.m
function net = compact(net)
% COMPACT
%
% Remove duplicate support vectors, adjusting Lagrange multipliers of
% remaining support vectors to compensate.
%
% net = compact(net);
%
% File
www.eeworm.com/read/329587/12946553
c compact.c
//###########################################################
// File: compact.c
//
// Read-/Writeroutines for CompactFlash in LBA mode.
// CHS mode not supported.
//
//#########################