上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 青蛙的约会 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 102239 Accepted: 19781 Description 两只青蛙在网上相识了,它们聊得很开心,于是觉得很有必要见一面。它们很高兴地发现它们住在同一条纬度线上 阅读全文
posted @ 2016-03-07 20:48 JoneZP 阅读(171) 评论(0) 推荐(0) 编辑
摘要: step1:自定义一个类 step2: 继承BaseAdapter重写函数。 step1: package com.example.uilistviewtest; public class Fruit { private String name; private int imageId; publi 阅读全文
posted @ 2016-02-18 10:45 JoneZP 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 感受: 1.了解了intent中的action和Uri. 2.了解了向下一个活动传递数据。 3.了解了内容提供器。 4.了解自定义适配器。 4.其实T9拨号器和简单计算器原理一样。 代码: MainActivity: package com.example.contactstest; import 阅读全文
posted @ 2016-02-09 20:01 JoneZP 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 感受:1.加强了对点击事件的了解。 2.了解到了TextView的append,setText,getText方法。 3.了解到TableLayout中的TableRow的用法。 Activity: package com.example.calculater; import java.util.A 阅读全文
posted @ 2016-02-03 21:20 JoneZP 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Longest Ordered SubsequenceTime Limit:2000MSMemory Limit:65536KTotal Submissions:41944Accepted:18453DescriptionA numeric sequence ofaiis ordered ifa1#... 阅读全文
posted @ 2016-01-16 22:16 JoneZP 阅读(670) 评论(0) 推荐(0) 编辑
摘要: BracketsTime Limit:1000MSMemory Limit:65536KTotal Submissions:4834Accepted:2574DescriptionWe give the following inductive definition of a “regular bra... 阅读全文
posted @ 2016-01-15 16:19 JoneZP 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Meteor ShowerTime Limit:1000MSMemory Limit:65536KTotal Submissions:12642Accepted:3414DescriptionBessie hears that an extraordinary meteor shower is co... 阅读全文
posted @ 2015-12-22 23:22 JoneZP 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 题目1 : Colorful Lecture Note时间限制:10000ms单点时限:1000ms内存限制:256MB描述Little Hi is writing an algorithm lecture note for Little Ho. To make the note more comp... 阅读全文
posted @ 2015-12-12 11:28 JoneZP 阅读(233) 评论(0) 推荐(0) 编辑
摘要: DescriptionFarmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000... 阅读全文
posted @ 2015-11-09 09:24 JoneZP 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1001: 类的设计(1)Time Limit: 1 SecMemory Limit: 65535 MB 64bit IO Format: %lldSubmitted: 9Accepted: 7[Submit][Status][Web Board]Description设计clock类,成员数据包含... 阅读全文
posted @ 2015-11-08 22:58 JoneZP 阅读(515) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页