hi 又是开森的周六了。积攒的两周的衣服,终于是差不多洗完了。大下午的才来学点东西~~1、PHP面向对象(三)四、OOP的高级实践4.3 Static-静态成员name."'s eating ".$food.""; }}class Animal{ public $kind; public $g...
分类:
Web程序 时间:
2015-12-06 00:13:27
阅读次数:
234
class04 类的继承name . "'s eating ". $food. "\n"; }}// extends关键字用于说明该类继承自某个父类class NbaPlayer extends Human{ // 类的属性的定义 public $team="Bull"; p...
分类:
Web程序 时间:
2015-12-05 09:45:04
阅读次数:
252
Description为了避免餐厅过分拥挤,FJ要求奶牛们分3批就餐。每天晚饭前,奶牛们都会在餐厅前排队入内,按FJ的设想所有第3批就餐的奶牛排在队尾,队伍的前端由设定为第1批就餐的奶牛占据,中间的位置就归第2批就餐的奶牛了。由于奶牛们不理解FJ的安排,晚饭前的排队成了一个大麻烦。 第i头奶牛有一张...
分类:
其他好文 时间:
2015-11-19 22:10:51
阅读次数:
146
import matplotlib.pyplot as plt slices = [7,2,2,13] activities = ['sleeping','eating','working','playing'] colors = ['c','m','r','g'] plt.pie( slices,...
分类:
其他好文 时间:
2015-11-05 06:05:36
阅读次数:
131
import matplotlib.pyplot as plt days = [1,2,3,4,5] sleeping = [7,8,6,11,7] eating = [3,3,4,2,3] working = [7,8,7,3,2] playing = [7,5,7,8,12] #stack ch...
分类:
其他好文 时间:
2015-11-05 00:44:58
阅读次数:
337
DescriptionBean-eating is an interesting game, everyone owns an M*N matrix, which is filled with different qualities beans. Meantime, there is only on...
分类:
其他好文 时间:
2015-10-19 12:15:41
阅读次数:
169
CakeTime Limit:4 Seconds Memory Limit:65536 KBAlice and Bob like eating cake very much. One day, Alice and Bob went to a bakery and bought many cakes....
分类:
其他好文 时间:
2015-10-15 23:24:37
阅读次数:
264
1609: [Usaco2008 Feb]Eating Together麻烦的聚餐Time Limit: 10 SecMemory Limit: 64 MBSubmit: 1165Solved: 693[Submit][Status][Discuss]Description为了避免餐厅过分拥挤,FJ...
分类:
其他好文 时间:
2015-09-11 15:38:14
阅读次数:
137
Chocolate
Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 565 Accepted Submission(s): 281
Problem Description
Lethe loves eating...
分类:
其他好文 时间:
2015-08-30 19:40:55
阅读次数:
241
Eating TogetherTime Limit:1000MSMemory Limit:65536KTotal Submissions:5617Accepted:2739DescriptionThe cows are so very silly about their dinner partner...
分类:
其他好文 时间:
2015-08-25 14:10:38
阅读次数:
257