代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/278099/10569772
c filecat.c
/* +++Date last modified: 05-Jul-1997 */
/*
** FILECAT.C - Adds one file onto another vertically, as with a column
** block in QEdit.
**
** Must be compiled in Compact or Large memory models to
www.eeworm.com/read/159516/10644865
c goppa_code.c
/*
From: prometheus@olympus.uucp (prometheus)
this program is a compact implementation of goppa codes with parameters
m=10, t=37 for 32-bit machines. the decoding is due to nicholas
patterson, algeb
www.eeworm.com/read/448935/7521644
m loadbnm.m
function varargout=loadbnm(fname)
% a compact binary matrix format.
%
% [M1,M2,M3,...]=loadbnm(fname);
%
% see savebnm
%
% Aslak Grinsted April 2004
% -------------------------------------
www.eeworm.com/read/142729/12929561
m script_text.m
% script to classify text using ICA
% by Thomas Kolenda DTU,IMM 2000,2002 version 2
close all
clear all
format compact
% settings
ClassFrac=0; % Reject frac for classification
www.eeworm.com/read/136959/13352156
c filecat.c
/*
** FILECAT.C - Adds one file onto another vertically, as with a column
** block in QEdit.
**
** Must be compiled in Compact or Large memory models to use larger
** files.
**
** Public Domain by Cha
www.eeworm.com/read/314817/13558398
cs rapistartup.cs
// RapiStartup.cs - Simple thread-free RAPI startup
// with all P/Invoke declarations included.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compac
www.eeworm.com/read/314817/13558420
cs rapistartup.cs
// RapiStartup.cs - Simple thread-free RAPI startup
// with all P/Invoke declarations included.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compac
www.eeworm.com/read/309649/13666873
c filecat.c
/* +++Date last modified: 05-Jul-1997 */
/*
** FILECAT.C - Adds one file onto another vertically, as with a column
** block in QEdit.
**
** Must be compiled in Compact or Large memory models to
www.eeworm.com/read/149795/5697577
c parse_hname.c
/*
* $Id: parse_hname.c,v 1.3 2004/08/24 09:01:29 janakj Exp $
*
* header name parsing automaton:
* parsing: compact form:
* Via: v:
* From: f:
* To:
www.eeworm.com/read/338523/12302332
m tspdemo.m
% allsims.m
% Matlab program to get the simulation results for the different TSP's
% with varying number of cities between 20 and 100 with jumps of 5
clear all
clear global
format compact
Na