代码搜索:Packing

找到约 2,087 项符合「Packing」的源代码

代码结果 2,087
www.eeworm.com/read/135580/13919735

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/201477/15407400

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/197407/7997335

cpp nextfit.cpp

// Next fit bin packing #include #include "winner4.h" int winner(int a[], int b, int c) {// For a max winner tree. if (a[b] >= a[c]) return b; return c; } void NextF
www.eeworm.com/read/332010/12785290

html sec-packingusingtables.html

Packing Using Tables
www.eeworm.com/read/332010/12785331

html ch-packingwidgets.html

Packing Widgets
www.eeworm.com/read/332010/12785332

html sec-tablepackingexamples.html

Table Packing Example
www.eeworm.com/read/328969/12992252

cod fx2_ata.cod

LX51 LINKER/LOCATER V3.30 08/23/2002 14:36:35 PAGE 1 ASSEMBLER CODE PACKING OF MODULE: fx2_ata (DSCR) 000B 021BF5
www.eeworm.com/read/115273/6118030

c test56.c

/* From: Frederick (Rick) A Niles To: lesstif@lesstif.org Subject: Re: TextField/RowColumn Packing bug. Date: Fri, 28 May 99 13:21:09 -0400 cc:
www.eeworm.com/read/115272/6119352

c test56.c

/* From: Frederick (Rick) A Niles To: lesstif@lesstif.org Subject: Re: TextField/RowColumn Packing bug. Date: Fri, 28 May 99 13:21:09 -0400 cc:
www.eeworm.com/read/104729/6203004

h smsgdirg2keyedbase.h

#ifndef _SMsgDirG2KeyedBase_H #define _SMsgDirG2KeyedBase_H // SMsgDirG2KeyedBase.h // BAse class that handles packing and unpacking entity key fields. Provides // KeyType and key fields. Ke