代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/135259/13945337
h srvconst.h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#ifndef RC_INVOKED
#pragma message("WARNING: your code should #include srv.h instead of srvconst.h")
#endif /* !RC_INVOKED */
#include "srv.h"
#p
www.eeworm.com/read/135259/13945741
h srvstruc.h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#ifndef RC_INVOKED
#pragma message("WARNING: your code should #include srv.h instead of srvstruc.h")
#endif /* !RC_INVOKED */
#include "srv.h"
#p
www.eeworm.com/read/135259/13947758
h srvtypes.h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#ifndef RC_INVOKED
#pragma message("WARNING: your code should #include srv.h instead of srvtypes.h")
#endif /* !RC_INVOKED */
#include "srv.h"
#p
www.eeworm.com/read/285874/8805635
htm mi22.htm
More Effective C++ | Item 22: Consider using op= instead of
www.eeworm.com/read/384512/8866142
m som_use_vs2.m
function som_use_vs2()
% SOM_USE_VS2 Use SOM Toolbox version 2.
%
% Removes SOM Toolbox version 1 from the path and adds version 2
% there instead. You can use function SOM_VS1TO2 to convert
% any
www.eeworm.com/read/428159/8888556
s handlers.s
# handlers.s - Decrementer (IVOR10) interrupt example
# Rev 1.0: Sept 2, 2004, S Mihalik,
# Rev 1.1: May 15, 2006 S.M.- Use GPIO[195] instead of GPIO[205]
# Rev 1.2: Jun 13, 2007 S.M. Added .sectio
www.eeworm.com/read/179705/9341721
changelog
2006-03-26 Brian Gough
* multinomial.c (gsl_ran_multinomial_lnpdf): use gsl_sf_lnfact
instead of gsl_sf_lngamma for an integer argument
2006-03-17 Brian Gough
www.eeworm.com/read/168118/9938313
m strmat.m
function smat=strmat(s1,s2)
% smat=strmat(s1,s2)
%
% STRMAT can be used to form string matricies. It differs from MATLAB's
% STR2MAT mainly in that it pads strings with 1's instead of blanks.
% This
www.eeworm.com/read/279032/10478370
htm mi22.htm
More Effective C++ | Item 22: Consider using op= instead of