ChinaUnix.net
相关文章推荐:

fundations of algorithms sina

Hi all. if n is an integer whose decimal representation is 14 digits long, will the value of n fit in a computer word with a capacity of 47 bits and a sign bit? thank you .

by bsd_lite - C/C++ - 2008-10-18 13:42:57 阅读(1325) 回复(2)

相关讨论

http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=11866

by prolj - C/C++ - 2009-12-26 10:24:29 阅读(10256) 回复(33)

I spend a lot of time lurking in the #PHP channel (efnet and freenode, please - no flamewars) and this topic is a commonly asked one that usually gets a simplified answer in the form of using strpos(), or at best an ip2long() in a greater than and less than answer. Unfortunately although people usually understand that an IP address is simply an unsigned 32 bit integer, and is easily determined, us...

by cobrawgl - php文档中心 - 2009-04-29 13:28:35 阅读(1418) 回复(0)

Sorting - The most fundamental thing in algorithms, and it's almost a given. (And it means the same in English as it does in Math, so no explanations needed, I hope.) There are tons of crazy sorts out there, but quick sort is the one everyone should be familiar with, merge sort is the one that comes in handy when you can't fit everything into RAM, and introspective sort is important to lea...

by chenzhufly - Linux文档专区 - 2007-11-14 18:58:42 阅读(509) 回复(0)

本帖最后由 e_guo123d 于 2011-09-19 23:35 编辑 粗略看完了第二部分,现在回头过来看第二遍,自己实现书中的算法,并努力做完每一个练习题,在此过程中有很多问题需要和人讨论,发到这的话就太多了,还有发现了书上的一些错误,现在希望找人实时交流一下,有没有人也在看这本书?可以站内短信或者跟贴留下联系方式。一起努力,一起进步。

by e_guo123d - C/C++ - 2011-09-20 09:30:37 阅读(2451) 回复(3)

:mrgreen: 好久没有来了,呵呵,大家帮帮忙哈

by aobai - C/C++ - 2012-03-13 09:53:19 阅读(4271) 回复(4)

Wrox.Beginning.algorithms [hide] [/hide]

by patagonia - 下载共享 - 2016-05-31 08:12:52 阅读(45376) 回复(251)

CPS 238 I/O-Efficient algorithms Summary of Lectures and List of Material Go to list of material Lec. Date Topic Reading 1 Jan 8 Introduction: Hierarchical memory, I/O-bottleneck, I/O-model, fundmental bounds Sorting: Merge and distribution sort [ AV ] sec 3+5 [ Agis ] sec 1, 2, 3.1-3.2, [ AL ] 2-3 Jan 15 Lower bounds: Sorting and searching Searching: B-trees, [ Mehlhorn...

by rwen2012 - Linux文档专区 - 2006-12-20 14:08:23 阅读(490) 回复(0)

I/O-algorithms, Spring 2006 Description: In many modern applications that deal with massive data sets, communication between internal and external memory, and not actual computation time, is the bottleneck in the computation. This is due to the huge difference in access time of fast internal memory and slower external memory such as disks. In order to amortize this time over a large amount of da...

by rwen2012 - Linux文档专区 - 2006-12-20 14:04:04 阅读(521) 回复(0)

本帖最后由 fender0107401 于 2010-11-09 09:26 编辑 可惜里面的例子用的都是java。 :outu:

by fender0107401 - C/C++ - 2010-11-09 08:41:46 阅读(1630) 回复(3)