-
学生信息与 MS 访问连接
这个项目主要集中在数据库连接。连接数据库系统中是至关重要的因素。它是决定功能和应用程序的效率的一个因素。它是只反映在前端所做的更改将反映在后端,反之亦然。在这里,前端是 Visual basic 6.0 和后端是 Microsoft Access。它是容易和友好学习的学习者和还在代码中的任何修改可以做很容易。
- 2022-01-26 04:40:29下载
- 积分:1
-
我写的数据结构小程序是关于排序算法的,功能比较全
我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
- 2023-03-30 03:10:04下载
- 积分:1
-
basic data structure class definition and realization : MyStack, MyPoint, MyArc,...
基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a generic structure of the C category MyPoint stack template for a structure MyArc to coordinate with the right side of the street like Graph Matrix plans MyQueues value of the order by the right side of the storage Queue
- 2023-08-10 15:55:02下载
- 积分:1
-
快速排序的非递归算法,具有高效的特点,快速排序
快速排序的非递归算法,具有高效的特点,快速排序
-the nonrecursive code of quicksort
- 2023-08-17 20:15:02下载
- 积分:1
-
a small embedded database support SQL commands, the use of very simple
一个小型的嵌入式数据库,支持SQL命令,使用非常简单-a small embedded database support SQL commands, the use of very simple
- 2023-05-21 09:00:04下载
- 积分:1
-
旅游管理系统1分为12类模块,4个模块,一个VB…
旅游管理系统一共分12个类模块,4个模块,一个VB开发的旅游信息管理系统,很完整使用-Travel Management System 1 is divided into 12 categories module, 4 modules, a VB development of tourism information management system, it is full access! ! !
- 2022-01-24 16:29:27下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
100 cases of classical language editor c ~ include many regular examinations as...
经典100例c语言编辑程序~包含很多经常考试中考到的程序~很值得一看!-100 cases of classical language editor c ~ include many regular examinations as well as to the procedures to a very eye-catcher!
- 2022-01-22 04:30:53下载
- 积分:1
-
Computing+for+Numerical+Methods+Using+Visual+C++
基于c++的各种算法,能是你在较短时间内掌握编程的精髓-Computing+for+Numerical+Methods+Using+Visual+C++
- 2023-02-16 20:05:04下载
- 积分:1
-
SQL Server database structure viewer program (VC
SQL Server 数据库结构查看程序(VC源码)-SQL Server database structure viewer program (VC-source)
- 2022-02-13 10:03:24下载
- 积分:1