-
创建字体的程序,演示了如何生成更漂亮的艺术字
创建字体的程序,演示了如何生成更漂亮的艺术字-create fonts procedures, demonstrating how to create a more beautiful word art
- 2022-03-25 18:09:50下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1
-
用matlab书写的关于tensor的列子。tensor即张量,是高纬线性代数的核心。...
用matlab书写的关于tensor的列子。tensor即张量,是高纬线性代数的核心。-Using matlab to write on the tensor of Liezi. tensor or tensor, is the high latitudes of the core of linear algebra.
- 2022-11-11 07:10:03下载
- 积分:1
-
Duilib 自定义控件详解
讲解 如何 使用Duilib 进行自定义控件的实现 并附带例子,Duilib 是一款强大的界面开发工具,可以将用户界面和处理逻辑彻底分离,极大地提高用户界面的开发效率。提供所见即所得的开发工具UIDesigner。使用DirectUI后将使得我们的设计人员彻底解 放,不会受到开发的束缚,可以充分地发挥其设计能力来设计软件界面,并参与到用户界面开发过程中。 Duilib 目前支持Windows 32 、Window CE、Mobile等平台,使用C++开发,遵循BSD协议,可以免费用于商业项目 。
- 2022-02-26 16:40:33下载
- 积分:1
-
Zangetsu core library source code for easy language edition version ........
斩月核心库源代码,本版为易语言版-Zangetsu core library source code for easy language edition version ........
- 2022-01-25 19:42:41下载
- 积分:1
-
使用 C编写计算器
(堆栈)鉴于算术表达式中缀表示法,例如,24 (3 + 5) = 5,
写一个程序,它读取一个单一输入行中给出的表达式,解析它,它的计算结果和
给出了输出值作为单个整数或打印的字符串输入错误"如果输入的格式不正确。
在表达式中的数字是整数。经营者来自集 {+,-,*,/,%、 (,)},
经营行为对整数,返回整数,根据其平时 de nitions。我有假设
运营商,那就是,之间通常优先从最低到最高,{+,-},*,/,一元-和括号,在哪里,
+ 和二进制-处于同一级别的优先级的和有左到右结合性。我
程序正确识别并返回一个错误如果修复表达式中的输入的格式不正确。
- 2022-09-10 17:05:03下载
- 积分:1
-
用精简的visual c++ 编写 能够让人方便地读取位图的小程序
用精简的visual c++ 编写 能够让人方便地读取位图的小程序 -With a streamlined visual c++ to write code that makes easy to read digital map applet
- 2023-05-18 05:10:04下载
- 积分:1
-
这是一个用JAVA编写的的一个模拟WINDOWNS计算器。程序有很多地方请各位高手指教。...
这是一个用JAVA编写的的一个模拟WINDOWNS计算器。程序有很多地方请各位高手指教。-This is a preparation using the Java simulation of a WINDOWNS calculator. Procedures are many places you please enlighten master.
- 2022-02-02 17:46:55下载
- 积分:1
-
DRM注册类,实现DRM客户端与服务器通讯
DRM注册类,实现DRM客户端与服务器通讯-DRM registration categories, the achievement of DRM client and server communications
- 2022-09-15 17:20:10下载
- 积分:1
-
机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值...
机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值-Optimization of Mechanical Design, one-dimensional search method, for single-peak function, the use of advance and retreat method convergence interval, using golden section method for extremal
- 2022-07-22 07:13:04下载
- 积分:1