一。重载(Overload) 1.同一个标识符在不同的上下文有不同的意义 如:“洗”不同的含义 - 洗衣服、洗脸、洗脑 如:“play”和不同的单词搭配后不同的含义 -play chess, play piano 2.函数重载(Function Overload) a.用同一个函数名定义不同的函数 ...
分类:
编程语言 时间:
2017-09-11 13:09:13
阅读次数:
260
NOIP2017模拟赛 senior 6.29 T2 小T的钢琴(piano) Description Input Output 这道题思路还是比较好想的,因为题目中已经提到公共子序列长度,所以咯,最长公共子序列好不好! But,这里我们如果只使用LCS的话那么,这里我们的时间复杂度是O(n^2)。 ...
分类:
其他好文 时间:
2017-07-24 21:33:00
阅读次数:
208
A musical melody is represented as a sequence of N (1 <= N <= 5000) notes that are integers in the range 1..88, each representing a key on the piano. ...
分类:
其他好文 时间:
2017-02-06 22:04:20
阅读次数:
310
var audio = document.createElement("audio"); var index = 0; audio.src = "piano/3C.mp3"; audio.addEventListener('ended', function () { // Wait 500 mill ...
分类:
其他好文 时间:
2016-09-28 01:36:20
阅读次数:
231
SPA:单页应用。retrieve:恢复,重新得到 infrastructure 基础设施,下部构造 本书第6章和第7章会讲述2个实例:piano man 和piano hero,看起来貌似很有趣。第8章做一个基于geography API的天气应用。 貌似还要安装Apache服务器,因为有些HTM ...
分类:
移动开发 时间:
2016-04-03 13:01:26
阅读次数:
164
大一上最喜欢的一个作品 。刚开始只是一个能自动发出小星星音乐的小程序XD
效果图:
代码如下:
/*This is a small piano.这是一个小钢琴哦~*/
#include
#include //非缓冲输入
#include
#include
#pragma warning(disable:4996) //to use getche() in VS needs i...
分类:
编程语言 时间:
2015-08-18 19:18:10
阅读次数:
277
Description
A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the piano. It is unfortunate but true that this re...
分类:
编程语言 时间:
2015-05-29 13:56:49
阅读次数:
125
Description
A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the piano. It is unfortunate but true that this repre...
分类:
编程语言 时间:
2015-03-31 18:11:35
阅读次数:
154
最近网上都搜不到Taylor的歌了,分享一张love best的album给大家,支持霉霉的还是去买正版把~专辑曲目:01. “Jump Then Fall” 03:5702. “Untouchable” 05:1103. “Forever & Always” (Piano Version) 04:...
分类:
编程语言 时间:
2015-01-30 16:58:50
阅读次数:
160
Main.m
#import
#import "Piano.h"
#import "Violin.h"
#import "Actor.h"
/*
乐器(Instrument)分为:钢琴(Piano)、小提琴(Violin)。
各种乐器的弹奏( play )方法各不相同。演奏家可以使用各种乐器。
*/
int main(int argc, const char * argv[...
分类:
其他好文 时间:
2014-10-23 20:53:11
阅读次数:
260