码迷,mamicode.com
首页 >  
搜索关键字:robust reading    ( 1642个结果
编程经典书籍
Recommended Reading Lists for Junior Programmer (1) C And C++ (2) FreeBSD (3) General And Software EngineeringLinux (4) Linux (5) MAC OS (6) Misc (7) Multi-threads (8) Network, TCP/IP (9) QT (...
分类:其他好文   时间:2015-08-09 14:13:51    阅读次数:244
poj 3320 Jessica's Reading Problem(尺取法+map/hash)
题目:http://poj.org/problem?id=3320 题意:给定N个元素的数组,找出最短的一段区间使得区间里面的元素种类等于整个数组的元素种类。 分析:暴力枚举区间的起点x,然后找到最小的y,使得区间[x,y]满足条件,x向有移位后变成x',现在的y'肯定不至于在y的左边。存状态的话map和hash都可以。 map代码: #include #include #includ...
分类:其他好文   时间:2015-08-07 23:58:49    阅读次数:471
CodeForces 567B Berland National Library(模拟)(简单)
CodeForces 567B Berland National Library(模拟)(简单)Berland National Library has recently been built in the capital of Berland. In addition, in the library you can take any of the collected works of Berland leaders, the library has a reading room....
分类:其他好文   时间:2015-08-07 14:48:09    阅读次数:143
Lost connection to MySQL server at ‘reading initial communication packet错误解决
今天线上mysql报错,连不上了,报错信息大致为LostconnectiontoMySQLserverat‘readinginitialcommunicationpacket。然后在网上找了些解决办法,这边一个一个来说明,方便以后在遇到这样的问题不知道怎么解决:最后查找到的原因是/var/lib/mysql/下面的mysql.sock不见了,为什么..
分类:数据库   时间:2015-08-05 13:11:46    阅读次数:466
hdu 4990 Reading comprehension
DescriptionRead the program below carefully then answer the question.#pragma comment(linker, "/STACK:1024000000,1024000000")#include #include#include ...
分类:其他好文   时间:2015-08-01 17:06:11    阅读次数:115
为虚拟机中的 openSUSE 12.1 安装 VBoxGuestAdditions 4.1.10
前言 在 VirtualBox 4.1.10 软件中安装 openSUSE 12.1 操作系统后,它已经自带了 VBoxGuestAdditions 4.1.4,如下所示: ben@vbox:~> zypper search virtualbox-guest Loading repository data... Reading installed packages... S | Name...
分类:其他好文   时间:2015-07-28 08:00:00    阅读次数:168
zookeeper无法启动"Unable to load database on disk"
自己的虚拟机集群,一次强制关机后,发现slave2的zookeeper起不来了 下午5点29:53.411 INFO org.apache.zookeeper.server.quorum.QuorumPeerConfig Reading configuration from: /var/run/cloudera-scm-agent/process/517-zookeeper-server...
分类:数据库   时间:2015-07-27 18:54:00    阅读次数:939
mod_jk notes
mod_jk reading notes
分类:其他好文   时间:2015-07-24 12:43:43    阅读次数:96
JavaScript中对象深复制
参考:http://perfectionkills.com/instanceof-considered-harmful-or-how-to-write-a-robust-isarray/
分类:编程语言   时间:2015-07-24 00:14:15    阅读次数:166
Geodesic-based robust blind watermarking method for three-dimensional mesh animation by using mesh segmentation and vertex trajectory
之前因为考试,中断了实验室的工作,现在结束考试了,不能再荒废了。最近看了一篇关于序列水印的文章,大体思想是:对于一个网格序列,首先对第一帧进行处理,在第一帧上,用网格分割算法(SDF)将网格分割成几个有意义的区域。在每个区域中,计算区域中的点到区域边界的测地线距离,根据测地线距离再将区域里的点分到不...
分类:其他好文   时间:2015-07-21 12:19:30    阅读次数:116
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!