资源列表
[数据结构常用算法] tcp51
说明:8051实现TCP网络通讯,用RTL8019芯片<newcenterfor@163.com> 在 2010-09-19 上传 | 大小:228.83kb | 下载:0
[数据结构常用算法] Expression-D.S.Report2
说明:数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the result shows that the user inte<杜> 在 2025-06-03 上传 | 大小:229kb | 下载:0
[数据结构常用算法] doubledirectionlink
说明:属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.<张婧姝> 在 2025-06-03 上传 | 大小:229kb | 下载:0
[数据结构常用算法] jinzhizhuanhuan
说明:C语言版数据结构实验,进制转换相关功能的实现,C++环境,多多理解-C language version of the data structure experiments hex conversion function the implementation, C++ environment, a lot of understanding<exia> 在 2025-06-03 上传 | 大小:228kb | 下载:0
[数据结构常用算法] simulated-annealing
说明:关于模拟退火算法,用于解决最短路径的C语言程序设计,解决了TSP问题-About simulated annealing algorithm, C language program designed for solving the shortest path to solve the TSP problem<zero5885> 在 2025-06-03 上传 | 大小:228kb | 下载:0
[数据结构常用算法] Stack-and-queue
说明:用visual c++实现的栈与队列的基本操作。以停车场为例,具有初始化停车场,添加车辆,车辆出停车场,显示所有车位细信息等功能。-With the basic operation of the stack and queue visual the c++ realization. In the parking lot as an example, with initialization parking lot, add the vehicle, the vehicle out of the p<危育冰> 在 2025-06-03 上传 | 大小:228kb | 下载:0
[数据结构常用算法] Account
说明:一、实验名称:银行账户模拟 二、实验目的:这道题的主要目的是加深同学们对于面对对象编程中继承理解 三、实验内容: 创建一个银行账户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行账户中存钱、取钱。任务主要如下: (1)创建Account类,作为基类。Account类应该包含帐户余额,并提供构造函数;向账户中余额加钱的方法;减少账户中余额的方法;获取当前帐户余额的方法。 (2)创建Account类的派生类:储蓄账户SavingAccount类,除去基类Account的<刘微笑> 在 2025-06-03 上传 | 大小:229kb | 下载:0