代码搜索:Packing
找到约 2,087 项符合「Packing」的源代码
代码结果 2,087
www.eeworm.com/read/161587/10394126
cpp firstfit.cpp
// First fit bin packing
#include
#include "winner.h"
int winner(int a[], int b, int c)
{// For a max winner tree.
if (a[b] >= a[c]) return b;
return c;
}
void FirstFi
www.eeworm.com/read/445044/7600027
cod bldc_basic.cod
LX51 LINKER/LOCATER V3.65b 10/12/2005 16:46:10 PAGE 1
ASSEMBLER CODE PACKING OF MODULE: BLDC_basic (MAIN)
00006B 213F
www.eeworm.com/read/142648/5764123
readme
$Id: README,v 1.1 2000/03/04 00:03:44 apr Exp $
So you need to pack and unpack ISO-8583 messages ...
The good news is that after running this 'simplepack' example
you will be packing and unpacking I
www.eeworm.com/read/135582/5884263
cxx fl_pack.cxx
//
// "$Id: Fl_Pack.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
//
// Packing widget for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This library is
www.eeworm.com/read/101990/6234815
h pkcs11t.h
/* pkcs11t.h include file for PKCS #11. 2001 June 25 */
/* See top of pkcs11.h for information about the macros that
* must be defined and the structure-packing conventions that
* must be set befo
www.eeworm.com/read/157453/11703460
cpp firstfit.cpp
// First fit bin packing
#include
#include "winner.h"
int winner(int a[], int b, int c)
{// For a max winner tree.
if (a[b] >= a[c]) return b;
return c;
}
void FirstFi
www.eeworm.com/read/132141/14107070
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator
www.eeworm.com/read/132141/14107153
cpp firstfit.cpp
// First fit bin packing
#include
#include "winner.h"
int winner(int a[], int b, int c)
{// For a max winner tree.
if (a[b] >= a[c]) return b;
return c;
}
void FirstFi
www.eeworm.com/read/123453/14631227
c wtp_pack.c
/*
* wtp_pack.c - WTP message packing module implementation
*
* By Aarno Syv鋘en for WapIT Ltd.
*/
#include "gwlib/gwlib.h"
#include "wtp_pack.h"
#include "wtp_pdu.h"
/
www.eeworm.com/read/123453/14632049
c wtp_pack.c
/*
* wtp_pack.c - WTP message packing module implementation
*
* By Aarno Syv鋘en for WapIT Ltd.
*/
#include "gwlib/gwlib.h"
#include "wtp_pack.h"
#include "wtp_pdu.h"
/