- 博客(4)
- 收藏
- 关注
转载 HDOJ 1004 - Let the Balloon Rise(让气球飞起来)
Let the Balloon Rise Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 138223Accepted Submission(s): 54591 Problem Description Cont...
2018-04-08 12:57:00
348
转载 ZOJ 1037 - Gridland(格子世界)
GridlandTime Limit:2 Seconds Memory Limit:65536 KB BackgroundFor years, computer scientists have been trying to find efficient solutions to different computing problems. For some of them ...
2018-04-08 12:32:00
234
转载 Eclipse中导入普通文件夹里的源代码
很多的计算机编程书籍都提供有源代码,这些源代码一般都是在一个个按章节命名的文件夹里的。 最近在学习Java,下载了ThinkJava和CoreJava书籍和源代码,之前一直按照ThinkJava作者的推荐使用DrJava来写程序以及读取作者提供参考的源代码,但是Windows下的DrJava界面不美观,功能也没有Eclipse强大,所以最后还是决定用Eclipse。 作为一个轻量级的开发...
2017-03-31 22:28:00
1032
转载 关于Python中__ name__值的测试
测试中用到的代码如下: #test_name0.py def test(): return __name__ print __name__ print test() import test_name1 test_name1.test() #test_name1.py def test(): print __name__ print __name__ 在Pyth...
2017-03-18 00:06:00
239
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅