资源列表

« 1 2 ... .07 .08 .09 .10 .11 1812.13 .14 .15 .16 .17 ... 2656 »

[数据结构常用算法he_fu_man_bian_ma

说明:假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的
<谭毅> 在 2024-10-04 上传 | 大小:232448 | 下载:0

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

说明:c语言经典代码,包括:打印图案 ,大小写字母的互换 整数因子 /*请编写一程序完成下面的功能:从键盘上任意上任意输入一个大于0且小于1000的整数,然后输出此整数的所有整数因子。如输入12,则输入1,2,3,4,6,12。*/ 插入后自动排序 /*原题:把一个整数插入到按由小到大排列的数列中,插入后仍然保持由小到大的顺序排列*/ /*指针,穷举法进行比较交换*/ 求数列 /*原题:已知一正整数递增等差数列
<wangyicai> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法f31

说明:蛇顺序表中的关键字是递增有序的,将监视哨设在高下标端,设计算法实现简单顺序查找-Snake order keyword in the table are incremental and orderly, and will monitor the post is located in Gao Xia S side, the design algorithm is simple in order to find
<左左> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法f41

说明:进冒泡排序,试编写一个程序,对一个待排序的数据元素集合进行奇偶转换排序。-Into the bubble sort and try to write a program, for a set of data elements to be sorted to parity conversion to sort.
<左左> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法chazhaozuijinzuxian

说明:编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先-Write algorithm, binary sort tree to find any two different nodes of the nearest common ancestor
<左左> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法xiawei

说明:顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
<刘云> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法DS_ppt

说明:某大学一个设计很好的数据结构课件,不少算法过程使用动画,版面颜色搭配得很好,是一个优秀的数据数据课件。-A university in a well-designed data structures courseware, algorithm process uses a lot of animation, layout colors very well and the data is an excellent courseware.
<李东国> 在 2024-10-04 上传 | 大小:11985920 | 下载:0

[数据结构常用算法DatastructuresalgorithmsVisualCpp6

说明:数据结构算法VisualCpp6程序集电子教案-Data structures algorithms VisualCpp6 assembly of electronic teaching plan
<于敏洁> 在 2024-10-04 上传 | 大小:630784 | 下载:0

[数据结构常用算法hashing_table

说明:hashing table source code
<dfxx> 在 2024-10-04 上传 | 大小:3072 | 下载:0

[数据结构常用算法shortpath

说明:1、读入城市结点数据 */ /* 2、邻接矩阵初始化:所有元素赋Infinity, */ /* 对角线元素赋0 */ /* 3、读入城市间边的数据,转换为邻接矩阵的数据 */ /* 4、路径矩阵初始化,若arc[i][j]<Infinity, */ /* 则: at[i][j]=i 否则:Path[i][j]=-1 */ /* 5、计算最短路径 */ /* 6、保存最小路径数据-1,
<wudiksp> 在 2024-10-04 上传 | 大小:4096 | 下载:0

[数据结构常用算法zojcode

说明:zoj 400道ACM 源码,是在ZOJ混的ACMer必备。希望对大家有点帮助。-zoj 400 Dao ACM source code, is essential in the ZOJ mixing ACMer. Hope to everyone to some extent.
<张龙> 在 2024-10-04 上传 | 大小:727040 | 下载:0

[数据结构常用算法sort

说明:二路归并算法的代码,用来排序,文件后缀名是c-a program to sort files under visusl C++ s environment
<zhou> 在 2024-10-04 上传 | 大小:9216 | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 1812.13 .14 .15 .16 .17 ... 2656 »

源码中国 www.ymcn.org