代码搜索:Multipurpose

找到约 75 项符合「Multipurpose」的源代码

代码结果 75
www.eeworm.com/read/213567/4915179

h mime.h

/* * mime.h * * Multipurpose Internet Mail Extensions support classes. * * Portable Windows Library * * Copyright (c) 1993-2002 Equivalence Pty. Ltd. * * The contents of this file are subject
www.eeworm.com/read/191602/5165036

h mime.h

/* * mime.h * * Multipurpose Internet Mail Extensions support classes. * * Portable Windows Library * * Copyright (c) 1993-2002 Equivalence Pty. Ltd. * * The contents of this file ar
www.eeworm.com/read/301877/3831077

h mime.h

/* * mime.h * * Multipurpose Internet Mail Extensions support classes. * * Portable Windows Library * * Copyright (c) 1993-2002 Equivalence Pty. Ltd. * * The contents of this file are subject
www.eeworm.com/read/321483/3534653

readme

This package contains a base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions). The base64 enc
www.eeworm.com/read/123453/14632001

c wsbuffer.c

/* * * wsbuffer.c * * Author: Markku Rossi * * Copyright (c) 1999-2000 WAPIT OY LTD. * All rights reserved. * * A multipurpose buffer. * */ #include "wsint.h" /************
www.eeworm.com/read/210671/15193996

cpp fig05_26.cpp

// Fig. 5.26: fig05_26.cpp // Multipurpose sorting program using function pointers #include using std::cout; using std::cin; using std::endl; #include using std::setw
www.eeworm.com/read/326711/3470118

c fig07_26.c

/* Fig. 7.26: fig07_26.c Multipurpose sorting program using function pointers */ #include #define SIZE 10 /* prototypes */ void bubble( int work[], const int size, i
www.eeworm.com/read/237122/13977751

htm ch45_11.htm

[Chapter 45] 45.11 The Multipurpose jot Command
www.eeworm.com/read/188512/8533012

cpp fig08_28.cpp

// Fig. 8.28: fig08_28.cpp // Multipurpose sorting program using function pointers. #include using std::cout; using std::cin; using std::endl; #include using std::setw;
www.eeworm.com/read/479166/6700168

cpp fig08_27.cpp

// Fig. 8.27: fig08_27.cpp // Multipurpose sorting program using function pointers. #include using std::cout; using std::cin; using std::endl; #include using std::setw;