码迷,mamicode.com
首页 >  
搜索关键字:play    ( 9713个结果
csharp: Flash Player play *.flv file in winform
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:Windows程序   时间:2015-07-14 19:41:16    阅读次数:169
hdu 4597 Play Game (记忆化搜索 区间dp)
#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
POJ 1740:A New Stone Game
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
linux下C实现打转块小游戏(二)
/* 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
STL常用查找算法介绍
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
原型继承3
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书籍推荐:《Java SE 6 技術手冊》
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 开源项目android-open-project工具库解析之(二) 高版本向低版本兼容,多媒体相关,事件总线(订阅者模式),传感器,安全,插件化,文件
六、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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!