登录
首页 » ADO-ODBC » Visual C++开发的统计图表封装类

Visual C++开发的统计图表封装类

于 2022-11-03 发布 文件大小:113.12 kB
0 99
下载积分: 2 下载次数: 1

代码说明:

Visual C++开发的统计图表封装类-Visual C++ Developed statistical charts Packaging category

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ADO编程技术,数据库开发,非常不错的书。 比较全面,是VB的例子...
    ADO编程技术,数据库开发,非常不错的书。 比较全面,是VB的例子-ADO programming techniques, database development, a very good book. More comprehensive, are examples of VB
    2022-02-26 06:11:11下载
    积分:1
  • 自建词典的开发界面和底层数据库操作 整个包上载
    自建词典的开发界面和底层数据库操作 整个包上载-relying on the development Dictionary interface and the underlying database operation on the whole package
    2022-03-20 15:21:25下载
    积分:1
  • daoquery源码
    daoquery源码-daoquery source
    2023-04-05 05:40:03下载
    积分:1
  • 用OLE控制IE,虽然简单,但无奈是初学OLE,编完已经很吃力了请斑竹手下留情啊,我最爱这个网站了,...
    用OLE控制IE,虽然简单,但无奈是初学OLE,编完已经很吃力了请斑竹手下留情啊,我最爱这个网站了,-IE, although simple, but is helpless beginner OLE, the series has been a very tough End of the requested 62-lenient ah, I loved this site.
    2022-03-24 04:32:21下载
    积分:1
  • 对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输...
    对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输入。(原创)-units for a pool, provide the names generated by the first names of characters function, and provide the first character of the simple application example. The function for some special occasion, but is useful. Employees do not need to remember the workers, with 23 alphanumeric input can be realized. (Original)
    2023-05-15 00:05:03下载
    积分:1
  • Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较...
    Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进行版本升级。也请各位高手多多批评指正。 -Excel spreadsheet input and output is often of the need to address. Operation Excel variety of ways. For example, by calling the Excel COM procedures for the operation of Excel. However, this approach is more limited and more difficult to achieve. However, for access to the database components ADO, is to support multiple data sources, including Excel file. We can ADO components to read and write Excel files visit. Of course,.NET platform counterparts ADO data access components of ADO.NET components. I prepared this category is achieved through ADO.NET read and write Excel files. Because time is so short, the function is still not perfect, will in future have the time for version upgrades. Members also criticized many
    2022-03-25 07:30:37下载
    积分:1
  • J2EE programmers tend to have a ready
    J2EE 程序员一般都有现成的应用服务器所带的JDBC 数据库连接池,不过对于开发一般的 Java Application 、 Applet 或者 JSP、velocity 时,我们可用的JDBC 数据库连接池并不多,并且一般性能都不好。我们可以自己写一个JDBC 数据库连接池。-J2EE programmers tend to have a ready-made application server release the JDBC database connection pool, but for the general development of the Java Application, applet or JSP, velocity, we can use JDBC database connection pool is not over, and generally not a good performance. We ourselves wrote a JDBC database connection pool.
    2023-06-03 04:20:03下载
    积分:1
  • 包含数据库开发的具体实例源码,分为两部分,一种是各个小应用程序的介绍,还有一部分是3个大的数据库应用程序的开发。(创意不错,要上传源码!^...
    包含数据库开发的具体实例源码,分为两部分,一种是各个小应用程序的介绍,还有一部分是3个大的数据库应用程序的开发。(创意不错,要上传源码!^-^)- Contains the database development the concrete example source code, divides into two parts, one kind is each small application procedure introduction, but also some part is 3 big databases applications procedure development. (The creativity is good, wants on to pass on the source code! ^-^)
    2022-05-14 04:00:39下载
    积分:1
  • 数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、St...
    数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software systems often used, is developing large systems indispensable aids. But if the right database resources are not well managed (eg : no timely recovery database cursor (ResultSet), the Statement connect (Connection), and other resources), will often lead directly to the stability of this system. Such factors of instability, not only by the database system itself or caused side, the official use only, as the flow of users increases, will gradually revealed.
    2023-03-14 17:30:03下载
    积分:1
  • MonetDB from main memory from the perspective development of data management sys...
    MonetDB是从主存储器观点开发而来的数据管理系统,使用一个完全分解的存储模块,自动的标题管理,数据类型和搜索加速器的可延伸性,以及SQL-和XML-前台-MonetDB from main memory from the perspective development of data management systems, the use of a fully composted memory modules, automatic management of the title, and search data types can extend the accelerator, and SQL-and XML-prospects
    2022-03-05 23:33:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载