代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/38039/1100902

mnu splgeomdnret.mnu

GEO_OPT_DR GEO_OPT_DR # remove the # sign and enter foreign help string in this line Done/Return ЧΘ/
www.eeworm.com/read/38039/1100918

mnu ronlyft.mnu

R-ONLY#FEAT 斑弄疭紉 # remove the # sign and enter foreign help string in this line Select 匡
www.eeworm.com/read/38039/1101122

mnu add_ovly.mnu

ADD#OVERLAY 穝糤滦籠 # remove the # sign and enter foreign help string in this line Place#Views
www.eeworm.com/read/38039/1101163

mnu flowpath.mnu

FLOW#PATH 繦笆隔畖 # remove the # sign and enter foreign help string in this line Sketch#Path
www.eeworm.com/read/471530/1427938

txt about_3rd_ed_sis.txt

You have to sign the ShapeResolver_30_gcce.SIS file using Developer Certificate due to the need for ProtServ capability.
www.eeworm.com/read/393395/2474567

m symbcholden.m

% Lden = symbcholden(L,dense,DAt) % SYMBCHOLDEN Creates Lden.{LAD, perm,dz, sign, first} % % ******************** INTERNAL FUNCTION OF SEDUMI ***********
www.eeworm.com/read/294252/8244882

c mathsubs.c

#include "includes.h" /**************************************************************************** * Function: long SignExtend(unsigned long Argumnet, int BitNumber) * * Sign extend a 32-bi
www.eeworm.com/read/100944/15859673

int asgtmath.int

unit ASGtMath; interface uses SysUtils, Windows, ASUtils; const MaxGIntDWords = 1024; type GiantInt = ^TGiantInt; TGiantInt = record sign: Integer;
www.eeworm.com/read/187414/8640614

m cubwgt111.m

function [w,dwdx,dwdy] = cubwgt(dif,t,v,dmax,dm) hs=4; wwx=1e-005; % CUBIC SPLINE WEIGHT FUNCTION l = length(v); for i=1:l drdx = sign(dif(1,i))/dm(1,v(i)); drdy = sign(dif(2,i))/dm(2,v(i));
www.eeworm.com/read/187414/8640630

m cubwgt.m

function [w,dwdx,dwdy] = cubwgt(dif,t,v,dmax,dm) hs=8; wwx=1e-005; % CUBIC SPLINE WEIGHT FUNCTION l = length(v); for i=1:l drdx = sign(dif(1,i))/dm(1,v(i)); drdy = sign(dif(2,i))/dm(2,v(i));