代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1096730
mnu debug_btns.mnu
DEBUG#BTN
# remove the # sign and enter foreign help string in this line
Button1
Dummy button1.
# remove the # sign and enter foreign help string in this line
Button2
Dummy button2.
# remove the # si
www.eeworm.com/read/38039/1097185
mnu csys_plane.mnu
CSYS#PLANE
# remove the # sign and enter foreign help string in this line
XY-plane
Mate or align XY-plane.
# remove the # sign and enter foreign help string in this line
YZ-plane
Mate or align YZ-pla
www.eeworm.com/read/322210/3526993
c putvlc.c
#include
#include "sim.h"
#include "vlc.h"
int put_mv (int mvint)
{
int sign = 0;
int absmv;
if (mvint >= 32)
{
absmv = -mvint + 64;
sign = 1;
}
else
absmv = mvi
www.eeworm.com/read/173034/9680035
c putvlc.c
#include
#include "sim.h"
#include "vlc.h"
int put_mv (int mvint)
{
int sign = 0;
int absmv;
if (mvint >= 32)
{
absmv = -mvint + 64;
sign = 1;
}
else
absmv = mvi
www.eeworm.com/read/266357/11230957
c putvlc.c
#include
#include "sim.h"
#include "vlc.h"
int put_mv (int mvint)
{
int sign = 0;
int absmv;
if (mvint >= 32)
{
absmv = -mvint + 64;
sign = 1;
}
else
absmv = mvi
www.eeworm.com/read/135411/13935002
cpp main.cpp
#include "RuleSet.h"
#include
#include
#include
struct TEMP_RULE
{
SIGN Left;
SIGN* Right;
};
int main(int argc,char *argv[])
{
int i,len;
/