• 博客(0)
  • 资源 (6)

空空如也

android编程规范

Google官方的Android代码编程规范,收集自网上

2011-09-14

Qt版推箱子源码-鼠标键盘功能都有

Qt版的推箱子源码,C++课的作业,支持键盘,鼠标操作,支持自动寻找最短路径,地图一文件格式上传 ,支持选关,退步,记录已玩关卡,音乐,透明度调节,界面有点丑,请见谅

2011-01-06

20个软件开发常用设计文档

20个软件开发常用设计文档 设计文档 需求文档 测试文档 ……

2010-09-28

thinking in c++

“I’d like to congratulate the both of you for a very impressive work! Not only did I find your book to be an enjoyable and rewarding read … I was astounded by the accuracy both in terms of technical correctness and use of the language … I believe that you have attained a level of craftsmanship that is simply outstanding.” Bjorn Karlsson Editorial Board, C/C++ Users Journal “This book is a tremendous achievement. You owe it to yourself to have a copy on your shelf.” Al Stevens Contributing Editor, Doctor Dobbs Journal “Eckel’s book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus.” Andrew Binstock Editor, Unix Review

2010-08-20

import java.io.*; public class FirstPart{ public static void main(String[] args) throws Exception{ System.out.print("The input Fahrenheit is "); BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int f = Integer.parseInt(br.re

import java.io.*; public class FirstPart{ public static void main(String[] args) throws Exception{ System.out.print("The input Fahrenheit is "); BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int f = Integer.parseInt(br.readLine()); double c=5*(f-32); c=c/9; System.out.println("Changing it to Celsius is "+c); } }

2010-04-11

JAVA经典教程带课件清华大学讲稿

JAVA经典教程带课件清华大学讲稿Java入门必读 强烈推荐

2010-03-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除