代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/113399/6131788
c compact.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: compact.c,v 1.13 93/0
www.eeworm.com/read/101082/6242644
c compact.c
#ifndef lint
static char sccsid[] = "@(#)compact.c 4.1 (decvax!larry) 7/2/90";
#endif
/*
* compact.c
*
* Program to compact the directories
* - creates temp directory, links old files to temp
www.eeworm.com/read/101082/6244870
1 compact.1
.\" SCCSID: @(#)compact.1 8.1 9/11/90
.TH compact 1
.SH Name
compact, uncompact, ccat \- compress and uncompress files, and cat them
.SH Syntax
.B compact
[\|\fIname...\fR\|]
.br
.B uncompact
[\|\fIna
www.eeworm.com/read/101082/6246738
1 compact.1
.\" SCCSID: @(#)compact.1 8.1 9/11/90
.TH compact 1
.SH Name
compact, uncompact, ccat \- compress and uncompress files, and cat them
.SH Syntax
.B compact
[\|\fIname...\fR\|]
.br
.B uncompact
[\|\fIna
www.eeworm.com/read/492695/6419386
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/483114/6609663
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/481239/6645534
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/476355/6758171
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/409272/11337981
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