代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/135686/5882816
txt wpcap_tut4.txt
/** @ingroup wpcap_tut
*/
/** @defgroup wpcap_tut4 Capturing the packets without the callback
* @{
The sample showed in this lesson behaves exacltly like the one of the previous one (\ref
www.eeworm.com/read/135686/5883158
txt wpcap_tut4.txt
/** @ingroup wpcap_tut
*/
/** @defgroup wpcap_tut4 Capturing the packets without the callback
* @{
The sample showed in this lesson behaves exacltly like the one of the previous one (\ref
www.eeworm.com/read/131315/5936227
x-crds
CC = cc -Wx,-X23
# The following line might be necessary as well or instead of the above.
# If you find out that it is necessary,
# or if you find out that it is not necessary,
# please inform bug-gc
www.eeworm.com/read/111374/6155369
c testtypes.c
#include
#include "SDL_main.h"
#include "SDL_types.h"
int main(int argc, char *argv[])
{
int error = 0;
int verbose = 1;
if ( argv[1] && (strcmp(argv[1], "-q") == 0) )
verbose = 0;
www.eeworm.com/read/110972/6161997
c testtypes.c
#include
#include "SDL_main.h"
#include "SDL_types.h"
int main(int argc, char *argv[])
{
int error = 0;
int verbose = 1;
if ( argv[1] && (strcmp(argv[1], "-q") == 0) )
ver
www.eeworm.com/read/102036/6234586
h pdflibdl.h
/*---------------------------------------------------------------------------*
| PDFlib - A library for generating PDF on the fly |
+--------------------------------------
www.eeworm.com/read/100043/6275027
changelog
9 December 1998, version 0.02
- smb_auth now uses Samba instead of pam_smb. This simplifies the
installation of smb_auth and increases platform support.
- Access control by user and group: smb_aut
www.eeworm.com/read/490761/6442120
m myrand.m
function T = myrand(sizes)
% MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix,
% T = myrand(sizes)
if length(sizes)==0
warning('myrand[]');
T =
www.eeworm.com/read/403954/11495580
txt readme.txt
Authors Note:
Please see the note in Appendix C regarding the Freetype library.
It is required by the SDL_TTF library if you wish to statically link
any SDL_TTF programs. However, if you instea
www.eeworm.com/read/261198/11659613
m myones.m
function T = myones(sizes)
% MYONES Like the built-in ones, except myones(k) produces a k*1 vector instead of a k*k matrix,
% T = myones(sizes)
if length(sizes)==0
T = 1;
elseif length(sizes)==1