码迷,mamicode.com
首页 >  
搜索关键字:advanced compression    ( 2238个结果
常用软件
文件比较 Beyond Compare程序查看编辑 Source Insight 字体verdana 8超级终端 SecureCRTTftp服务客户端工具 Tftpd32CHM文件转换为PDF文件 ChmMagicPDF文件密码移除工具 Advanced PDF Password RecoveryP...
分类:其他好文   时间:2014-05-29 00:14:00    阅读次数:248
杭电1050(贪心)
题目:The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 rooms e...
分类:其他好文   时间:2014-05-28 18:57:31    阅读次数:311
medium and fine crushing
we series hydraulic cone crusher machine designed by our company is a new type of cone crusher machine with international advanced level which brings ...
分类:其他好文   时间:2014-05-27 17:00:26    阅读次数:271
c++11 条件变量 生产者-消费者 并发线程
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct BoundedBuffer { int* buffer; ...
分类:编程语言   时间:2014-05-27 16:04:22    阅读次数:303
7-ZIP实现数据高度压缩
From:http://www.cnblogs.com/killerlegend/p/3746395.htmlAuthor:KillerLegend Date:2013.5.22 选中文件,鼠标右键选择7-zip压缩,设置方式如下图:主要设置的地方在于Compression level为Ultra,...
分类:其他好文   时间:2014-05-26 14:26:07    阅读次数:253
Selenium Webdriver 学习总结-Advanced Usage-Cookie、Profile(七)
1、webdriver如何处理profile 当我们初始化Firefox WebDriver时,可以使用一个已存在的Profile或一个新的Profile,WebDriver每次使用前都会复制一份(win7 默认存放路径C:\Users\ADMINI~1\AppData\Local\Temp\anonymous5354649999399361803webdriver-profile),如果没有指定firefox profile,webdriver会创建一个空的Profile并使用它,所以我们在每次webd...
分类:Web程序   时间:2014-05-26 06:14:22    阅读次数:392
gzip, deflate delphi xe 2 解码 成功 哈哈
23456789101112131415161718192021222324http://bbs.csdn.net/topics/190020986functionCFFunc.Compression.Zlib.DeCompressionStream(constAInStream,AOutStrea...
分类:其他好文   时间:2014-05-25 22:06:51    阅读次数:290
poj1083
Moving TablesTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 25176Accepted: 8373DescriptionThe famous ACM (Advanced Computer Maker) Company ....
分类:其他好文   时间:2014-05-25 19:09:34    阅读次数:249
IOS Core Animation Advanced Techniques的学习笔记(五)
第六章:Specialized Layers CAGradientLayer CAReplicatorLayer CAScrollLayer CAShaperLayer CATextLayer CATransformLayer...
分类:移动开发   时间:2014-05-23 00:36:05    阅读次数:1026
Geeks Union-Find Algorithm Union By Rank and Path Compression 图环算法
同样是查找一个图是否有环的算法,但是这个算法很牛逼,构造树的时候可以达到O(lgn)时间效率。n代表顶点数 原因是根据需要缩减了树的高度,也叫压缩路径(Path compression),名字很高深,不过其实不难理解,简单来说就是每次查找一个节点的时候,都把这一路径中的所有节点都赋予根节点作为路径。 原文没指出的地方: 也因为需要压缩,所以初始化的时候注意,不能如前面简单实用Unio...
分类:其他好文   时间:2014-05-23 00:21:42    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!