码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
赛码"BestCoder"杯中国大学生程序设计冠军赛1001——Movie
Problem DescriptionCloud and Miceren like watching movies.Today, they want to choose some wonderful scenes from a movie. A movie hasNscenes can be cho...
分类:其他好文   时间:2015-05-05 15:43:05    阅读次数:129
[LeetCode] Reverse Linked List 倒置链表
Reverse a singly linked list.click to show more hints.Hint:A linked list can be reversed either iteratively or recursively. Could you implement both?之...
分类:其他好文   时间:2015-05-05 14:01:06    阅读次数:105
Android之Audio和Video
The Android platform offers built-in encoding/decoding for a variety of common media types, so that you can easily integrate audio, video, and images ...
分类:移动开发   时间:2015-05-05 12:22:51    阅读次数:255
lightoj 1030 Discovering Gold[ 期望 ]
B - Discovering Gold Description You are in a cave, a long cave! The cave can be represented by a 1 x N grid. Each cell of the cave can contain any amount of gold. Initially you are in positi...
分类:其他好文   时间:2015-05-05 08:54:20    阅读次数:129
CSU 1563: Lexicography (数学计数问题)
1563: Lexicography Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 342  Solved: 111 [Submit][Status][Web Board] Description An anagram of a string is any string that can be formed using the...
分类:其他好文   时间:2015-05-04 22:18:39    阅读次数:128
UVALive6814 Lexicography
An anagram of a string is any string that can be formedusing the same letters as the original. (We consider the original string ananagram of itself as well.) For example, the string ACM has thefollow...
分类:其他好文   时间:2015-05-04 22:13:13    阅读次数:277
leetcode 189 Rotate Array
Rotate an array of n elements to the right by k steps.For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4]. Note: Try to come up as many solutions as you can, th...
分类:其他好文   时间:2015-05-04 22:10:52    阅读次数:100
yate学习--yateclass.h--class YATE_API DebugEnabler
请声明转载出:     DebugEnabler,这个类用于保存和修改调试级别,也就是日志的打印级别: /** * Holds a local debugging level that can be modified separately from the * global debugging * 保留本地的调试级别,这个级别能被个别的全局调试修改 * @short A holder...
分类:Windows程序   时间:2015-05-04 20:16:01    阅读次数:198
Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/local/lib64/perl5
今天在服务器上安装nginx,报下面的错误:Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/local/lib64/perl5,以为是没有装perl,就去yum install perl perl-dev都给装了,还是没有解决....
分类:其他好文   时间:2015-05-04 17:31:06    阅读次数:140
Embedded之Makefile
1 Header files The header files are empty, so you can createthem with touch:$ touch a.h$ touch b.h$ touch c.h2 Source files 1 /* main.c */ 2 #inclu...
分类:其他好文   时间:2015-05-04 17:19:57    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!