-
这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人...
这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人-this is a simple system for yuesefu loop
- 2022-04-16 19:01:42下载
- 积分:1
-
这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。...
这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
- 2022-09-23 11:35:03下载
- 积分:1
-
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平...
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平均时间复杂度: O(nlogn)
-HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node for its children, 2i, and 2i+ 1. Among them, the big top of a pile of the parent node greater than two children on average time complexity of algorithm: O (nlogn)
- 2022-07-11 06:36:53下载
- 积分:1
-
vfp database interface
vfp database interface 数据库方面的interface设计文件-vfp database interface
- 2022-04-29 01:51:42下载
- 积分:1
-
How to export data to excel using php
下面是将数据从数据库导出到excel工作表的代码。这是一个用户友好的编码,任何人都可以修改它,可以使用它。我试图在这个项目中给更多的开始页。我希望你一定会喜欢它如果你有任何建议,然后你可以送我。。。
- 2022-09-05 23:30:03下载
- 积分:1
-
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman problem : A salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest.
- 2023-07-26 02:35:04下载
- 积分:1
-
生物特征识别考勤和即时通知系统
我们开发的系统实际上基于三个主要模块。
> 通过打印的所有输入/输出活动记录指纹机上
> 标记出勤
> 消息提醒系统,向每个签入或签出的学生家长。
- 2022-11-12 05:45:03下载
- 积分:1
-
仓库管理系统
仓库管理系统-Warehouse Management System
- 2022-03-02 07:19:14下载
- 积分:1
-
c实现的常用几个算法
c实现的常用几个算法-c achieve several commonly used algorithms
- 2023-02-19 07:10:03下载
- 积分:1
-
这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。...
这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program"s function is used to achieve Chain of four polynomial operations.
- 2022-08-16 11:50:15下载
- 积分:1