搜索资源列表
SPP.doc
- 在VC++中有两种方法可以进行串口通讯。一种是利用Microsoft公司提供的ActiveX 控件 Microsoft Communications Control。另一种是直接用VC++访问串口。下面将简述 -In VC++ in the There are two ways to carry out serial communication. One is the use of Microsoft' s ActiveX controls provided by Microsof
2020
- 简要介绍了VC的应用程序框架中各类之间的访问方法,对初学者非常有用-Briefly introduced the application within the framework of VC between the various types of access methods, is very useful for beginners! !
VB_VC_DLL
- VB虽然强大,但要对计算机的底层硬件进行访问却*为力。由于VC++同时具有汇编语言和高级语言的功能和特点,能够直接控制硬件,因此,可以使用VC++编写一个DLL,库中包含有关对硬件控制的函数,然后在VB程序中通过调用DLL中的函数来完成控制行为,使VB对硬件的操作成为可能。-VB powerful, but would like to access the computer' s underlying hardware is powerless. As the VC++ both ass
to_build_a_custom_ADO_class_in_VC
- 本文介绍一个自定义的ADO类,它封装了ADO中的各个对象的属性和方法,这种新的数据接口在形式上完全雷同于VB中的ADO,利用它可以在VC中像VB一样方便访问各种数据库。 -This article describes a custom ADO class, which encapsulates the various objects in the ADO properties and methods, this new data interface completely identical in
UAC
- 微软从vista开始,系统加入了UAC (用户访问控制),来提高系统安全性。 因此原先在xp下开发的VC程序,要访问注册表、system32目录的事情,直接运行,可能无法达到目的。 本文详细描述了使用vc开发uac程序的方法。-Microsoft is starting from the vista, the system joined the UAC (User Access Control), to improve system security. Therefore, in the
chat
- 它提供了程序设计领域中所涉及的多种技术,如文件访问、图形图像处理、网络通信、多媒体和数据处理等,VC几乎可以开发任何一个领域所需要的应用系统。VC以其功能强大、运行速度快,并且对计算机配置要求低而受到广大开发人员的欢迎。-It provides a program design involved in a variety of techniques, such as file access, graphics, image processing, network communications,
EXCEL-data-import-and-export
- 使用vc++MFC的ODBC类,将Excel文件当作一般的数据库表格,利用ODBC技术像访问数据库一样去读/写Excel文 件。该文结合应用实例讨论了在Vc++程序中导出/导入Excel数据的方法。 注意:此文档非本人所写-Use vc++ MFC ODBC classes, the Excel file as a database form, the same as access to the database to read/write Excel files using ODBC
ch8
- vc++ access 数据库的访问操作,例如添加,删除,修改,清空等-vc++ access database access operations, such as add, delete, modify, empty, etc.
ADO-Sql-visit
- 本文档详细介绍了VC++6.0如何利用ADO访问数据库以及ADO如何封装,附有代码介绍,实用可靠.-This document describes the VC++6.0 how to use ADO to access the database, and how to package ADO with the code, practical and reliable.
CPP-ODBC--ADO
- VC++ 利用ODBC和ADO方式访问数据库的方法及实例。-VC++ using ODBC and ADO database access methods and examples.
VC-SQL-Server-oprerate-by-dll
- 通过DLL的方式访问sql server 2005,提供了集成数据库访问模块的一种实现方式-Access sql server DLL way through 2005, provides an implementation of an integrated access module