资源列表
jiapu_4.0
- 题目要求: 用树形结构实现家谱成员信息管理(如建立、删除、查询、统计、打印等) 实现要求: 1、 添加新成员的信息,包括姓名、性别、家庭住址、出生地、职业、 出生日期、是否健在、死亡日期等。 2、 添加一对夫妇作为整个家谱的祖先,其中包括他们的详细信息。 3、 添加一新成员作为一对夫妇的孩子,包括其详细信息。 4、 添加一新成员作为某一成员的妻子,包括其详细信息。 5、 删除某一成员及其信息。可以选择删除该成员与其直系子孙,也可以选择仅删除该成员,对其他成员无影响
shujuquzao
- 该代码功用是对数据进行去噪处理,内含3种去噪的方法,可读性高,实用性强-The code function is to deal with the noise of the data, containing three denoising methods, high readability, strong practicability
Maze_101002
- 这是一个基于深度搜索生成迷宫并且可以寻路的算法-This is a maze based on depth search
binary-search
- 二分搜索C语言实现,属于数据结构与算法中一个快速查找的方法-the binary search which use c
primes
- 基于C语言实现素数的输出,一个简单的小程序-Based on the C language primes output, a simple little program
RedBlackTree
- 数据结构与算法中很重要的红黑树,基于C语言实现-Data Structures and Algorithms very important red-black tree, based on the C language
MERGE
- 数据结构与算法中归并排序,基于C语言实现-Data Structures and Algorithms in C language merge sort
hash
- 哈希表,数据结构与算法中很重要的一种存储方法,基于C语言实现-Hash tables, data structures and algorithms very important storage method, based on the C language
MaxSubSum
- 我们经常需要在一串数字(有正负)查找和最大的子数字串,该程序基于C语言实现-We often need to find the maximum and sub-numeric string in a string of numbers (positive and negative), the program is based on the C language
readfilename
- 遍历多层文件夹下满足特定条件的文件 可实现文件计数 文件名保存 及文件重命名等功能-Files that meet the specified conditions in a multi layer folder Can achieve file count file name and file rename function
sync-backup_folder_beifen
- 文件夹的同步 分布在不同电脑上的文件夹 可以一个人维护 然后基于此软件进行同步-older synchronization is distributed on different computers in a folder that can be maintained by a person and then synchronized with the software.
code
- ACM数论代码:矩阵快速幂题目的c++源码-ACM game Number Theory Code: Matrix quickly c++ power source