-
用C++编写的一个迷宫游戏,专为指针和数据结构的C++编写的..
一个用C写的迷宫小游戏,旨在对C中的指针及数据结构中的单链表和栈的使用的训练。-Using C to write a maze game, designed for C of the pointer and data structure of a single linked list and stack the use of training.
- 2022-09-26 18:25:02下载
- 积分:1
-
把数据库中已经存在的数据通过网络发送出去,实现数据共享...
把数据库中已经存在的数据通过网络发送出去,实现数据共享-Send the existed data in the database via network and share the data
- 2022-05-30 07:55:22下载
- 积分:1
-
银行排队系统仿真
假设银行只有一个窗口(排一个队),客户到达时间间隔服从均值为200秒的指数分布,客户在窗口接受服务
的时间服从均值为300秒的指数分布。设计排队模拟系统,在进行了100人服务后,输出平均到达间隔、平均
等待时间、平均服务时间以及平均停留时间。
- 2022-01-24 19:08:32下载
- 积分:1
-
binary tree data structure set for the learning algorithm data structure to help...
数据结构
二叉树算法集合为学习数据结构的同学提供帮助 互相交流-binary tree data structure set for the learning algorithm data structure to help students exchange
- 2022-08-26 08:09:53下载
- 积分:1
-
图的邻接矩阵存储结构
图的优先深度遍历
图的邻接矩阵存储结构
图的优先深度遍历-Graph adjacency matrix storage structure of the priority depth traversal
- 2022-03-24 13:40:02下载
- 积分:1
-
data structures between 2:00 judgment whether a simple path and determine whethe...
数据结构里的判断两点之间是否有简单路径和判断是否有简单回路,用vc6.0编写-data structures between 2:00 judgment whether a simple path and determine whether there is any simple circuit, prepared with vc6.0
- 2022-01-25 15:57:18下载
- 积分:1
-
can seek a matrix of the saddle point (that is, the matrix of the largest firms...
可以求一个矩阵的鞍点(即矩阵中最大的企业指出最小的点)
- 2022-06-13 13:59:28下载
- 积分:1
-
车厢重排,一个c++数据结构习题
车厢重排,一个c++数据结构习题-compartments rearrangement, a data structure c Exercises
- 2022-05-22 11:57:54下载
- 积分:1
-
股票自动交易软件
实现中投软件股票的自动交易成交而不需要天天让人来看盘,这样很辛苦的,我炒股票的人事解放体力,不可多得的一份软件,有兴趣的朋友可以扩充,不过有关技术请注明出处,谢谢.新程触控一体机,教育智能平板适合炒股的大公司使用,可以交互式让炒家看股票软件的
- 2023-07-06 18:05:03下载
- 积分:1
-
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用.
算法平均时间复杂度: O(nlogn)
-Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
- 2022-03-12 12:50:19下载
- 积分:1