代码搜索:Identity

找到约 5,921 项符合「Identity」的源代码

代码结果 5,921
www.eeworm.com/read/332820/12725013

identity-

作者:_Rambo email: qf_rambo@telekbird.com.cn 日期:9/3/2001 4:33:39 PM DBCC CHECKIDENT 检查指定表的当前标识值,如有必要,还对标识值进行更正。 语法 DBCC CHECKIDENT ( 'table_name' [ , { NORESEED |
www.eeworm.com/read/431940/8646004

identity-v

%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (Identity-V) %%Title: (Identity-V Adobe Identity 0) %%Version: 10.0
www.eeworm.com/read/431940/8646078

identity-h

%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (Identity-H) %%Title: (Identity-H Adobe Identity 0) %%Version: 10.0
www.eeworm.com/read/427960/8908615

c identity.c

/* * Program to find discrete logarithms of user identities * using Pollard's rho method. * * Suitable trap-door primes are generated by "genprime" program * * See "Non-Interactive
www.eeworm.com/read/160841/10487893

class identity.class

www.eeworm.com/read/349903/10785523

c identity.c

/* * Program to find discrete logarithms of user identities * using Pollard's rho method. * * Suitable trap-door primes are generated by "genprime" program * * See "Non-Interactive
www.eeworm.com/read/270548/11033283

m identity.m

function result = identity(input) % IDENTITY just returns its input. % result
www.eeworm.com/read/455292/7373525

swf identity.swf

www.eeworm.com/read/447019/7560474

i identity.i

L1: i = 0 L3: iffalse i < 10 goto L4 L5: j = 0 L6: iffalse j < 10 goto L7 L8: t1 = i * 80 t2 = j * 8 t3 = t1 + t2 a [ t3 ] = 0.0 L9: j = j + 1 goto L6 L7: i = i + 1 goto L3 L4: i = 0 L10: iffalse
www.eeworm.com/read/447019/7560497

t identity.t

{ int i; int j; float[10][10] a; i = 0; while ( i < 10 ) { j = 0; while ( j < 10 ) { a[i][j] = 0.0; j = j + 1; } i = i + 1; } i = 0; while ( i < 10 ) { a[i][i] = 1.0; i = i + 1