代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/258434/11864485

c figets.c

/* ** figets like fgets only works backward from filepos pos instead of ** forward from the current filepointer ** ** returns fileposition of the begin of line read ** ** by Jan Vroonhof */
www.eeworm.com/read/344698/11865779

c main.c

/* Example 2 This example shows the same concept as Example 1, except that instead of polling, it uses interrupts to check for a message to light an LED and to send a message if a button is pres
www.eeworm.com/read/344698/11865810

c main.c

/* Example 2 This example shows the same concept as Example 1, except that instead of polling, it uses interrupts to check for a message to light an LED and to send a message if a button is pres
www.eeworm.com/read/341877/12057159

c figets.c

/* ** figets like fgets only works backward from filepos pos instead of ** forward from the current filepointer ** ** returns fileposition of the begin of line read ** ** by Jan Vroonhof */
www.eeworm.com/read/151537/12202893

java samplemmscreation.java

/* * @(#)SampleMMSCreation.java 1.0 * * * This sample was derived from the OriginatingApp.java file which came with the * Nokia MMS Java Library 1.1 * * Instead of sending the MMS to an
www.eeworm.com/read/130553/14186771

c figets.c

/* ** figets like fgets only works backward from filepos pos instead of ** forward from the current filepointer ** ** returns fileposition of the begin of line read ** ** by Jan Vroonhof */
www.eeworm.com/read/232614/14188219

h spp_anomsensor.h

/* DO NOT EDIT THIS FILE. EDIT THE ORIGINAL SOURCE FILES INSTEAD AND RUN make */ #ifndef _SPP_ANOMSENSOR_H #define _SPP_ANOMSENSOR_H /***************************************************************
www.eeworm.com/read/122946/14655084

h spp_anomsensor.h

/* DO NOT EDIT THIS FILE. EDIT THE ORIGINAL SOURCE FILES INSTEAD AND RUN make */ #ifndef _SPP_ANOMSENSOR_H #define _SPP_ANOMSENSOR_H /***************************************************************
www.eeworm.com/read/218613/14912870

m ex.m

% ex Expectation value of an operator % ex(op,rho) is the expectation value of the operator op % for the density matrix rho. If instead of rho a state % vector is given then it is automatica
www.eeworm.com/read/217774/14951546

cpp shortcut.cpp

////////////////////////////////////////////////////////////////////// // Amit's Path-finding (A*) code. // // The main items of interest in my code are: // // 1. I'm using a hexagonal grid instead o