资源列表

« 1 2 ... .53 .54 .55 .56 .57 2158.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法Projectjohu123006

说明:crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。
<johu> 在 2025-01-19 上传 | 大小:449kb | 下载:0

[数据结构常用算法AVT

说明:平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。
<张欣> 在 2025-01-19 上传 | 大小:448kb | 下载:0

[数据结构常用算法Data-structures-and-algorithms

说明:这是关于数据结构与算法的八套练习题,希望队期末考试有所帮助-This is about eight sets of data structures and algorithms of the exercises, hoping team final exam help! !
<默默> 在 2025-01-19 上传 | 大小:448kb | 下载:0

[数据结构常用算法AbuGraph_7.10.14

说明:graph search and construct
<iceman2005> 在 2025-01-19 上传 | 大小:448kb | 下载:0

[数据结构常用算法closepair

说明:二位平面中求最近点对的问题,采用分治的方法,按照书本的算法实现-Two nearest points on the plane ask the question, the use of divide and conquer approach, in accordance with the books of the algorithm
<龙飞> 在 2025-01-19 上传 | 大小:449kb | 下载:0

[数据结构常用算法Mergesort

说明:分治法实现合并排序,对学数据结构的朋友比较有帮助,算法分析-Merge sort, data structures, algorithm analysis
<谢谢> 在 2025-01-19 上传 | 大小:448kb | 下载:0

[数据结构常用算法structure--c

说明:数据结构 学习c必备 严蔚敏数据结构版c-structure c
<fei> 在 2025-01-19 上传 | 大小:448kb | 下载:0

[数据结构常用算法ATM

说明:这是一个比较大的程序,用c/c++做的自动取款机 可以输入账户信息 和密码验证-This is a relatively large program, with c/c++ to do automatic teller machine can enter account information and password authentication
<李梦月> 在 2025-01-19 上传 | 大小:449kb | 下载:0

[数据结构常用算法jiaoji

说明:用顺序表求俩个集合的交集,并输出所求得的交集-Seeking the order form with the intersection of two collections, and the output obtained by the intersection of
<KOU> 在 2025-01-19 上传 | 大小:448kb | 下载:0

[数据结构常用算法tree

说明:算法中二叉树的实现,包括建立查找,实现二叉排序树,能解决二叉书大量问题-源语言: 中文 允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 Suànfǎ zhōng èr chā shù de shíxiàn, bāokuò jiànlì cházhǎo, shíxiàn èr chā páixù shù, néng jiějué èr chā shū dàliàng wèntí 将中文译成英语
<wangqingan> 在 2025-01-19 上传 | 大小:449kb | 下载:0

[数据结构常用算法instantcode

说明:给定码长,根据码长使用克拉夫特不等式判断是否可以构造即时码,假如可以则使用树来构造即时码。-Given the lengths of the instant code,the use the Kraft inequality to judge if it is ok to construct the instant code,if it is ok.Then construct it.
<钟展威> 在 2025-01-19 上传 | 大小:449kb | 下载:0

[数据结构常用算法Topological-sort

说明:此代码为对数据结构中拓扑排序算法的C语言实现。-This code is the topological sort algorithm in C language.
<Jack> 在 2025-01-19 上传 | 大小:448kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 2158.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org