-
图论中得kruskal 算法 求解最小生成树 算法为图论中得经典算法...
图论中得kruskal 算法 求解最小生成树 算法为图论中得经典算法
-In graph theory a Kruskal algorithm for minimum spanning tree algorithm in graph theory a classical algorithm
- 2022-03-19 20:45:12下载
- 积分:1
-
学校田径运动会管理系统是典型的信息管理系统,本系统为田径运动会运动会组织者提供方便、快捷的方法,系统的对运动会进行合理的安排与管理,实现无纸化工作,节省大量人力...
学校田径运动会管理系统是典型的信息管理系统,本系统为田径运动会运动会组织者提供方便、快捷的方法,系统的对运动会进行合理的安排与管理,实现无纸化工作,节省大量人力和物力。本论文首先使用了Visual Basic作为开发工具和Access作为后台数据库,然后再介绍了开发背景,最后通过截图和表格来说明该系统的开发与操作。设计充分利用VISUAL BASIC以及ACCESS数据库易于使用和快速开发的特性,提高了编程效率和可靠性。同时对系统的开发原理、系统的功能特点和设计方案进行了介绍。在对运动会管理体系进行充分分析和系统论证的基础上开发。它不但能完成运动会管理中的基本操作,而且具有程序设计合理、操作简单、运行可靠、保密性强等特点。-The sports meeting administrative system of track and field is a typical information management system. It makes games management simple and convenient for organizer to arrange and manage the games with reason. It makes no-paper work possible, and save a lot of manpower and material resources. This paper use "Visual Basic" as the development tool and "Access 2003" as the background data base first, then introduce the background of development, and the developing and operating of the system through photographs and charts. Design the characteristic fully utilizing VISUAL BASIC and ACCESS database to be apt to use and develop fast to improve programming efficiency and dependabil
- 2022-11-06 21:35:03下载
- 积分:1
-
数据结构汉诺塔
数据结构汉诺塔-data structure HANOR
- 2023-04-19 01:20:03下载
- 积分:1
-
一个快速查询控件,不直接与数据库发生关系,查询速度极快,值得一试...
一个快速查询控件,不直接与数据库发生关系,查询速度极快,值得一试-A quick query controls, not a relationship directly with the database, query speed, it is worth a try
- 2022-05-28 15:05:29下载
- 积分:1
-
sqlite 小型数据库底层代码的实现
学习数据库底层原理很好的教材 实例...
sqlite 小型数据库底层代码的实现
学习数据库底层原理很好的教材 实例-small sqlite database realize the underlying code to learn the underlying principles of good database of examples of teaching materials
- 2022-08-31 10:35:04下载
- 积分:1
-
同一个数据库开发的系统,里面有源代码和发布版本
同一个数据库开发的系统,里面有源代码和发布版本-with a database development systems, which Active code and releases
- 2022-03-08 08:46:26下载
- 积分:1
-
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题...
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question
is in the construction of data has the model the representative
question
- 2022-06-29 23:56:23下载
- 积分:1
-
VC_VB_Database_management
VC_VB_Database_management
- 2022-04-09 10:56:48下载
- 积分:1
-
中缀表达式变后缀式
采用C++语言编写,用来完成数据结构中中缀变后缀的程,以及利用中缀式计算四则运算表达式的程序
- 2022-07-28 11:49:26下载
- 积分:1
-
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
- 2022-10-15 00:45:03下载
- 积分:1