-
GPS在C++,对GPS的学习很有帮助
GPS example in C++,very helpful to the GPS learning
- 2022-01-26 03:24:50下载
- 积分:1
-
c++自定义对话框 示例代码
c++自定义对话框 示例代码
- 2015-06-20下载
- 积分:1
-
prepared with the procedures Database Connection
用asp.net编写的数据库连接程序-prepared with the procedures Database Connection
- 2022-04-21 01:05:50下载
- 积分:1
-
串口助手
说明: 简单的串口通信助手,C#编写,开发环境VS2019(Simple serial communication assistant, C #, development environment vs2019)
- 2020-12-24 16:11:22下载
- 积分:1
-
inherited type of exercises
c#继承类的练习-inherited type of exercises
- 2023-04-13 23:15:03下载
- 积分:1
-
C# 复制当前屏幕上指定区域图像
C#复制当前屏幕上指定区域图像。运行效果如演示截图所示。最核心的两行代码如下所示:
private void button1_Click(object sender, EventArgs e)
{//复制当前屏幕上指定区域图像
Graphics g = this.pictureBox1.CreateGraphics();
g.CopyFromScreen(new Point(1, 1), new Point(0, 0),new Size(1201, 1201));
}
- 2022-02-03 00:21:26下载
- 积分:1
-
使用C++技术实现计算器的功能软件使用visual Studio 2008 制作课程作业
CalculatorDlg.cpp
// CalculatorDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calculator.h"
#include "CalculatorDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class 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
// Implementation
- 2022-05-31 11:25:20下载
- 积分:1
-
用C#开发.NET CF 蓝牙通信模块,并涉及到驱动硬件的公共类部分
用C#开发.NET CF 蓝牙通信模块,并涉及到驱动硬件的公共类部分-C# development.NET CF Bluetooth module, and relate to drive the hardware part of the public category
- 2022-02-02 11:52:27下载
- 积分:1
-
C# BBS论坛 完整源码下载(含数据库)
超赞的BBS论坛
- 2015-03-10下载
- 积分:1
-
LCD INTERFCAING CODE FOR NUVOTON(8051)
很好的是有这个代码的U和工作的基础上,这个代码在8051,并试图做改变,看到输出。
- 2022-01-25 15:13:36下载
- 积分:1