-
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。...
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。
设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。
实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Description: list queue model procedures for practice and understand the basic principles of the queue list and realization method. Functions: to achieve a leading node in the queue list to create, insert, delete, traverse, judge for the space, as well as the destruction of other functions. Set debug parameters output function can be used to track the major changes in single-step variables. Realize a custom command-line SHELL, receive an explanation and implementation of the operation command.
- 2022-03-17 09:51:00下载
- 积分:1
-
Matchstick Game in C
火柴棒游戏:
- 2022-05-09 10:53:59下载
- 积分:1
-
使用C++ 实现的,利用动态规划算解决旅行商问题
使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
- 2022-08-09 00:32:40下载
- 积分:1
-
SOCKET网络编程
SOCKET网络编程-SOCKET Network Programming
- 2022-05-29 03:13:31下载
- 积分:1
-
calculator writtend with VB,can be used as referrence for the VB beginer
VB写的计算器,可给VB初学者作参考-calculator writtend with VB,can be used as referrence for the VB beginer
- 2022-06-28 04:24:01下载
- 积分:1
-
a submerged platform equipment under the usb driver with embdedc 4. 0 developmen...
一个基于wince潜入式平台的设备下的usb的驱动程序,用embdedc++4。0开发的,对于初学wince的人来说有参考利用的价值,类似于windows编程的代码风格-a submerged platform equipment under the usb driver with embdedc 4. 0 development, the weights for beginners who are using the reference value, similar to windows programming code style.
- 2022-08-18 10:17:09下载
- 积分:1
-
是一个项目查询系统
是一个项目查询系统-is a project Inquiry System
- 2023-06-29 20:30:02下载
- 积分:1
-
自动点击程序
Windows系统,鼠标自动点击代码包,实现鼠标自动点击功能,可自由调节点击点击事件间隔、点击次数等。。。
- 2022-08-11 08:21:15下载
- 积分:1
-
王金明verilog书中第9章的例子
适合初学者
王金明verilog书中第9章的例子
适合初学者-Wang Jinming verilog book examples of Chapter 9 for beginners
- 2022-07-13 07:02:26下载
- 积分:1
-
k-近邻算法的实现
kNN实现步骤
(1)计算已知类别数据集中的点与当前点之间的距离
(2)按照距离递增次序排序
(3)选取当前与当前距离最小的k个点
(4)确定k个点所在类别的出现的频率
(5)返回前k个点出现频率最高的类别作为当前点的预测分类
- 2022-02-14 22:45:04下载
- 积分:1