White Bird
Time Limit : 5 sec, Memory Limit : 65536 KB
White Bird
Angry Birds is a mobile game of a big craze all over the world. You were convinced that it was a waste of time to play ...
分类:
其他好文 时间:
2016-05-18 19:15:21
阅读次数:
245
Description
Long long ago, there is a gunner whose name is Jack. He likes to go hunting very much. One day he go to the grove. There are $n$ birds and $n$ trees. The $i-th$ bird stands on the top o...
分类:
其他好文 时间:
2016-05-12 16:31:42
阅读次数:
165
How to Make a Flappy Bird in HTML5 With Phaser - Part 1 Flappy Bird is a nice little game with easy to understand mechanics, and I thought it would be ...
分类:
移动开发 时间:
2016-05-10 18:08:19
阅读次数:
298
Bird Combines Calls in Specific Order
鸟语也有顺序性
Humans have always considered themselves special compared with other animals. One reason is the complexity of our language—bounded by unique rules, ...
分类:
其他好文 时间:
2016-04-22 20:32:25
阅读次数:
266
前言2013年DeepMind 在NIPS上发表Playing Atari with Deep Reinforcement Learning 一文,提出了DQN(Deep Q Network)算法,实现端到端学习玩Atari游戏,即只有像素输入,看着屏幕玩游戏。Deep Mind就凭借这个应用以6亿美元被Google收购。由于DQN的开源,在github上涌现了大量各种版本的DQN程序。但大多是复现...
分类:
移动开发 时间:
2016-03-22 00:47:25
阅读次数:
919
bg_day.png bird0_01.png land.png pipe_up.png pipe_down.png number_score_00.png~number_score_09.png (数字均为白色,图片背景为透明。为能够在博客中显示出来,特设置为灰色背景)
分类:
移动开发 时间:
2016-03-14 00:05:11
阅读次数:
321
第二题: Bird类代码: 1 package zuoye; 2 3 public class Bird { 4 private String name; 5 private String yanse; 6 public String getName() { 7 return name; 8 } 9
分类:
其他好文 时间:
2016-03-10 14:29:40
阅读次数:
156
从资源文件加载bitmap至内存 birdBmp=BitmapFactory.decodeResource(this.getContext().getResources(), R.drawable.bird); 从Bitmap创建Bitmap 及matrix变化应用 Bitmap birdBmp2=
分类:
移动开发 时间:
2016-03-07 23:55:03
阅读次数:
238
//鸟类 public class Bird { //属性 成员变量 //颜色 String Color; //重量 double weigt; //行为 方法 //飞 void - 没有返回值 void fly() { System.out.println("我能飞"); } //吃 void e
分类:
其他好文 时间:
2016-03-03 22:57:12
阅读次数:
205
1 package com.hanqi; 2 3 //鳥類 4 public class Bird { 5 6 //屬性:成員變量 7 String Colour;//顏色 8 double Weight;//重量 9 10 //行為:方法 11 void fly() //飛 12 { 13 Sys
分类:
其他好文 时间:
2016-03-03 21:24:17
阅读次数:
146