-
数据结构C++代码
数据结构C++代码-data structure C code
- 2023-05-08 17:20:02下载
- 积分:1
-
编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先...
编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先-Write algorithm, binary sort tree to find any two different nodes of the nearest common ancestor
- 2022-03-15 02:14:57下载
- 积分:1
-
category nodes, providing a complete set of nodes Functions
节点类,提供了全套节点相关处理函数-category nodes, providing a complete set of nodes Functions
- 2022-03-20 16:54:00下载
- 积分:1
-
这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。...
这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structure
- 2022-07-14 12:44:04下载
- 积分:1
-
本软件实现对数据进行高级加密,值得一看,不可错过.
本软件实现对数据进行高级加密,值得一看,不可错过.-the right software for advanced data encryption, an eye-catcher, not to be missed.
- 2022-04-10 06:14:21下载
- 积分:1
-
二叉树结构
一些二叉树的功能,包括二叉树的创建,遍历,以及二叉树的深度和叶子数量的统计
- 2022-08-24 08:33:29下载
- 积分:1
-
Procedures to achieve a single
程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chain decomposition, into a single cycle of list list. Together with detailed notes and experimental reports.
- 2022-08-11 22:27:24下载
- 积分:1
-
asp access database develepment
asp access数据库开发实例,分后台和前台-asp access database develepment
- 2022-01-28 12:05:43下载
- 积分:1
-
图的算法学习(C语言程序)完整版
图的相关学习,对建立图,图的一系列基本函数的操作,有详细的注释!
- 2022-11-15 00:25:02下载
- 积分:1
-
题目:参加运动会的N个学校编号为1~N.比赛分成M个男子项目和W个女子项目,项目编号分别为1~M和M+1~M+W.由于个项目参加人数差别较大,有些项目取前5名,...
题目:参加运动会的N个学校编号为1~N.比赛分成M个男子项目和W个女子项目,项目编号分别为1~M和M+1~M+W.由于个项目参加人数差别较大,有些项目取前5名,得分顺序为7,5,3,2,1 还有些项目只取前3名,得分顺序为5,3,2.写一个统计程序产生各种成绩单和得分报表.基本要求:产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号,名次,姓名和得分 产生团体总分报表,内容包括校号,男子团体总分,女子团体总分和团体总分.概要设计:1. 为实现上述程序功能,应以线性表表示集合.2. 本程序包含3个模块:(1) 各集合定义模块(2) 线性表实现模块(3) 主程序模块-topics : participation in the Games N-school No. 1 ~ N. contestants were divided into men item M and W-woman project, a number of M and M ~ ~ 1 M W. As projects vary greatly in the number of participants, some of the items from the former five, scoring sequence of 7,5,3,2,1 also just take some items before the three scores sequence of incidents. write a variety of statistical procedures and report card scoring statements. the basic requirements : have the school report card, which includes school admission the results of each item, ranking names and scores scores statements groups, including schools, the men"s team scores, the women"s team scores and scores groups. summary of design : 1. to achi
- 2022-01-25 20:33:55下载
- 积分:1