-
无限大整数类
用链表实现无限大整数的运算。
在进行大整数运算时可以拿它当函数,直接调用...
无限大整数类
用链表实现无限大整数的运算。
在进行大整数运算时可以拿它当函数,直接调用-Infinite integer Class List realize infinite integer arithmetic. In large integer operations can use it as a function of the direct call
- 2022-01-26 06:54:36下载
- 积分:1
-
与HTML敏捷包数据
应用背景你可以使用HTML敏捷包得到数据的一个例子网络平台。关键技术使用HTML ASP。敏捷包和数据网的网络应用。实时数据采集。
- 2023-05-17 01:10:02下载
- 积分:1
-
数据结构算法之 约瑟夫算法
数据结构算法之 约瑟夫算法-data structure algorithms Joseph Algorithm
- 2023-04-22 19:25:03下载
- 积分:1
-
Used VC++ 6.0+ Ado development apart from the basic to the additions and deletio...
采用VC++6.0 + Ado开发
除了基本的增删改之外,还有以下特色
**可以直接将照片存于数据库,不必担心因为系统路径改变导致的更改。
**支持简单查询,模糊查询和精确查询和多种排序功能。
**双击左侧列表即可进行更改,右键保存。
**系统界面美观。
屏幕分辨率:1024*768 效果最佳
有需要源代码的朋友,通过电子邮件与本人联系。
Email:linchangcheng007@163.com
进一步了解本人相关作品,请访问本人的Blog。
Blog: http://blog.csdn.net/linchangcheng007/
花了几天时间做的东东。对于VC开发,数据库开发入门来说很不错的。-Used VC++ 6.0+ Ado development apart from the basic to the additions and deletions, there are the following features can be directly** photos stored in the database without having to worry about because the system led to changes in the path of change.** Support a simple query, fuzzy query and precise queries and a variety of sorting functions.** Double-click the list on the left you can make changes, right-preservation.** System Interface beautiful. Screen Resolution: 1024* 768 best source code need to have a friend by e-mail with my contact. Email: linchangcheng007@163.com to learn more about my work-related, please visit my Blog. Blog: http://blo
- 2022-06-22 05:53:17下载
- 积分:1
-
b
说明: 定义一个类SortArray继承自MyArray,在该类中定义函数sort实现排序功能。
定义一个类ReArray继承自MyArray,在该类中定义函数reverse实现逆转功能。
定义一个类AverArray继承自MyArray,在该类中定义函数Aver实现求解整数的平均值。
定义NewArray类,同时继承了SortArray、ReArray和AverArray,使得NewArray类的对象同时具有排序、逆转和求平均值的功能。在继承的过程中声明为虚基类,体会虚基类在解决二义性问题中的作用。
(Define a class SortArray inherited from MyArray, defined in the class sorting function sort implementation. Define a class ReArray inherited from MyArray, define the function in reverse to achieve such reversal function. Define a class AverArray inherited from MyArray, defined in the class to solve integer function Aver achieve the average. Defined NewArray class, and inherits SortArray, ReArray and AverArray, making the object of both NewArray class sorting, reversing, and the mean value of the function. In the process of succession declared as virtual base classes, virtual base class experience in resolving ambiguities of the role.)
- 2010-06-02 02:13:03下载
- 积分:1
-
search
数据结构与算法分析的 C++检索代码,很经典(the code of Data structure)
- 2016-12-22 13:30:46下载
- 积分:1
-
使用单独的一个mdb文件,分类保存图片、文档资料,并自带图片浏览器。支持与操作系统之间的文件拖放来导入、保存文档图片。
程序对ListView、TreeVi...
使用单独的一个mdb文件,分类保存图片、文档资料,并自带图片浏览器。支持与操作系统之间的文件拖放来导入、保存文档图片。
程序对ListView、TreeView控件的应用,在Access数据库中使用二进制保存文件等的应用,可供大家参考。-It s a Mdb Code file.It s a good sample for ListView and Treeview.
- 2022-01-26 01:33:32下载
- 积分:1
-
Maze
本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。(The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automatically find the export interested can download the study, and could give you some inspiration.)
- 2012-06-05 09:17:37下载
- 积分:1
-
用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC OD...
用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法,实现了二个表的关联。 关键字 数据库 ,多表联接,MFC ODBC-VC 6.0 multi-table database connectivity application procedures introduced with Visual C 6.0 database application development, the use of MFC ODBC type of programming methods, a detailed description of the MFC category derived ODBC SQL set parameters and methodology of the two tables association. Keyword database, multi-table connectivity, ODBC MFC
- 2022-03-29 01:07:59下载
- 积分:1
-
Sort
排序,各种排序算法,插入排序,冒泡排序,快速排序,等等!(Sorting, various sorting algorithms, insertion sort, bubble sort, quick sort, and more!)
- 2011-05-08 00:09:13下载
- 积分:1