资源列表

« 1 2 3 4 5 6 78 9 10 11 12 ... 2657 »

[数据结构常用算法Hfmtree编译码器

说明:利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication chann
<cuckoo> 在 2024-05-21 上传 | 大小:2048 | 下载:1

[数据结构常用算法公共子序列

说明:本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
<汪永威> 在 2024-05-21 上传 | 大小:1024 | 下载:1

[数据结构常用算法会议安排

说明:本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical app
<汪永威> 在 2024-05-21 上传 | 大小:1024 | 下载:1

[数据结构常用算法傅里叶级数逼近源码

说明:傅立叶级数在数字信号处理中有非常重要的应用,这里提供了傅立叶级数在C环境下的源码及其应用,对于数据处理的工程人员大有裨益。-Fourier series in the digital signal processing is a very important application, it provides Fourier Series C environment in the source and application of dat
<赵凤鲜> 在 2024-05-21 上传 | 大小:1024 | 下载:1

[数据结构常用算法排序算法汇总和比较

说明:实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the p
<叶靥> 在 2024-05-21 上传 | 大小:1902592 | 下载:1

[数据结构常用算法BFSandDFS

说明:用C写的源程序功能分别是1.用DFS算法判断有向图中是否有环2.从文件中读图,用邻接链表保存信息,寻找两个结点vi,vj间的最短路径-written in C source is a function respectively. DFS algorithm used to determine whether there are plans Central 2. Interpret drawings from the file, use
<光光> 在 2024-05-21 上传 | 大小:3072 | 下载:1

[数据结构常用算法数据结构C++语言描述

说明:经典数据结构书籍 数据结构C++语言描述 的源代码 很难找的哦-classic books data structure data structure C++ language to describe the source code is very difficult to find the oh
<李作为> 在 2024-05-21 上传 | 大小:781312 | 下载:1

[数据结构常用算法Access password

说明:access密码破解程序, 利用VB写的ACCESS数据库密码破解程序。效果极好。-access password cracking program written in VB ACCESS database password cracking program. Very effective.
<周卫华> 在 2024-05-21 上传 | 大小:32768 | 下载:1

[数据结构常用算法四种方法求积分

说明:四种方法求积分:runge-kutta法,crank_nicolson法,adams法,ab4-am4法,改进型ab4-am4法-four methods for ranking : Runge- Kutta method, crank_nicolson, adams, ab4- am4, improved ab4- am4 France
<叶真> 在 2024-05-21 上传 | 大小:3072 | 下载:1

[数据结构常用算法四种差分方法求微分方程

说明:差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
<叶真> 在 2024-05-21 上传 | 大小:2048 | 下载:1

[数据结构常用算法BoundAndBranch

说明:我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose o
<> 在 2024-05-21 上传 | 大小:30720 | 下载:1

[数据结构常用算法排序算法、字典和B-树的C++语言实现

说明:排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
<罗鹏魁> 在 2024-05-21 上传 | 大小:24576 | 下载:1
« 1 2 3 4 5 6 78 9 10 11 12 ... 2657 »

源码中国 www.ymcn.org