A good question is 50% of a good solution, now let’s share your questions about the text book(s), and post them on your blog.pick a text book (we have...
分类:
其他好文 时间:
2014-09-28 12:44:52
阅读次数:
119
Android 4.4前后版本读取图库图片方式的变化本文讲述Android 4.4(KitKat)前后访问图库以及访问后通过图片路径读取图片的变化Android 4.4(KitKat)以前:访问图库(方法一):1 /**2 * Access the gallery to pick...
分类:
移动开发 时间:
2014-09-26 00:52:18
阅读次数:
384
(一)、调用本地联系人: Intentintent=newIntent(Intent.ACTION_PICK);intent.setType(ContactsContract.Contacts.CONTENT_TYPE);startActivityForResult(intent,PICK_CONT...
分类:
移动开发 时间:
2014-09-24 22:23:37
阅读次数:
198
DATA: itab TYPE TABLE OF sy-ucomm.APPEND 'DELE' TO itab.APPEND 'PICK' TO itab.SET PF-STATUS 'STA3' EXCLUDING itab.就是把screen status设置成standard, 并排除rt_e...
分类:
其他好文 时间:
2014-09-23 14:38:34
阅读次数:
326
参考:AndroidSDK/docs/reference/android/content/Intent看到相关代码,对这两个参数的区别有点搞不清。现在知道的是new Intent(Intent.ACTION_GET_CONTENT, null)必须要setType("type/后缀"),否则会会弹出...
分类:
其他好文 时间:
2014-09-22 12:28:02
阅读次数:
283
Description
The funny stone game is coming. There are n piles of stones, numbered with
0, 1, 2,..., n - 1. Two persons pick stones in turn. In every turn, each person selects three piles of stones...
分类:
其他好文 时间:
2014-08-28 16:15:29
阅读次数:
523
Beans GameTime Limit: 5 Seconds Memory Limit: 32768 KBThere are three piles of beans. TT and DD pick any number of beans from any pile or the same num...
分类:
其他好文 时间:
2014-08-27 18:32:48
阅读次数:
150
题目链接题意 : 把每根棍往地上扔,找出最后在上面的棍,也就是说找出所有的没有别的棍子压在它的上面的棍子。思路 : 对于每根棍子,压在他上面的棍子一定是在它之后扔的棍子,所以在找的时候只要找它之后的线段是否与他相交即可。 1 //2653 2 #include 3 #include 4 #inc.....
分类:
其他好文 时间:
2014-08-26 22:46:16
阅读次数:
243
P1150 - 绳子围点From332404521Normal (OI)总时限:10s 内存限制:128MB 代码长度限制:64KB背景 Background最近小小鱼在研究平面几何,遇到一个难题,怎么也想不出来,于是找到大牛你来帮他做。描述 Description给出平面上n个点,所有点的坐标.....
分类:
其他好文 时间:
2014-08-24 15:25:52
阅读次数:
215
Description
Combinatorics is a branch of mathematics chiefly concerned with counting discrete objects. For instance, how many ways can you pick two people out of a crowd of
n people? Into how many...
分类:
其他好文 时间:
2014-08-23 20:24:01
阅读次数:
317