代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/473082/6855448
form fb.form
Input {{Label,s},{x,y,w,h}}
Output {Label,s},{x,y,w,h}}
FB {{Label,s},{x,y,w,h}}
FB {{Label,s},{x,y,w,h}}
FB {{Label,s},{x,y,w,h}}
FB {{Label,s},{x,y,w,h}}
FB {{Label,s},{x,y,w,h}}
SP {x,y}
ARC {{Labe
www.eeworm.com/read/367160/9771536
f slasv2.f
SUBROUTINE SLASV2( F, G, H, SSMIN, SSMAX, SNR, CSR, SNL, CSL )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* No
www.eeworm.com/read/334162/12628790
ml fft.ml
(*
* Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic
www.eeworm.com/read/108302/15588806
c uvlc.c
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/103769/15721936
cmd run.cmd
sign s rsabase.dll cpsign
sign v rsabase.dll cpsign
install
init 1
stress 1
www.eeworm.com/read/103576/15728711
m fst.m
%fst.m
function[f]=fst(v0,v2,r,h)
d=r*h;
d0=h*d;
y=v0+v2*h;
w=d^2+8*r*abs(y);
a0=sqrt(w);
if abs(y)>d0
a=v2+[(a0-d)/2]*sign(y);
else
a=v2+y/h;
end
if abs(a)>d;
f=-r*sign(a);
www.eeworm.com/read/423520/10554696
sql sqlquery1.sql
if exists(Select * from sysobjects where name='View_Role')
drop view View_Role
go
create view View_Role
as
select R.RoleId,S.NodeId,S.ParentNodeId from RoleRight as R,SysFun as S where R.NodeI