跨平台伙食管理软件

码农软件 · 软件分类 · 企业ERP/CRM · 2020-02-18 22:26:58

软件介绍

======

需求:在外打工租房,与朋友合租。吃住费用管理麻烦。故利用业余时间开发此小软件。

工具: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平台同样各种库编译成静态库。

本文地址:https://www.codercto.com/soft/d/25918.html

Algorithms in Java, Part 5

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》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具