资源列表

« 1 2 ... .03 .04 .05 .06 .07 2508.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法sequence-list

说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table.   , In the order of t
<mireya> 在 2024-11-06 上传 | 大小:5120 | 下载:0

[数据结构常用算法sequence-list2

说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table.   , In the order of t
<mireya> 在 2024-11-06 上传 | 大小:6144 | 下载:0

[数据结构常用算法Huffmancode

说明:着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is,
<刘明> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法bign

说明:计算大整数的头文件,支持加减乘除,流,次方,开方,求余,小于,大于,不等于等运算。-Calculation of large integer header files to support the addition and subtraction multiplication and division, flow, power, square root, seeking more than, less than, greater tha
<Gary> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法8puzzle_dfs

说明:实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。-翻译 实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。 The implementation of the eight digital issues, the use of the map search DFS (depth-first search).
<LiuTiancheng> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法code2

说明:Package consists of 3 codes. First,to Print huffman decoding tree given.Second, to find top level view of a tree. Third, A reviewer rates the two challenges, awarding pointsfor three categories.We define the rating for t
<Codeshi> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法code3

说明:Package consists of 3 files. First, to compare two linked list. Second, to find the reverse of a linked list using recursion. Third , to merge two sorted linked list
<Codeshi> 在 2024-11-06 上传 | 大小:1024 | 下载:0

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

说明:数据结构与算法分析:C语言实现,包括了书本,课后习题的答案和代码。使学习本书更加方便。-Data structure and algorithm analysis: C language implementation, including books, after-school exercise answers and code. To make learning more convenient.
<丁伟豪> 在 2024-11-06 上传 | 大小:10726400 | 下载:0

[数据结构常用算法HuffmanCodingAndDecoding

说明:对任意输入的文字、字母、数字进行编码,显示出0-1串,并显示出编码表;同时可进行解码显示出原文。对要熟悉哈夫曼原理的有作用。-Any input text, letters, numbers encoded to show a 0-1 string, and display the code table at the same time can be decoded to show the original. To be famili
<王侠> 在 2024-11-06 上传 | 大小:25176064 | 下载:0

[数据结构常用算法ShowMapTheShortestRoute

说明:根据一副地图,在地图上任意点击两地点,可画出两点的最短距离路线。对要熟悉MFC用法及最短路算法的初学者有很大帮助。-According to a map, click on the map on the two locations, you can draw two points of the shortest distance route. To be familiar with MFC usage and the shortest
<王侠> 在 2024-11-06 上传 | 大小:60385280 | 下载:0

[数据结构常用算法MultifunctionalCalculator

说明:基于MFC平台,实现多功能计算器,可求解复杂表达式,主要实现为数据结构中链表和数组,对于要熟悉链表和数组的初学者有很帮助。-Based on the MFC platform, to achieve multi-function calculator, can solve complex expressions, the main realization of the data structure for the list and ar
<王侠> 在 2024-11-06 上传 | 大小:53314560 | 下载:0

[数据结构常用算法Longest common subsequence

说明:用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it wit
<lcy2074> 在 2024-11-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 2508.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org