代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1097225
mnu defineorder.mnu
DEF#ORDER
# remove the # sign and enter foreign help string in this line
By#Rule
Order NC Sequences by Rule.
# remove the # sign and enter foreign help string in this line
By#Pick
Order NC Sequences
www.eeworm.com/read/38039/1097231
mnu crselpivot.mnu
CR/SEL#PVT
# remove the # sign and enter foreign help string in this line
Select
Select a pivot point.
# remove the # sign and enter foreign help string in this line
Create
Create a pivot point.
# re
www.eeworm.com/read/38039/1097239
mnu rv_cast.mnu
LIGHT_CAST#MODEL
# remove the # sign and enter foreign help string in this line
Shrink#Info
Access info about model shrinkage values.
# remove the # sign and enter foreign help string in this line
Ex
www.eeworm.com/read/38039/1100534
mnu mergeopts.mnu
MERGE#SEQ
# remove the # sign and enter foreign help string in this line
Regular
Create a regular nc seq.
# remove the # sign and enter foreign help string in this line
Ganged
Create a ganged nc seq.
www.eeworm.com/read/474814/1390001
tcl magicchar.tcl
set dollar1 "this string contains an unescaped dollar sign -> \\$foo"
set dollar2 "this string contains an escaped dollar sign -> \$foo \\\$foo"
set bracket1 "this contains an unescaped bracket [NoSuc
www.eeworm.com/read/178760/5313577
c pow2shifts.c
/* Test power of 2 based shifts.
sign: signed, unsigned
*/
#include
void
testIntShift(void)
{
volatile {sign} int left;
left = 4;
ASSERT(left * 1024 == 4096);
ASSERT(left * 2
www.eeworm.com/read/334933/3360452
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
bin(1
www.eeworm.com/read/334933/3360599
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
bin(1
www.eeworm.com/read/323581/3514117
tcl magicchar.tcl
set dollar1 "this string contains an unescaped dollar sign -> \\$foo"
set dollar2 "this string contains an escaped dollar sign -> \$foo \\\$foo"
set bracket1 "this contains an unescaped bracket [NoSuc
www.eeworm.com/read/301474/3839552
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
bin(1