-
C++火车订票系统,课程作业,命令行方式进行操作
C++火车订票系统,课程作业,命令行方式进行操作-C++ train booking system, course operations, command-line approach to the operation
- 2022-08-04 11:45:21下载
- 积分:1
-
实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式...
实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式-Segment achieved a point of synthesis of linear interpolation to optimize the design, there are easy-to-use interface and input methods
- 2023-01-07 01:35:04下载
- 积分:1
-
汉诺塔算法的源代码
此程序在 VB 应用程序开发和采用光盘作为输入的数。它使用递归逻辑查找解决全髋关节置换问题所需步骤的数目。最初是得到光盘添加入栈。我有一 3 大堆 A、 B、 C 3 塔 A、 B 和 c。SolveTOH 函数用于计算所有可能的步骤来解决问题。请注意,每次移动写在屏幕上后使用递归逻辑和输出
- 2023-08-26 19:00:04下载
- 积分:1
-
JAVA实现的简单贪吃蛇 键盘控制 多关地图 代码+论文
JAVA实现的简单贪吃蛇 键盘控制 多关地图 代码+论文-JAVA easy implementation of many customs control Snake keyboard map code+ thesis
- 2023-08-15 15:00:06下载
- 积分:1
-
用纯JAVA做的记事本!希望朋友们能用得到!很有用哦!
用纯JAVA做的记事本!希望朋友们能用得到!很有用哦!-Do pure JAVA Notepad! Hope my friends can use to be! Useful Oh!
- 2022-01-25 16:05:40下载
- 积分:1
-
假设你想给用户修改大小和位置的能力…
Suppose you wanted to give the user the ability to modify the size and position on a certain control? This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the image above). The first thing, you ll need to do is to invoke a CRectTracker and specify given coordinates: -Suppose you wanted to give the user the ability to modify the size and position on a certain control This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the
- 2022-10-29 16:00:03下载
- 积分:1
-
Socket简易消息传输
简单的点对点传输,只支持局域网与公网环境,不支持公网与内网之间的通讯,算是最简单的一个socket例子。
- 2023-07-18 19:20:04下载
- 积分:1
-
价签打印程序
价签打印程序 -Print Print价签procedures价签procedures
- 2022-12-31 19:45:04下载
- 积分:1
-
TxtReadTools for record files
TxtReadTools for record files
- 2023-02-24 05:20:03下载
- 积分:1
-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1