资源列表

« 1 2 ... .28 .29 .30 .31 .32 1333.34 .35 .36 .37 .38 ... 2656 »

[数据结构常用算法Eight-Digital

说明:八数码 对任意数字序列重新排序 高级散列函数 MFC基础编程-Eight Digital Reorder the sequence of any number Senior hash function MFC based programming
<寻梦> 在 2024-10-13 上传 | 大小:647168 | 下载:0

[数据结构常用算法DataStruct

说明:数据结构课程设计 単源最短路径实现-Curriculum design radiolabeling source data structure to achieve the shortest path
<obg> 在 2024-10-13 上传 | 大小:40960 | 下载:0

[数据结构常用算法BitTree

说明:具体功能函数有:建立二叉树、删除二叉树、前中后层序遍历-Specific functions of functions are: to establish tree, remove the binary tree, traversal sequence before, during, after
<WILL> 在 2024-10-13 上传 | 大小:350208 | 下载:0

[数据结构常用算法sort

说明:排序算法,包括插入,选择,冒泡等基本的,也包含一些快速的排序算法的C++源代码-Sort Coding,including insert、choose and so on……
<zenghongyi> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法perstrm

说明:PER编解码的核心算法。用这个就能根据ASN.1定义文件完成数据包的PER编解码。-PER codec core algorithm. With this definition files can be completed according to ASN.1 PER encoding and decoding of data packets.
<zhaoxin> 在 2024-10-13 上传 | 大小:5120 | 下载:0

[数据结构常用算法crosslink

说明:本代码是根据数据结构的只是,采用C语言编译代码,用十字链表实现稀疏矩阵相加-This code is based on data structure only, the use of C language compiled code, with the sum of cross-linked to achieve sparse matrix
<杨全校> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法list

说明:给定两个升序链表,将它们逆序输出并合并成为一个新的升序链表-Given two ascending lists, reverse output and merge them into a new list in ascending order
<will> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法8queens

说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is a
<陈财雄> 在 2024-10-13 上传 | 大小:343040 | 下载:0

[数据结构常用算法huffman-tree

说明:用优先队列实现哈胡曼树,实现程序的可模版化,不用浪费多余的时间去比较-Priority Queuing with Hu Ha Man Tree
<林瀚驰> 在 2024-10-13 上传 | 大小:719872 | 下载:0

[数据结构常用算法C_lianbiao

说明: Data *Create() //创建一个带头结点的空表 void Insert(Data *,int) //插入一个节点 void Reverse(Data *) //就地逆置 void Delete(Data *) //删除指定节点的节点 void Print(Data *) //打印链表 void Exit() //退出-Data* Create () // create an empty tabl
<> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法Hffman

说明:哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length codi
<weizhi> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法BST

说明:编写生成二叉树,可以实现二叉树的生成、增加、删除、遍历-Write generate binary tree, binary tree can generate, add, delete, traverse
<颜磊> 在 2024-10-13 上传 | 大小:434176 | 下载:0
« 1 2 ... .28 .29 .30 .31 .32 1333.34 .35 .36 .37 .38 ... 2656 »

源码中国 www.ymcn.org