-
Multiy 窗口 VC + + 6
嗨在本研究中你可以了解 multiy wondows 和更改之间其他的信息。
- 2022-01-26 05:47:47下载
- 积分:1
-
Visual C++ MFC编程实例
Visual C++ MFC编程实例-MFC Visual C Programming Example
- 2022-01-26 06:25:41下载
- 积分:1
-
可以实现简单的键盘操控,功能还是不错的啊
可以实现简单的键盘操控,功能还是不错的啊-can use keyboard for ...
- 2022-08-26 07:35:26下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-10-22 20:15:03下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
虚拟桌面的完整性,使用定时器控制
一个虚拟桌面的完整程序,使用了 Timer 控件-The integrity of a virtual desktop, the use of a Timer control
- 2022-05-13 00:16:09下载
- 积分: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
-
S3C44B0X Watchdog Timer application, alarm output
S3C44B0X WATCHDOG定时器的应用,报警输出-S3C44B0X Watchdog Timer application, alarm output
- 2022-04-30 23:15:39下载
- 积分:1
-
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植-wince under bmp jpeg conversion of the procedures used by a jpeg compression type, can be transferred
- 2023-05-21 11:05:03下载
- 积分:1
-
根据我的小闹钟改造的,可以控制打开下载时间.定个时间就可以,到时候它会自动打开下载工具下载....
根据我的小闹钟改造的,可以控制打开下载时间.定个时间就可以,到时候它会自动打开下载工具下载.-According to the transformation of a small alarm clock, may control open download time. Time will be, when it will open automatically download tools to download.
- 2022-04-23 15:20:41下载
- 积分:1