代码搜索:Identity
找到约 5,921 项符合「Identity」的源代码
代码结果 5,921
www.eeworm.com/read/447019/7560504
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/438912/7722251
png identity.png
www.eeworm.com/read/438912/7723380
png ._identity.png
www.eeworm.com/read/438912/7723391
png identity.png
www.eeworm.com/read/298725/7941997
txt identity.txt
1.要在identity列中插入数据,(用insert语句时)要执行下列语句:
set identity_insert table_name on
inset into table_name.......
set identity_insert table_name off
2.用bcp导入有identity列的表时,命令为:后面加 -E
bcp zhalarm.
www.eeworm.com/read/240004/13240636
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:
www.eeworm.com/read/240004/13240935
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:
www.eeworm.com/read/318176/13484103
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