-
二叉树的遍历实现:
对二叉树的遍历的简单实现,作为数据结构的入门程序还是很好的,虽然很简单但是当初我作为初学者想方设法写出这个小程序的时候还是发现了自己理解上的一些盲点。数据结构重在实践,大家多练~一起加油,里面还包含了我最开始写的时候容易犯的一些错误。里面有为实现层次遍历写到的队列结构和为非递归用到的栈的结构。
- 2022-07-12 15:28:31下载
- 积分:1
-
完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结...
完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结-completion of the pilot all the functional requirements and run through the algorithm of a certain novelty, with code written norms, experimental report describes a distinct and comprehensive, detailed analysis and summary
- 2023-08-26 03:15:03下载
- 积分:1
-
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员...
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员经过将所有编号为3倍数的房门打开的关上,关闭的打开。依此类推;输入一个100以内的正整数N,输出第N服务员经过之后,所有房间的状态。-a basic algorithm! An existing 100 hotel rooms, followed by No. 1-100, after an attendant, all rooms will be closed; Second attendants after all No. 2 in multiples door open; Third attendants after all No. 3 multiples of the open door is shut, Guan the opening closed. XII; The importation of a hundred within the positive integer N, N output after attendants, all rooms in the state.
- 2022-03-24 18:35:44下载
- 积分:1
-
This is an environment in C List prepared by the operation, main set of referenc...
这是一个在C环境下编写的链表操作,主要实现集合的交,并,补操作-This is an environment in C List prepared by the operation, main set of reference and that the fill operation
- 2022-12-24 17:05:04下载
- 积分:1
-
数据结构源码1000例
数据结构源码1000例非常详细;
数据结构源码1000例;
数据结构源码1000例
- 2022-03-20 18:17:28下载
- 积分:1
-
有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着...
有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non- recursive algorithm, undirected graph of the non- recursive depth-first traversal, and we hope that it needs! !
- 2022-02-02 02:47:36下载
- 积分:1
-
mallet_wavelet.m this function for research Mallet filter algorithm design and f...
mallet_wavelet.m
此函数用于研究Mallet算法及滤波器设计
此函数仅用于消噪-mallet_wavelet.m this function for research Mallet filter algorithm design and function only for denoising
- 2022-03-17 19:19:20下载
- 积分:1
-
1.通过鼠标拖拽和弹出对话框完成实体、属性、联系的绘制以及各参数设定
2.对绘制的实体、属性、联系提供合法性检查
3.对绘制的图形进行拖动、重设大小、删...
1.通过鼠标拖拽和弹出对话框完成实体、属性、联系的绘制以及各参数设定
2.对绘制的实体、属性、联系提供合法性检查
3.对绘制的图形进行拖动、重设大小、删除
4.通过属性对话框对实体、属性、联系的各种参数进行重新设置
5.数据的串行化
6.将绘制完成的E-R图转换成数据库脚本-1. Through mouse drag and drop and pop-up dialog box to complete entities, attributes, links, as well as drawing parameter setting 2. Drawing entities, attributes, links provided to check the legality of 3. The graphics on the drawing drag, reset size, delete 4. through the Properties dialog box on the entities, attributes, linked to various parameters re-set 5. serialization of data 6. will be drawn to complete the ER diagram into a database script
- 2022-01-25 17:40:07下载
- 积分:1
-
我自己写的数值分析课程设计的源代码,这里是数值插值算法的内容。...
我自己写的数值分析课程设计的源代码,这里是数值插值算法的内容。-I wrote it myself numerical analysis courses designed source code, here is the interpolation algorithm for the numerical content.
- 2022-03-16 09:21:16下载
- 积分:1
-
链表程序,新版!关于数据结构
链表程序,新版!关于数据结构-Chain procedures, the new version! On the data structure
- 2022-03-30 13:45:59下载
- 积分:1