搜索资源列表
RemoteDataAccessLayer
- 远程数据访问层演示算法,让你的程序能够通过远程访问数据库数据能力-Remote Data Access Layer demonstration algorithm and let you through the procedures for remote access to database data capabilities
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
一种高效的聚类算法
- 一种高效的聚类算法.大家可以来看下好不,绝对好的算法,不要错过-An efficient algorithm for clustering. We can look at the following bronzes, absolute good algorithm, should not miss! !
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
sitaiersearch
- STR明细表查询系统 全新改进算法 极速搜索引擎。 查询STR件的产品信息、应用关系、组成关系。 本系统为商业软件,请下载者谨慎使用。由于系统极为经典,本人所以转载。欢迎程序爱好者来切磋。本人qq:3691202-STR schedule for the new system improved algorithm speed search engine. Inquiries STR pieces of product information, application,
openhdot264
- openhdot264源代码,属于H.264视频编码算法的一种实现。 -openhdot264 source code belonging to the H.264 video coding algorithm A.
classcons1t
- windows 下的一个环形buffer的demo,很好的数据结构算法,一个类封装了所有的操作-windows of a circular buffer to the demo, very good data structure algorithms, a package of all categories of operation
数据加密技术
- 数据加密的方法与原理,可供大家共同学习,具体算法与实现可另找-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
partition2
- 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点(2个),使得结果最优。 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成3个集合,TA和BA和MA, 3、 确定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, MQ={ qj| AQ(qi) MA},OQ=Q-{TQ BQ}。
先进先出的算法(SQL Server语法)
- 先进先出的算法(SQL Server语法) ,应用与仓库管理系统之中。-FIFO algorithm (SQL Server syntax), Application and warehouse management system.
进程调度算法实现
- 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-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.
Data_Mining_SQL_2008
- 这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 d
suanfadaoluen
- 这是《麻省理工学院算法导论中英文版习题笔记全》,详细介绍了各种算法-This is the Massachusetts Institute of Technology in the English version of Introduction to Algorithms Exercises Notebook whole , detailing a variety of algorithms
binarytree
- 树与二叉树的算法,包括转换,数据结构-binarytree
MainWeka
- 数据挖掘开源算法最经典的weka算法源码,导入Eclipse就可以打开,包含了几十个经典的数据挖掘算法。-Open source data mining algorithm is the most classical algorithm weka source code into Eclipse, you can open, contains dozens of classic data mining algorithms.
PAGE
- 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和