-
校园导游图算法
校园导游图算法--数据结构中有关图的算法 按v求最短路径 按s求信息; 按q退出; 地图在map图像文件里-campus tour map algorithm-- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
- 2022-01-22 07:14:48下载
- 积分:1
-
This is a set of relatively complete applicable to the parties Hotel service sys...
这是一套较为完整的能适用于酒店宾馆的各方服务系统,功能强大-This is a set of relatively complete applicable to the parties Hotel service system, powerful
- 2022-02-02 08:03:05下载
- 积分:1
-
还原一个简单的二叉树和树的屏幕上输出的小程序,帮助…
一个简单还原二叉树并在屏幕输出树形的小程序,帮同学做的数据结构作业,估计对初学者会有些帮助-Restore a simple binary tree and tree on the screen output of the applet to help students to do homework data structure, it is estimated that it might be useful for beginners
- 2022-01-22 16:35:38下载
- 积分:1
-
数据结构用java实现的一些源代码,包含了我们常用的一些数据结构。...
数据结构用java实现的一些源代码,包含了我们常用的一些数据结构。-java data structure used to achieve some of the source code, including our common data structure.
- 2022-03-17 15:56:27下载
- 积分:1
-
插值类 CInterpolate
一元全区间不等距插值 一元全区间等距插值 一元三点不等距插值 连分式不等距插值 埃尔米特不等距插值 光滑不等距插值 二元...
插值类 CInterpolate
一元全区间不等距插值 一元全区间等距插值 一元三点不等距插值 连分式不等距插值 埃尔米特不等距插值 光滑不等距插值 二元全区间插值-interpolation category CInterpolate one yuan is not equidistant between the region interpolation one yuan region equidistant between 3:00 interpolation one yuan is not even fractional offset interpolation is not equidistant interpolation Hermite"s not equidistant interpolation smooth interpolation is not equidistant between two yuan region Interpolation
- 2023-05-18 16:20:04下载
- 积分:1
-
用pascal实现寻找最近点对问题,以方便对pascal较熟悉的学习者参考。...
用pascal实现寻找最近点对问题,以方便对pascal较熟悉的学习者参考。-used to find the nearest point on the issue, to facilitate the pascal more familiar reference learners.
- 2022-03-25 14:18:59下载
- 积分:1
-
Time and Attendance system. Operation of the system, the login screen for the im...
考勤系统.运行本系统时,登录界面要求输入系统的用户名和密码,此系统提供了两种类型的用户,一种是超级用户,具有执行所有功能的权限,另一种是签到用户,只具有签到功能,因此,这里提供了两个默认的用户名和密码,一个是超级用户,用户名为000,密码为000,另外一个是签到用户,用户名为111,密码为111。-Time and Attendance system. Operation of the system, the login screen for the importation of the system user name and password, the system provides two types of users, one is the super-user, with the implementation of all functions of the authority, another is a sign-user, only sign function, so, here are two default user name and password, a super-user, the user name 000, password 000, the other one is the sign user, the user name 111, password is 111.
- 2022-03-06 10:04:11下载
- 积分:1
-
二叉树的遍历
二叉树的遍历方式,包括先序遍历 层序遍历,最后用凹入表示法表示出来,对初学数据结构的孩子很有帮助,使用文本文档写的,复制粘贴就可以用。
- 2022-08-31 18:45:02下载
- 积分:1
-
这个是个简单的关于出票申请的处理,里边还有小型的进销存。...
这个是个简单的关于出票申请的处理,里边还有小型的进销存。-This is a simple application on the handling of the vote, there are small Invoicing inside.
- 2023-07-24 15:10:03下载
- 积分:1
-
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列...
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code :
- 2022-05-22 05:43:42下载
- 积分:1