码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
Eddy's digital Roots-数论基础
B - Eddy's digital Roots Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1163 Description The digital root of a positive integ...
分类:其他好文   时间:2015-07-23 10:41:31    阅读次数:82
uva 116 Unidirectional TSP 单向TSP 问题,经典dP(路径输出注意规划方向)
Unidirectional TSP Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 116 Appoint description:Description Download as PDFBackgroundProblems that requi...
分类:其他好文   时间:2015-07-22 16:15:29    阅读次数:117
iOS 小坑集锦
在做自己的第一个 iOS app,一路遇到不少困难,好在靠 Google 和 StackOverflow 都解决了,自己也不知道是否是 best practice,为了赶进度只要 work 就好。 隐藏 Tab bar 在以 Tab bar 划分模块的 app 中有些非一级界面是不需要底部的标签栏的,只需要在该 ViewController 的viewWillAppear:中加入设置标...
分类:移动开发   时间:2015-07-22 10:54:49    阅读次数:115
Learning how to learn - Diffuse mode thinking
"there is no specific practice for diffuse thinking---one can say that it comes naturally. The only requirement is that we do focussed mode tasks and ...
分类:其他好文   时间:2015-07-21 21:55:04    阅读次数:114
ZOJ3741 状压DP Eternal Reality
E - Eternal Reality Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 3741DescriptionIn Academy City, most ...
分类:其他好文   时间:2015-07-21 20:22:25    阅读次数:93
百炼-2757-最长上升子序列-动态规划
题目链接:http://bailian.openjudge.cn/practice/2757/ 这是一道模板题,时间复杂度为O(nlogn),当然n^2的算法也可以AC, #include #include #include #include #include #include #include #include #include #include #define LL long long u...
分类:其他好文   时间:2015-07-21 17:06:45    阅读次数:102
2815:城堡问题-DFS
题目链接:http://bailian.openjudge.cn/practice/2815/ #include #include #include #include #include #include #include #include #include #include #define LL long long using namespace std; int r,c; int rooms[...
分类:其他好文   时间:2015-07-21 12:58:37    阅读次数:123
uva 674 Coin Change 经典dp入门
Coin Change Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 674 Appoint description:Description Download as PDFSuppose there are 5 types of coins:...
分类:其他好文   时间:2015-07-21 12:55:39    阅读次数:85
最近新学了图形界面,写了一个弹球游戏,拿出来让大家指正。
1 package org.xn.chapter11.practice; 2 3 /** 4 * 课后习题2:做一个弹球游戏,在书中程序的基础上将所有的组件换成图片显得更美观和实用 5 * 程序分解: 6 * 1、图形界面: 7 * 球桌、弹球、球杆、障碍物...
分类:其他好文   时间:2015-07-20 12:53:59    阅读次数:171
新写的一个计算器,里面还有部分bug,望大家指正
1 package org.xn.chapter11.practice; 2 /** 3 * 课后习题1:做一个计算器,这里我们以windows-XP中的calc计算器的标准型为目标来做 4 * 程序分解: 5 * 1、GUI界面: 6 * 菜单栏:编辑(复制,...
分类:其他好文   时间:2015-07-20 12:53:55    阅读次数:123
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!