- 授权协议: GPL
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: https://code.google.com/p/householdmanagement2/
软件介绍
======需求:在外打工租房,与朋友合租。吃住费用管理麻烦。故利用业余时间开发此小软件。
工具:gcc,codeblocks,wxwidgets,opencv,sqlite(本人常用到开发工具)
特点:跨平台(win+linux)
使用说明:无。完全根据本人思路设计而成。暂时没有文档。
SVN源代码:http://householdmanagement.googlecode.com/svn/trunk/。checkout该网址就行(没使用过SVN的最后先百度,google)
项目组织说明:
本人跨平台项目组织经验
win平台使用老邓绿色版本的codeblocks,其中对codeblocks进行了升级(night build),gcc也升级到4.7.0版本。各种库都编译成静态库。
linux平台同样各种库编译成静态库。
Algorithms in Java, Part 5
Robert Sedgewick / Addison-Wesley Professional / 2003-7-25 / USD 54.99
Algorithms in Java, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick's thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data......一起来看看 《Algorithms in Java, Part 5》 这本书的介绍吧!