-
链表,实现两个链表的相加。用于求多现实!
链表,实现两个链表的相加。用于求多现实!-List, list the sum of the achievement of the two. Used for more than reality!
- 2023-01-30 08:25:03下载
- 积分:1
-
链表信息
学生信息建立
// 上机实验二.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
struct Student
{
char id[10];
char name[10];
char sex[10];
char grade[10];
char tel[10];
int age;
};
- 2022-02-14 01:40:40下载
- 积分:1
-
网上购物
这是一个在线购物车系统,用户可以使用所有的servlet概念,并可以通过在线购买商品。
- 2022-07-22 14:46:36下载
- 积分:1
-
1.定义数据结构。
2.编写函数,实现插入排序算法。
3.编写函数,实现希尔排序或快速排序等效率较高的算法。...
1.定义数据结构。
2.编写函数,实现插入排序算法。
3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
- 2022-06-26 20:02:41下载
- 积分:1
-
数据结构栈队列
数据结构栈队列-车场管理-queue data structure stack-Yard Management
- 2022-02-16 01:42:40下载
- 积分:1
-
1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人....
0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.-0-1 knapsack problem can provide a backpack problems encountered students or those who are in need.
- 2023-04-08 08:35:03下载
- 积分:1
-
数据结构――C语言版配套源代码
数据结构――C语言版配套源代码-Data structure- C language version of matching source code
- 2023-03-23 16:55:03下载
- 积分:1
-
一个相当好的树状目录程序,实用于动态网站数据库,可以动态显示产品目录结构...
一个相当好的树状目录程序,实用于动态网站数据库,可以动态显示产品目录结构-err
- 2022-04-11 20:48:01下载
- 积分:1
-
本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序...
本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions, from the establishment of a system or plan established by the users themselves a map, and this map critical path of the search. User friendly interface, users note, every step of the operation have notes and hints. Running through a detailed explanation.
- 2022-04-28 23:49:48下载
- 积分:1
-
the binary tree traversal. And recursive and non
二叉树的各种遍历。递归和非递归遍历以及层次遍历。-the binary tree traversal. And recursive and non- recursive traversal level traverse.
- 2022-05-09 14:28:11下载
- 积分:1