题目描述There are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color of a continuous ...
分类:
其他好文 时间:
2014-06-22 23:46:15
阅读次数:
199
Division
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 999999/400000 K (Java/Others)
Total Submission(s): 2664 Accepted Submission(s): 1050
Problem Description
Little D is re...
分类:
其他好文 时间:
2014-06-19 12:16:24
阅读次数:
210
文章来源:CVPR2014作者:Zhenyao Zhu,Ping Luo,Xiaogang Wang,Xiaoou Tang(香港中文大学果然牛啊,CVPR一刷一大堆)主要内容:提出了利用深度学习(还是CNN)来进行人脸图像重构正面人脸,然后利用重构的正面人脸图像来进行人脸的verification...
分类:
Web程序 时间:
2014-06-17 14:31:01
阅读次数:
330
来自:CVPR 2014 作者:Yi Sun ,Xiaogang Wang,Xiaoao Tang题目:Deep Learning Face Representation from Predicting 10,000 Classes主要内容:通过深度学习来进行图像高级特征表示(DeepID),进而进...
分类:
其他好文 时间:
2014-06-17 13:33:25
阅读次数:
380
http://poj.org/problem?id=3735
大致题意:
有n只猫,开始时每只猫有花生0颗,现有一组操作,由下面三个中的k个操作组成:
1. g i 给i只猫一颗花生米
2. e i 让第i只猫吃掉它拥有的所有花生米
3. s i j 将猫i与猫j的拥有的花生米交换
现将上述一组操作循环m次后,问每只猫有多少颗花生?
再一次感受到了...
分类:
其他好文 时间:
2014-06-14 10:54:33
阅读次数:
234
小端存储--低内存低字节87654321字节或半字节的最低位字节(LowestSignificantBit,LSB)存放于内存最低位字节地址上。即最低地址存放的最低字节,为PowerPC,Intelx86系列等采用。inta=0x12345678;78为低字节12为高字节voidfFun(){int...
分类:
其他好文 时间:
2014-06-12 19:14:32
阅读次数:
225
由“ can i get a char* , please?"看起:Just barely. OO.o
has at least six string wrappers, although the C implementations are of little
interest:rtl_String...
分类:
其他好文 时间:
2014-06-12 12:27:15
阅读次数:
296
108685842014-06-11
18:26:52Accepted17541078MS3156K1430 BG++little_w【题解】:【代码】: 1 #include 2 #include
3 #include 4 #define Mod 1000000007 5 #define L...
分类:
其他好文 时间:
2014-06-12 09:15:35
阅读次数:
198