码迷,mamicode.com
首页 >  
搜索关键字:musical themes    ( 596个结果
[CareerCup] 8.3 Musical Jukebox 点唱机
8.3 Design a musical jukebox using object-oriented principles.CareerCup这书实在是太不负责任了,就写了个半调子的程序,说是完整版也可以下载到,但是我怎么找不到,谁知道在哪里下载请告诉博主,多谢啦~class Song;class ...
分类:其他好文   时间:2015-09-07 08:18:43    阅读次数:176
Poj 1743 Musical Theme (后缀数组+二分)
题目链接: Poj 1743 Musical Theme题目描述: 给出一串数字(数字区间在[1,88]),要在这串数字中找出一个主题,满足: 1:主题长度大于等于5. 2:主题在文本串中重复出现(或者经过调转出现,调转是主题同时加上或者减去同一个整数) 3:重复主题不能重叠解题思路: ...
分类:编程语言   时间:2015-09-05 11:07:05    阅读次数:258
Musical Theme - poj 1743(求最大不重叠重复子串)
题目大意:* 有N(1 #include#include#includeusing namespace std;const int MAXN = 2e4+7;const int BaseNum = 90;struct SuffixArr{ int text[MAXN], tempx[MAXN]...
分类:其他好文   时间:2015-09-04 14:10:29    阅读次数:203
修改openwrt页面
/usr/lib/lua/luci/view/themes/bootstrap# "> ...
分类:其他好文   时间:2015-09-04 07:07:13    阅读次数:457
Not very musical
原文 As we had had a long walk through one of the markets of Old Delhi, we stopped at a square to have a rest. After a time, we noticed a snake charmer with two large baskets at the other side of t...
分类:其他好文   时间:2015-09-02 14:53:16    阅读次数:167
安装Xcode主题
安装Xcode主题下载地址https://github.com/YouXianMing/Xcode-Themes安装教程主题选择主题效果ValkyrieSilmeriaSidewalk ChalkFlatland
分类:其他好文   时间:2015-08-25 20:59:31    阅读次数:602
中科大google cdn
ajax.googleapis.com => ajax.lug.ustc.edu.cnfonts.googleapis.com => fonts.lug.ustc.edu.cnthemes.googleusercontent.com => google-themes.lug.ustc.edu.cn支...
分类:其他好文   时间:2015-08-20 18:10:27    阅读次数:2923
黄聪:走进wordpress 详细说说template-loader.php
再看template-laoder.php,这个文件总共只有45行。它的作用是基于访问的URL装载正确的模板.文件第六行,也是第一条语句,如下:if ( defined('WP_USE_THEMES') && WP_USE_THEMES ) do_action('template_redir...
分类:Web程序   时间:2015-08-19 00:09:31    阅读次数:170
bootstrap简单的签收页面
http://aqvatarius.com/themes/atlant/html/ui-icons.html订单签收 订单号: 订单基本信息 联系人: ...
分类:其他好文   时间:2015-08-18 15:54:00    阅读次数:147
POJ 题目1743 Musical Theme(后缀数组,求一个串中最长不重叠重复子串)
Musical Theme Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 21826   Accepted: 7467 Description A musical melody is represented as a sequence of N (1<=N<=2000...
分类:编程语言   时间:2015-08-18 14:14:55    阅读次数:140
596条   上一页 1 ... 41 42 43 44 45 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!