搜索资源列表
l7
- 时考虑到在哈夫曼中要每次挑选两个频率最小(即出现次数最小,我那个hNode里的value 是出现的次数),很自然的就想到了std::priority_queue容器,优先队列每次都会弹出队列 中权值最高的元素,这个特性无疑是实现哈夫曼算法的最佳选择。 ... -to consider the Huffman each selected to be the smallest two frequencies (that is, the minimum number, which I hN
Form1aprior
- 用C#实现Aprior算法,算法都用数据实现,效率不是很高,主要体现aprior思路. 在visual studio 2003环境下通过编译-C# Aprior algorithm, the algorithm are used to achieve data, efficiency is not very high, mainly reflected aprior ideas. The visual studio environment through 2003 compiler
算法设计与分析实验
- 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
利用分治策略实现自然合并排序算法程序;
- 利用分治策略实现自然合并排序算法程序 方便地解决排序的问题-use the divide and conquer strategy to achieve natural merger procedures to facilitate sorting algorithm to solve the problem of sorting
676575585858758578
- 模拟实现以下页面置换算法,并计算其命中率: 一、理想置换算法OPT(Optimal Replacemnet) 二、先进先出置换算法FIFO-Simulation following pages replacement algorithms, and calculate their hit rate : 1. OPT ideal replacement algorithm (Optimal Replacement) 2. FIFO replacement algorithm FIFO
openhdot264
- openhdot264源代码,属于H.264视频编码算法的一种实现。 -openhdot264 source code belonging to the H.264 video coding algorithm A.
数据加密技术
- 数据加密的方法与原理,可供大家共同学习,具体算法与实现可另找-data encryption method and the principle, we can learn together, and achieving specific algorithm can find
partition1
- 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点,使得结果最优。 算法思想: 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成两个集合,TA和BA,TA中的元为:{ A1 、A2 …… An-1 },BA中的元素为:{ An} 3、 确定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA
road
- 交通查询系统 实现飞机 火车 最短 最快 最经济 策略查询 我们数据库的课程设计 用笛杰斯特拉算法实现图中两节点最短路径 当时还没有学数据库 所以自己用TXT实现的数据库
进程调度算法实现
- 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
datastructurealgorithm
- 数据结构的全部C语言算法实现,里面有详尽的多种算法实现-All C language data structure algorithm, there are many algorithms in detail
worddiv
- 中文分词算法,用正向最大匹配算法实现的中文分词,包裹dao操作数据库。-Chinese word segmentation algorithm, the forward maximum matching algorithm of Chinese word segmentation, wrapped dao operations database.
DecisionTree
- 数据仓库与挖掘中的决策树算法实现,是数据挖掘与仓库的平时作业-Data warehousing and mining, decision tree algorithm, data mining and warehouse Assignments
ID3
- mfc编写的ID3算法实现很实用,可以添加各种表-The mfc written ID3 algorithm to achieve
NBC
- 迁移朴素贝叶斯分类器算法实现,可用于高光谱遥感图像处理-Migration naive Bayes classifier algorithm can be used for hyperspectral remote sensing image processing
GZIP
- 文件中给出了 gzip主要压缩算法 实现包括 gzip zip deflate 等程序-Document given gzip compression algorithm mainly includes programs such as gzip zip deflate
bestfit
- 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
pile
- 简单的mfc画点画线和围棋算法实现 具体功能自己去试试把-easy mfc draw line and draw point 和围棋算法实现
MLD444
- Kc=4,4QAM的最大似然检测的算法实现 -Maximum Likelihood Detection for Kc=4 and 4QAM
zuijindian
- 这是我自己写的一个最近点对的问题的算法实现 -This is my own point of writing of a recent algorithm for the problem ~ ~