资源列表
taxis-compare
- 使用两个源程序文件,一个用于构造三个算法的具体实现,另一个为主函数,完成计算统计完成一定次数对某个算法的运行时间和比较次数的统计 -Using two source files, a three algorithms used to construct a concrete realization of the other main functions, to complete the calculation of the statistical complete a certain num
aa
- 一个链表的范例 这对于初学者而言是一个很好的例子 有助于初学者对链表的理解-This is a list of examples for beginners is a good example to help beginners understand the list
polylist
- 数据结构实现两个多项式的加法,首先输入两个多项式,如"5,8",代表5x^8,以"0,0"结束,结束后输出两个多项式相加的和-Data structure to achieve the addition of two polynomials, first enter the two polynomials, such as " 5,8" , on behalf of 5x ^ 8, to " 0,0" end, after the end of the outp
binaryTree
- 基于VC++语言,通过双向链表法创建二叉树。此PPT将分享我如何将二叉树形象的比喻成为双项链。-Based on VC++ language, create a binary tree by two-way linked list method. I will share this PPT binary image of how the metaphor of a double necklace.
hannuotadeshixian
- 经典游戏汉诺塔的实现。本程序较短,采用递归算法-Implementation of classic game Tower of Hanoi. The procedure is shorter, using the recursive algorithm
list
- 线性表的应用:用顺序表实现求集合的交并差-The application of the linear table: order table with a collection of cross-seeking and achieving poor
FastDHT_v1.18.tar
- FastDHT,一款开源分布式系统,可以配合FastDFS使用,实现去重功能,具体配置详见源码说明-Definitely a good thing FastDHT definitely a good thing FastDHT definitely a good thing FastDHT
XUESHENDAPEIWENTI
- 一班有m 个女生,有n 个男生(m 不等于n ),现要开一个舞会。男女生分别编号坐在舞池的两边的椅子上。每曲开始时,依次从男生和女生中各出一人配对跳舞,本曲没成功配对者坐着等待下一曲找舞伴。 请设计一系统模拟动态地显示出上述过程,要求如下: (1)输出每曲配对情况; (2 )计算出任何一个男生(编号为X )和任意女生(编号为Y ),在第K 曲配对跳舞 的情况.至少求出K 的两个值 分别用循环队列和链队列实现了 -A group of girls with m,
baogao
- C++猴子选大王实验报告,内含源代码,还有报告模板,心得-shiyan baogao
string
- 使用字符串实现大整数的加法运算,递归算法实现-failed to translate
SavingAccount
- 账户存储模拟 FIFO 类的深入剖析 设计实现一个用于存储整型数据的队列类-ACCOUNT ANALOG/FIFO
data_structure_Doubly-linked-list
- 此文档为数据结构课程设计,主要是用算法岁双向链表进行双向链表的建立、查找、插入和删除等操作-This document is designed for data structure course, is mainly used for two-way algorithm-year-old two-way linked list creation, search, insert and delete operations
