-
open source的单元测试项目,详细请见source forge, 由junit移植的C++版本。...
open source的单元测试项目,详细请见source forge, 由junit移植的C++版本。-open source unit testing project in detail please refer to source forge, by the JUnit transplant C++ version.
- 2022-03-19 20:26:21下载
- 积分:1
-
有限元前处理程序.c
适合用于前处理软件GiD
有限元前处理程序.c
适合用于前处理软件GiD-FEM process. C suitable for the pre-processing software GiD
- 2022-03-26 18:15:33下载
- 积分:1
-
已知图的结点和权值,求初始结点到目标结点的最短路径
已知图的结点和权值,求初始结点到目标结点的最短路径-Known to map node and weight, find the initial node to the destination node of the shortest path
- 2022-05-19 01:41:02下载
- 积分:1
-
it is the program of the 12864 based of AVR
模块LCD12864的并行程序设计,开发环境为AVR,大家可以参考-it is the program of the 12864 based of AVR
- 2022-05-27 17:02:35下载
- 积分:1
-
windows关机的比较完善的功能都有了.
windows关机的比较完善的功能都有了.-windows shutdown function has a fairly complete.
- 2022-03-20 12:52:05下载
- 积分:1
-
Intel web2.0 technology development kit that can be used to develop technical gu...
英特尔web2.0技术开发套件,可用于开发人员的技术指南。-Intel web2.0 technology development kit that can be used to develop technical guidelines for staff.
- 2022-06-17 15:29:43下载
- 积分:1
-
人机交战五子棋(VC)
学习C++编程时的一个不错练习,棋盘大小15*15。本程序是基于对话框的MFC应用程序,开发运行环境是VS 2012,主要工作就在Lee_5_ChessDlg.cpp(也即C***Dlg类中)这个文件中完成。
棋盘的位图:320*320,每格则是20*20,左边空白25,右边
- 2023-04-01 14:05:04下载
- 积分:1
-
神迹监视器1.3源代码 另一部分,加起来就比较全了
神迹监视器1.3源代码 另一部分,加起来就比较全了-miracle monitors 1.3 source code for the other part, add up all the more
- 2022-02-07 07:50:17下载
- 积分:1
-
Two integer variables for the calculation of the difference between the memory a...
计算连续两个整型变量的内存地址之间的差异
利用诡异手段动态改变引用型变量的指向-Two integer variables for the calculation of the difference between the memory address means of dynamic change in the use of strange references to type variables
- 2023-08-02 08: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