资源列表
danlianbiaosuanfa
- 单链表算法 数据结构 c++ vc6.0 -Single linked list data structure c vc6.0 algorithm
queens
- 八皇后问题:回溯法+递归法+排列法+位运算法-Eight queens problem: backtracking+ the recursive method+ permutation+ bit algorithm
josephus
- 问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。
longint
- 长整数的加减,能够实现长整数的加和减,如: -32423 4+3562435324-Long integer addition and subtraction, can achieve long-integer addition and subtraction, such as:-324 234 234+3562435324
yiyuan
- 一元多项式的运用,实现其相加减,利用链表,强化技能- Just two hours a day spent keeping the mind and body busy is as effective at warding off dementia as drug treatment, research reveals.
dianhuaben
- 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 - the phone book Write a c++ program to complete the following functions:
tree
- 给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own
md5TurebyC
- 用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
operation
- 多项式运算 能进行加法运算和乘法运算(用链表实现)-Polynomial operations capable of addition and multiplication operations (with the list implementation)
huffman
- 哈弗曼编码器,最优二叉树,带权的路径最短,对二叉树上的节点进行编号-the code of huffman
StaticLinkList
- 数据结构 ,静态链表,已经成功编译,并运行,希望对大家有帮助-Data structures, static linked list has been successfully compiled and run, we hope to
jiao-zuo-ye
- 霍夫曼编码,实现所有的功能,不包含输出,能解码-Huffman coding to achieve all of the features, does not contain the output, able to decode
