-
简单实用的计算器哦 大家多多支持~!~
简单实用的计算器哦 大家多多支持~!~-simple and useful calculators oh we can support ~! ~
- 2022-05-27 05:45:50下载
- 积分:1
-
qt平台下的中国象棋
Qt实现的中国象棋程序。人机对战,AI有一定只能,以及一个很鸡肋的两人对战模式(要是有触摸屏也许就不鸡肋了)。
-棋盘绘制以及棋子的绘制 本项目都使用QT来实现绘图,没有任何第三方的资源
- 2022-07-23 17:24:04下载
- 积分: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
-
文件捆绑器代码,将多个EXE 捆绑成单一EXE。
文件捆绑器代码,将多个EXE 捆绑成单一EXE。
- 2023-03-12 02:10:04下载
- 积分:1
-
这是C++程序的Bellman-Ford算法
this is c++ program for bellman ford algorithm
- 2022-06-28 02:01:13下载
- 积分:1
-
small library management procedures can add books (with the correct ISBN codes),...
图书管理小程序,可以添加图书(需输入正确的ISBN码),显示图书菜单,-small library management procedures can add books (with the correct ISBN codes), indicating that library menu,
- 2022-10-26 13:55:03下载
- 积分:1
-
box with automatic portfolio c languages
自动组合框 用c语言制作 -box with automatic portfolio c languages
- 2023-06-20 09:55:03下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
It is a good tool for chat in LAN.However,It seems that there is some problems.P...
这是局域网内聊天的好工具,不过好像有点小问题,望有朋友和我联系:010-82883594-It is a good tool for chat in LAN.However,It seems that there is some problems.Please connect me:010-82883594
- 2022-03-19 13:32:24下载
- 积分:1
-
CHANGEOWNER.zip
资源描述这个程序中的按钮可以重一个窗体移动到另一个窗体上,这就是变换可视组件所有者的方法。
- 2022-07-20 05:02:29下载
- 积分:1