代码搜索:Packing
找到约 2,087 项符合「Packing」的源代码
代码结果 2,087
www.eeworm.com/read/197407/7998326
cpp bestfit2.cpp
// best fit bin packing
#include
#include
#include "dbst2.h"
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& opera
www.eeworm.com/read/251798/12319181
~pas main.~pas
{
SuperFast Packer v.3.0 FWS 4 - 5 k 11 Nov 1999
By UtilMind Solutions. Unit for packing/unpacking of memory or files by using modified RLE-alorithm. Amazing speed of tiny assembler code.
}
unit M
www.eeworm.com/read/251798/12319205
pas main.pas
{
SuperFast Packer v.3.0 FWS 4 - 5 k 11 Nov 1999
By UtilMind Solutions. Unit for packing/unpacking of memory or files by using modified RLE-alorithm. Amazing speed of tiny assembler code.
}
unit M
www.eeworm.com/read/123453/14631174
c mms_pdu.c
/* mms_pdu.c - pack and unpack MMS packets
*
* Generates packing and unpacking code from mms_pdu.def.
* Code is very similar to mms_pdu.c, please make any changes in both files.
*
* Richard Braak
www.eeworm.com/read/123453/14631225
c wsp_pdu.c
/* wsp_pdu.c - pack and unpack WSP packets
*
* Generates packing and unpacking code from wsp_pdu.def.
* Code is very similar to wsp_pdu.c, please make any changes in both files.
*
* Richard Braak
www.eeworm.com/read/123453/14632005
c mms_pdu.c
/* mms_pdu.c - pack and unpack MMS packets
*
* Generates packing and unpacking code from mms_pdu.def.
* Code is very similar to mms_pdu.c, please make any changes in both files.
*
* Richard Braak
www.eeworm.com/read/123453/14632045
c wsp_pdu.c
/* wsp_pdu.c - pack and unpack WSP packets
*
* Generates packing and unpacking code from wsp_pdu.def.
* Code is very similar to wsp_pdu.c, please make any changes in both files.
*
* Richard Braak
www.eeworm.com/read/374684/9389145
h odtbase.h
#ifndef _ODTBASE_H_
#define _ODTBASE_H_
#pragma pack(push) /* saves current packing */
#pragma pack(8) /* OpenDWG pack must be 8 */
#define AD_PROTOTYPES
#include "ad2.h"
#define OD_GENE
www.eeworm.com/read/352500/10547157
asm example 3-15.asm
;Example 3 - 15. FFT Implementation of a 2N Real Sequence Based on Data-Packing Method for TMS320C54x
* Appendix A Main.inc
* Filename: Main.inc
* Includes all the constants that are used
www.eeworm.com/read/421666/10712945
index
assign.mod Assignment problem
bpp.mod Bin packing problem
cal.mod Print an ASCII calendar of the given year
cf12a.mod Curve fitting problem
cf12b.mod Curve fitting problem