Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Binary Tree
Search - Binary Tree - List
实现二叉树的前序、中序、后序排列,以菜单形式出现-achieve binary tree of the former sequence, sequence after sequence arranged in the form of a menu
Date : 2025-12-19 Size : 1kb User : ss

纯C++语言编写的小型的学生管理系统 用二叉树实现学生相关属性包括姓名,年龄,房间号的保存,使显示按学号降序排列,并能够保存成文件.-pure C language prepared by the small student management system to achieve binary tree with the students relevant attributes including name, age, the preservation of the room, showing school, in descending order, and to preserve and document.
Date : 2025-12-19 Size : 3.47mb User : 大周

数据结构,二叉树和哈夫曼编码。C++ 1、 学会针对DFA转换图实现相应的高级语言源程序 ·a C++ Class Library of Cr ·简单的防火墙,可以用来学习,作为毕业课设也相当有帮 ·实现ARM 芯片的一对PWM 输出用于控制直流电机 ·Programming the Microsoft ·VC调用java的简单例子。需要注意jvm.dll ·这是介绍在VC++6。0下如何编写GPIB程序。有 ·GPS坐标转换软件:直角坐标与大地坐标转换 ·我的一个同学写的毕业论文 希望对大家来说是有用的 ·最简单的用工作线程控制有进程条的窗口,主窗口调用后 ·VC数据库编程综合应用。订单的管理 ·vhdl,用i2c控制philips的7111和7 ·基于winsock2的网络封包截获技术,源代码清楚 -data structure, binary tree and Huffman coding. C 1. Society against DFA conversion map corresponding high-level language source of a Class C of C Library r simple firewall can be used to study, as part of the graduation class is fairly established to help achieve the ARM chip of a PWM output for controlling Motor Prog ramming the Microsoft VC called java simple example. This needs attention jvm.dll is introduced in VC 6. 0 GPIB preparation procedures. Have GPS coordinates conversion software : Cartesian coordinates of the earth and converting one of my classmates wrote the dissertation hope for all of us is the most useful simple Working with a thread control of the process window, the main window after calling VC Database Programming integrated application. Vhdl orders management, i2c co
Date : 2025-12-19 Size : 3kb User :

一个遍历二叉树的C代码 是一个学生管理系统.-A binary tree traversal of the C code is a student management system.
Date : 2025-12-19 Size : 223kb User : smallfish

二叉树的 学生成绩管理系统 c-Binary Tree of student achievement management system c
Date : 2025-12-19 Size : 25kb User : 123

课程设计题目: 对二叉排序树T作相关操作 (作中序遍历求平均查找长度删除结点及判断是否为平衡二叉树) -Course Design Title: on the binary sort tree T for related operations (for medium-traversal to find the length of the average for the deletion of nodes and determine whether to balance the tree)
Date : 2025-12-19 Size : 21kb User : xmg

Binary search tree sample
Date : 2025-12-19 Size : 3kb User : kishoze

Link list code, implematntion of Binary tree using C.
Date : 2025-12-19 Size : 1kb User : Sunil Kumar

C++语言源代码(学生成绩管理系统、图书管理系统、学生信息管理、二叉树的各种遍历)-C++ language source code (student achievement management system, library management system, student information management, all kinds of binary tree traversal)
Date : 2025-12-19 Size : 21kb User : zsong

学生成绩管理系统 学生成绩管理是高等学校教务管理的重要组成部分,主要包括学生注册、考试成绩的录入及修改、成绩的统计分析等等。设计一个系统实现对学生成绩的管理。 要求系统应具有以下基本功能: (1)学生注册登记; (2)增加、删除某一班级的学生; (3)成绩录入:输入学生的考试成绩(要求采用二叉排序树存放学生成绩,一门课程对应一棵二叉排序树); (4)成绩修改:若输入错误可进行修改; (5)统计分析:对某个班级学生的单科成绩进行统计,求出平均成绩;求出成绩处于指定分数段内的学生人数;求出每个学生一学期各科的平均成绩等; (6)查找:查找某个学生的某门课程成绩,查找某门课程成绩处于指定分数段内的学生名单等等。 (7)打印:打印一个班级学生的单科成绩;打印某一课程成绩处于指定分数段内的学生名单;打印学生在某一学期的成绩报告单。 -Student achievement management system Higher student achievement management is an important part of educational administration, including student registration, entry and modification of test scores, the results of statistical analysis, and so on. Design a system to achieve student performance management. Requires that the system should have the following basic functions: (1) student registration (2) add, delete a particular class of students (3) results in input: enter student s test scores (requires a binary search tree storing student performance, a course corresponding to a binary sort tree) (4) results in changes: if the input error can be modified (5) statistical analysis: single subject for a class of students score statistics, find the average score results obtained in the scores section within the specified number of students find one semester each student s grade point average and other subjects (6) Find: Find a course a student s performance, look for
Date : 2025-12-19 Size : 1.12mb User : fairybroken

简单的图书管理系统 用二叉排序树做的 查找功能比较成功-Simple library management system with the binary sort tree to do
Date : 2025-12-19 Size : 2kb User : 裴子晴

建立一个简单的学生信息管理系统,该系统为注册学生保存基本信息、选课信息以及课程成绩。系统要方便基本信息、选课信息、成绩的增加、删除、修改及查询。为实现快速查询,要求对基本信息、选课信息和成绩建立相应的索引,学生成绩采用平衡二叉树建索引,对学生姓名采用Hash建立索引,对学号实现折半查找。-Create a simple student information management system, which save the basic information for registered students, course information and course grade. System to facilitate the basic information, course information, the results increase, delete, modify and query. To achieve fast query, basic information, course information and results to establish the corresponding index, student performance using a balanced binary tree to build the index, the student name using Hash indexing, binary search on the student number.
Date : 2025-12-19 Size : 4.19mb User : key

用VC写的,在数据结构中二叉树遍历及应用的源代码,这个对学生朋友用处很大-Written with VC in the data structure of binary tree traversal and application source code, students and friends very useful
Date : 2025-12-19 Size : 1kb User : 张翰博

Algorithms and data structures: efficient representation of graphs; Elementary graph algorithms involving bfs and dfs trees, such as finding connected and 2- connected components of a graph, the minimum spanning tree, shortest path between a pair of vertices in a graph; Data structures such as stacks, linked lists and queues, binary trees and heaps. Time and space complexity of algorithms.
Date : 2021-10-25 Size : 274.53kb User : nalevihtkas
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.