- 授权协议: BSD
- 开发语言:
- 操作系统: 跨平台
- 软件首页: https://github.com/lheric/libgitlmvc
- 软件文档: https://github.com/lheric/libgitlmvc
软件介绍
libgitlmvc 是一个基于Qt构建的的C++ MVC 框架
概览:
View<====>Front Controller<====>Commands<====>Model
该框架包括四个部分:
视图: 用户交互界面
前端控制其(Front Controller): 处理所有的视图请求
命令: 前端控制其根据不同的视图请求,调用不同的命令,实现某个特定的功能
模型: 表示程序当前的状态。
The Art of Computer Programming, Volumes 1-3 Boxed Set
Donald E. Knuth / Addison-Wesley Professional / 1998-10-15 / USD 199.99
This multivolume work is widely recognized as the definitive description of classical computer science. The first three volumes have for decades been an invaluable resource in programming theory and p......一起来看看 《The Art of Computer Programming, Volumes 1-3 Boxed Set》 这本书的介绍吧!
