代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/131315/5931872
1 compact.1
.\" Copyright (c) 1980
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted
www.eeworm.com/read/131315/5931873
c compact.c
#ifndef lint
static char sccsid[] = "@(#)compact.c 4.8 (Berkeley) 2/28/91";
#endif
/*
* Adaptive Huffman code input to output
*
* On - line algorithm
*
* Does not prepend decoding tree
*
*
www.eeworm.com/read/131315/5931876
h compact.h
/* compact.h 4.6 84/08/25 */
#if defined(vax) || defined(sun)
typedef int longint;
#else
typedef long longint;
#endif
#include
#include
#include
#include
www.eeworm.com/read/131315/5940640
h compact.h
/* This may look like C code, but it is really -*- C++ -*- */
/* Compact a sparse 2-D matrix. Uses the Tarjan and Yao algorithm
taken from the article ``Storing a Sparse Table'' in CACM, 1979.
www.eeworm.com/read/131315/5940650
cc compact.cc
/* Compact a sparse 2-D matrix. Uses the Tarjan and Yao algorithm
taken from the article ``Storing a Sparse Table'' in CACM, 1979.
Copyright (C) 1989 Free Software Foundation, Inc.
written
www.eeworm.com/read/128684/5980319
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/118801/6094787
pro compact.pro
TEMPLATE = lib
CONFIG+= qt warn_off release plugin
HEADERS = ../../../../include/qcompactstyle.h
SOURCES = main.cpp \
../../../../src/styles/qcompactstyle.cpp
!contains(styles, windows) {
HE