-
使用Windows API编程方式,来实现处理Windows消息队列的功能。
使用Windows API编程方式,来实现处理Windows消息队列的功能。-The use of Windows API programming approach to deal with Windows message queue realize functions.
- 2022-07-24 23:52:16下载
- 积分:1
-
一个简单的c++编写的计算器
一个简单的c++编写的计算器-a simple caculator writen by c
- 2022-01-25 20:06:58下载
- 积分:1
-
实现棋盘覆盖功能,用C++编程,实现在一个棋盘上输入相应特殊棋盘的位置,就可以完成整个棋盘的覆盖工作....
实现棋盘覆盖功能,用C++编程,实现在一个棋盘上输入相应特殊棋盘的位置,就可以完成整个棋盘的覆盖工作.-chessboard achieve functional coverage, and C++ programming, in a chessboard of the corresponding input to the special board position we can complete the whole chessboard of the coverage.
- 2022-08-20 07:01:12下载
- 积分:1
-
内存清理程序,具有选择性,参数
内存清理程序,具有选择性,参数-s。通过纪录驻留内存的最高点地址。-Memory clean-up procedures, an optional parameter-s. Through the record of the presence of the highest memory address.
- 2022-10-17 19:50:03下载
- 积分:1
-
坦克大战
开始出现自己和敌人,打完一敌人增加,主要使用swing,Java基础编写
- 2022-02-02 00:39:40下载
- 积分:1
-
包括很的VFP中使用的控件,包括按钮、菜单位、通信等控件,并带有示例,绝对超值。...
包括很的VFP中使用的控件,包括按钮、菜单位、通信等控件,并带有示例,绝对超值。-There are lots of controls used in VFP, including buttons, menu, communication and so on, and also give the corresponding demonstrations. It s quite absolute overflow.
- 2022-02-25 10:54:05下载
- 积分:1
-
2440开发板pb4.2增加两个串口需更改的文件。
2440开发板pb4.2增加两个串口需更改的文件。-2440 Development Board pb4.2 two additional serial changes to the document required.
- 2022-09-13 22:15:03下载
- 积分:1
-
dll generation reference code
创建一个自己的dll文件,步骤:建一个“Win32 Dynamic~Link Library”工程,是一个单纯的Win32动态库,是一个空的工程,把你的CPP文件加入工程中,还要在你的CPP文件里加入动态库入口:
- 2022-03-12 09:13:45下载
- 积分:1
-
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦...
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦-cycle can be achieved coding, decoding and error, but the university"s experimental operation oh
- 2022-08-16 02:46:18下载
- 积分:1
-
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI...
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI工程就是具体的界面层了,他只负责显示具体的数据,不负责软件的工作流程。
File, FileProtocol这两个工程都是DLL,注意看一下FileProtocol的工程依赖及附加包含目录。还要再看一下UI工程的工程依赖及附加包含目录。在这里,三个工程,项目解决方案是在同级目录下,通过一个解决方案去包含三个工程。这样做的好处在于,工程可以重用。比如说File工程,他负责最底层的文件操作,以后我们的其它软件项目还会用到它的,因此,以后的项目,在解决方案里直接添加File工程便可以用了。 -According to my understanding, this is referred to a three-tier architecture.
File project is responsible for the bottom of the file operations
FileProtocol charge of the project specific processes and agreement to the relevant data back to the interface layer
UI project is a specific interface layer, and he is only responsible for display of specific data, is not responsible for the software workflow.
File, FileProtocol these two projects are DLL, note that the works look FileProtocol dependence and additional include directories. Would also like to look at what the engineering rely on UI and additional include directories. Here, the three projects, t
- 2022-03-16 06:02:29下载
- 积分:1