using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
#include#include#include#include#includeusing namespace std;int dp[30][30][30][30];int vis[30][30][30][30];int a[2][30],sum[2][30];int dfs(int i,int j...
分类:
其他好文 时间:
2015-07-12 00:07:23
阅读次数:
178
A New Stone GameTime Limit: 1000MS Memory Limit: 30000K
Total Submissions: 5113 Accepted: 2806 Description
Alice and Bob decide to play a new stone game.At the beginning of the game they pick...
分类:
其他好文 时间:
2015-07-11 12:15:02
阅读次数:
165
/*
fun.c源文件
*/
#include?<curses.h>
#include?<signal.h>
#include?<sys/time.h>
#include?"play.h"
#include?<stdio.h>
#include?<stdlib.h>
void?init(void);
void?exit_a(void);
void?paint_boa...
分类:
系统相关 时间:
2015-07-10 17:10:29
阅读次数:
238
adjacent_find()
在iterator对标识元素范围内,查找一对相邻重复元素,找到则返回指向这对元素的第一个元素的迭代器。否则返回past-the-end。
#include
#include
#include
#include
using namespace std;
void play_adjacent_find()
{
vector v1;
v1.pu...
分类:
编程语言 时间:
2015-07-10 16:46:50
阅读次数:
157
function Media(title,duration) { this.title=title; this.duration=duration; this.isPlaying=false;}Media.prototype.play = function() { this.isPlaying=tr...
分类:
其他好文 时间:
2015-07-08 22:31:17
阅读次数:
210
Java SE 6 技術手冊 或 Java SE 6 技術手冊
Java SE 6 技術手冊
為什麼選擇用 Markdown?只是單純把文件重新排版太無聊了,不如趁這個機會學些新東西,所以我就藉這個機會來學著用 Markdown,並看看它有什麼好處與壞處 ... 如果你需要 PDF 與 epub 格式,而又有點懶自己轉換,那麼可以考慮在 Google
Play...
分类:
编程语言 时间:
2015-07-08 18:56:46
阅读次数:
156
这个 相当于一个小框架,拿来就可以用:1. 功能: 如上图显示: 点击左右两个button,可以实现图片向左右滚动,也可以设置在多少秒自己滚动。2. 首先建立一个js文件,文件名为play.js(只要和HTML中的引入相同就可以了): 1 var sina = { 2 $: func...
分类:
其他好文 时间:
2015-07-06 21:32:27
阅读次数:
123
六、Android 高版本向低版本兼容
ActionBarSherlock
为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题
项目地址:https://github.com/JakeWharton/ActionBarSherlock
Demo地址:https://play.google.com/store/apps/details?i...
分类:
移动开发 时间:
2015-07-06 18:05:07
阅读次数:
316