码迷,mamicode.com
首页 >  
搜索关键字:flabby bird    ( 333个结果
类的定义、方法练习
package com.java; //包名public class Bird { //类名//属性String YanSe;String ZhongLei;double FanLiang;//方法public void weiShi(double FanLiang){System.out.p...
分类:其他好文   时间:2015-12-08 10:03:54    阅读次数:136
hdu 5199 Gunner(STL之map,水)
Problem DescriptionLong 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 bird...
分类:其他好文   时间:2015-11-24 22:02:27    阅读次数:210
OC中的面向对象语法4
一、继承1.继承的基本用法l设计两个类Bird、Dog//Bird的声明@interfaceBird:NSObject{@publicintweight;}-(void)eat;@end//Bird的定义@implementationBird-(void)eat{NSLog(@"吃吃吃-体重:%d"...
分类:其他好文   时间:2015-11-16 12:03:10    阅读次数:126
fly bird 案例代码_MoveTrigger
1 using UnityEngine; 2 using System.Collections; 3 4 public class MoveTrigger : MonoBehaviour { 5 6 public Transform currentBg; 7 publi...
分类:其他好文   时间:2015-11-08 19:25:54    阅读次数:178
fly bird 案例代码_GameManager
1 using UnityEngine; 2 using System.Collections; 3 4 public class GameMangger : MonoBehaviour { 5 public static int GAMESTATE_MENU = 0; //游戏菜单状态...
分类:其他好文   时间:2015-11-08 19:24:12    阅读次数:317
fly bird 案例代码_Pipe
1 using UnityEngine; 2 using System.Collections; 3 4 public class pipe : MonoBehaviour { 5 void Start() { 6 RandomGeneratePosition(); 7 ...
分类:其他好文   时间:2015-11-08 19:22:49    阅读次数:210
fly bird 案例代码_Pipeupdown
1 using UnityEngine; 2 using System.Collections; 3 4 public class Pipeupdown : MonoBehaviour { 5 public AudioSource hitMusic; 6 public Audio...
分类:其他好文   时间:2015-11-08 19:18:25    阅读次数:152
fly bird 案例代码_bird
1 using UnityEngine; 2 using System.Collections; 3 4 public class bird : MonoBehaviour { 5 public float timer = 0; 6 public int freamNumbuer...
分类:其他好文   时间:2015-11-08 19:14:25    阅读次数:159
fly bird 案例代码_FlowBird
1 using UnityEngine; 2 using System.Collections; 3 4 public class FollowBird : MonoBehaviour { 5 private GameObject bird; 6 private Transfor...
分类:其他好文   时间:2015-11-08 19:08:25    阅读次数:210
Python之对象的属性
# -*- coding: utf-8 -*-#python 27#xiaodeng#Python之对象的属性#http://python.jobbole.com/82622/#对象的属性class bird(): feather = True class chicken(bird): ...
分类:编程语言   时间:2015-11-06 23:36:28    阅读次数:190
333条   上一页 1 ... 18 19 20 21 22 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!