-
系统管理器
系统管理器-System Manager
- 2022-01-24 18:37:07下载
- 积分:1
-
vc++实现的GE MMT列车监控模拟,windows平台
vc++实现的GE MMT列车监控模拟,windows平台-vc++ realize monitoring of GE MMT train simulation, windows platform
- 2022-07-09 09:34:28下载
- 积分:1
-
C_C++ Utility Daquan programmers+ Supporting source code, pretty good, oh
C_C++程序员实用大全+配套代码源码,相当不错哦-C_C++ Utility Daquan programmers+ Supporting source code, pretty good, oh
- 2022-08-15 15:08:54下载
- 积分:1
-
银行家算法的各种实现,里面包括源代码和报告
银行家算法的各种实现,里面包括源代码和报告-A variety of banker" s algorithm implementation, which includes source code and reports
- 2022-10-19 05:45:03下载
- 积分:1
-
抽象工厂实现
设计模式,提供了C++方法实现抽象工厂,对于想掌握编程的用户来说很有帮助
- 2022-11-29 08:00:03下载
- 积分:1
-
converts from different units of weight from metric to imperial and vica versa.
converts from different units of weight from metric to imperial and vica versa.
- 2023-07-07 11:25:02下载
- 积分:1
-
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成Ado...
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成AdoDataSet并注释了原来使用CodeSite的部分代码及单元Doc目录下是针对本源码的教程:IntraWeb开发指南Delphi园地2003.10.20调式通过-HRHumanResoure(ModificationEdition).InTraweb This Programme is programmed by Delphi7!The originaldesigner is Hubdog .It use BetterADODataSet (UserControl) originally,now change into AdoDataSet,and write comment to parts of CodeSite and UnitDoc index(the tutorial of this programme IntraWeb Delphi Developing Guide Zone).2003.10.20 this programme go through the debug
- 2022-02-06 03:17:25下载
- 积分:1
-
使用C++编写的CRC32校验算法,使用了STL库,windows API和汇编等几种方法实现,并能比较它们之间执行的时间。...
使用C++编写的CRC32校验算法,使用了STL库,windows API和汇编等几种方法实现,并能比较它们之间执行的时间。-The use of C++ Prepared CRC32 checksum algorithm, using the STL library, windows API, and the compilation of several methods, such as to achieve, and compare their execution time.
- 2022-08-05 10:56:00下载
- 积分:1
-
VC socket server&client
采用C/S结构实现两个窗口通信,使用基于Windows Sockets网络编程技术,采用工程类型为MFC AppWizard(exe),基于对话框类型
- 2022-02-22 09:05:50下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1