-
新建一个菜单资源,比如把菜单的ID号为IDC_POPMENU。此菜单有一项两层,即有一个可弹出的菜单项,而此菜单项的弹出内容即为将要建立的弹出式菜单的内容。至于...
新建一个菜单资源,比如把菜单的ID号为IDC_POPMENU。此菜单有一项两层,即有一个可弹出的菜单项,而此菜单项的弹出内容即为将要建立的弹出式菜单的内容。至于每一个菜单项的消息映射,与一般的菜单相同-Create a new menu of resources, such as the menu ID number IDC_POPMENU. This menu has a two-tier, that is a pop-up menu item, and此菜single pop-up content is to be established by the content of pop-up menu. As each menu item the message mapping, and in general the same menu
- 2022-04-11 20:39:15下载
- 积分:1
-
一个跳棋游戏程序设计与开发,功能完整…
设计和开发一个跳棋游戏程序,功能完整,有漂亮得图形化界面!-Design and development of a Chinese checkers game procedures, functional integrity, has a beautiful graphical interface!
- 2023-07-17 06:30:03下载
- 积分:1
-
带有计算图形面积功能的计算器,图形界面,用VC++编写
带有计算图形面积功能的计算器,图形界面,用VC++编写
-Graphic area with a calculation function calculator, graphical interface, using VC++ Prepared
- 2023-03-14 05:50:03下载
- 积分:1
-
多组的编队控制
Formation Control of Multi-Robots via Fuzzy Logic Technique
- 2022-05-08 10:50:51下载
- 积分:1
-
实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。...
实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。- Realized to write the board application procedure, mainly
introduced the multi- documents template the procedure frame, the
start screen, quick tool fence, condition fence related knowledge.
- 2022-10-29 09:20:03下载
- 积分:1
-
一个插件示例,详细讲解了用VC做COM插件的方法,内附文档。
一个插件示例,详细讲解了用VC做COM插件的方法,内附文档。
- 2022-02-01 02:23:26下载
- 积分:1
-
K-Means using Visual Basic 6
- 2022-05-29 13:52:31下载
- 积分:1
-
网络聊天工具,用户界面友好,只需要输入双方的ip,就可以再局域网内进行文本聊天...
网络聊天工具,用户界面友好,只需要输入双方的ip,就可以再局域网内进行文本聊天-Internet chat tool, user friendly interface, only need to enter both ip, can be carried out within the LAN text chat
- 2023-01-01 15:45:04下载
- 积分:1
-
C#编程如何获取进程主窗口以及创建进程的执行程序
C#编程如何获取进程主窗口以及创建进程的执行程序 -C# programming process for obtaining the main window and the creation of the process of enforcement procedures
- 2022-09-19 00:30:03下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1