-
桌面捕获
它允许您从您的桌面屏幕拍照。我是写的 Visual Studio 2008。它的编程语言是 VB.NET
- 2023-02-01 07:55:03下载
- 积分:1
-
OA effective operation
OA effective operation
- 2022-07-22 03:17:49下载
- 积分:1
-
驱动开发, 键盘驱动
驱动开发, 键盘驱动-Driver Development, keyboard-driven
- 2022-11-10 12:10:03下载
- 积分:1
-
自动读取Access表结构和字段描述的程序,并将这些信息导入到Excel中,程序有一个将数据导出到Excel的控件可以直接使用,也可以用于其它程序。...
自动读取Access表结构和字段描述的程序,并将这些信息导入到Excel中,程序有一个将数据导出到Excel的控件可以直接使用,也可以用于其它程序。-Automatically read Access table structure and field procedures are described, and the information into Excel, the program has a data Export to Excel control can be used directly, can also be used for other programs.
- 2022-04-01 12:13:39下载
- 积分:1
-
wince 串口源代码
串口是嵌入式系统中应用很广的一种通讯接口。在WinCE中,通常会有一个串口供调试使用,另外的串口可与外围设备连接,如GSM和GPS等模块,以获取相应的信息并进行处理。在WinCE中,为了使用串口,必须有相应的串口驱动程序,一般在BSP中都有实现。串口驱动是典型的流驱动。应用程序中可通过CreateFile()、ReadFile()和WriteFile()等文件系统的操作函数来访问串口,从而实现串口数据的收发。
- 2023-06-13 00:25:04下载
- 积分:1
-
VB实现的一个小动画程序编写
用vb实现的动画小程序用visual basic编写-vb achieved with a small animation visual basic procedures used to prepare
- 2022-02-01 01:19:56下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
Mainly through the document serialization to achieve the creation of contacts, b...
主要通过文档序列化,实现通讯录的创建、浏览、查询等功能。-Mainly through the document serialization to achieve the creation of contacts, browsing, query and other functions.
- 2022-05-14 06:29:11下载
- 积分:1
-
windows media player ATL com控件例子
windows media player ATL com控件例子
- 2023-01-10 14:35:03下载
- 积分:1
-
failed to translate
matlab环境下fft 应用的简单实例-failed to translate
- 2022-04-17 22:38:52下载
- 积分:1