ChinaUnix.net
相关文章推荐:

algorithm outline

how to find the Kth. smallest element in the union of two sorted arrays? the run time is requred to be O(log n)? Thanx!

by fuqihao - C/C++ - 2003-10-08 13:47:00 阅读(421) 回复(2)

相关讨论

The RSA algorithm is named after Ron Rivest, Adi Shamir and Len Adleman, who invented it in 1977 [RIVE78] . The basic technique was first discovered in 1973 by Clifford Cocks [COCK73] of CESG (part of the British GCHQ) but this was a secret until 1997 - see The History of ID-PKC ... RSA algorithm The RSA algorithm is named after Ron Rivest, Adi Shamir and Len Adleman, who invented it in 197...

by patguo - 网络技术文档中心 - 2005-05-18 13:07:31 阅读(568) 回复(0)

不管是在jfs不是jfs2中都有log 而且还分为两咱一种是inline log 别外一种是outline log 他们之间有什么样的不同呢?

by a.a - AIX - 2008-10-13 17:51:55 阅读(1718) 回复(3)

def resolve_dependency(start,graph,li): if not graph[start]: pass else: for dep in graph[start]: resolve_dependency(dep,graph,li) if start not in li: li.append(start) if __name__ == '__main__': graph = {'A':['D'],'B':['C'],'C':[],'D':['C']} start = 'D' li = [] resolve_dependency(start,graph,li) li.pop() print li 本文来自Ch...

by linuxGentoo - Python文档中心 - 2008-03-20 21:58:03 阅读(799) 回复(0)

几天前,老师给我的一道题。问我应该怎么设计程序?从什么地方入手?(可能有朋友做过这道题,后来才知道是题库里面的经典例题) 如下: 走廊里有100盏电灯。分别编号:1,2,3………………99,100 走廊尽头有100个人。分别编号:1,2,3………………99,100 初始状态,所有的灯都是关着的。 现在,这100个人,从一号开始依次走过走廊。凡是碰到自己编号整数倍的电灯开关就按一下。问:当编号为100的那个人,(也就是最后一个人走过...

by 海贼王 - C/C++ - 2003-05-02 13:17:42 阅读(764) 回复(3)

author:tony.liu Default Administrative Distances Routed Source Default Distance Connected 0 Static Route 1 EIGRP (internal) 90 IGRP 100 OSPF 110 RIPv1 and v2 120 EIGRP (external) 170 Maximum Hop Counts Protocol Distance Vector/Link State/Hybrid Maximum Hop Count RIPv1 Distance Vector 15 RIPv2 Distance Vector 15 IGRP Distance Vector 100/255 EIGRP Hybrid 224 OSPF Link State Infinite Table 11.2. C...

by shinelian - 网络技术文档中心 - 2006-05-03 13:14:54 阅读(603) 回复(0)

[root@ algorithm-SVMLight-0.09]# make test /usr/bin/perl Build --makefile_env_macros 1 test t/01-basic..... # Failed test 'use algorithm::SVMLight;' # in t/01-basic.t at line 5. t/01-basic.....NOK 1# Tried to use 'algorithm::SVMLight'. # Error: Can't load '/root/software/algorithm-SVMLight-0.09/blib/arch/auto/algorithm/SVMLight/SVMLight.so' for module algorithm::SVMLig...

by 263 - Perl - 2009-02-25 18:25:03 阅读(2128) 回复(2)

[code]Give you a array,a=1, a[1][m]=m,m>=1; a[m][n]=a[m-1][n]+a[m-1][n-1]+...+a[n-1][n-1], Than how can we give out a[m][n][/code] [ 本帖最后由 langue 于 2008-10-23 00:03 编辑 ]

by mfzz1134 - C/C++ - 2008-10-22 21:35:44 阅读(1059) 回复(3)

named.conf OR dhcpd.conf key "DHCP_UPDATER" { algorithm HMAC-MD5.SIG-ALG.REG.INT; secret "jsE7uTA0Ebbc3dLHeVCtnw=="; }; key "DHCP_UPDATER" { algorithm HMAC-MD5; secret "jsE7uTA0Ebbc3dLHeVCtnw=="; }; \ 其中algorithm HMAC-MD5.SIG-ALG.REG.INT 跟 algorithm HMAC-MD5 有什么区别呢,迷茫中

by dusa - 服务器架设 - 2005-12-11 04:41:39 阅读(402) 回复(0)

use algorithm::Diff qw/sdiff/; 请问后面的 qw/sdiff/; 是什么意思。起什么作用的 我应该装什么模块 perldoc algorithm::Diff 发现没有这个模块 后来我下载了algorithm-Diff-Apply-0.2.3.tar.gz 这个模块安装上去。还是没有找到所需要的模块 高手指点指点

by leizhoucn - Perl - 2005-10-25 14:05:10 阅读(1289) 回复(1)

请问有没有高手用MPI实现过Parallel prefix sum algorithm这个算法?我是MPI的新手,但是又急需用到这个算法。多谢了! :idea: :?: :?: :?: :?:

by eastshoes - C/C++ - 2003-07-10 14:41:08 阅读(494) 回复(0)