搜索资源列表
含并、交和差运算的集合类型试验报告
- 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
模拟退火源码
- 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
集合的交并差运算
- 演示执行集合的并,交,差运算,是以有序链表表示集合.判定子集,求补运算也实现了.-demonstration and implementation of the pool, intersection, difference, computation, is set in an orderly Chain said. Convicted subset, seeking fill operation has been achieved.
wordseg
- 中文文本分类中对文本进行分词处理,以降温本表示称词的集合,然后用词向量来进行分类。-Chinese text classification of text-word processing, said to cool the pool said the words, then word vector to classify.
cAlgorithm
- C++常用算法集合,里面有各种各样的算法,都用c++实现。-C common algorithms pool, which has a wide range of algorithms, using c achieve.
huffmancode111
- huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的左右子树,新二叉树的根结点的权值为其左右子树的根结点的权值之
matlabcodejihe
- 很多源代码的集合,我个人觉得比较有用,大家看看先。-source code pool, I personally think that the more useful, we look at first.
ranlib.c.tar
- 一个很好用的常用数学分布实现代码集合-a good use of mathematical distribution achieve common pool code
dcdflib.c.tar
- unix环境下计算符合常用概率分布的随机变量的集合-unix environment commonly used terms with the probability distribution of random variables pool
benchfft-3.1.tar
- FFT源代码汇集(各种FFT源代码)-FFT source code pool (FFT various source code)
Generic_Pool_demo
- Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
DLUA_c
- 一种新的受限扩散凝聚模型--单向扩散凝聚模型DLUA,输入不同的参数可产生各种不同的图案,可作为辅助研究或教学演示。-a new pool of restricted diffusion model -- the proliferation of one-way model DLUA rally, importation of different parameters can produce a variety of designs, as a complementary research or
CounterBloomfilter
- 自70年代被Bloom提出以来,Bloom Filters作为一种空间高效利用的紧凑数据结构,其不但能够对一个数据集合进行压缩表示而且能够支持集合的成员关系判断,在网络领域得到广泛应用。-since the 1970s Bloom, Bloom Filters as a space efficient use of compact data structure, not only its right to a data set can be compressed and expressed su
clusterinquest
- cluster in quest聚类算法是基于密度和网格的聚类算法。对于大型数据库的高维数据聚类集合。-cluster in quest clustering algorithm is based on the density of the grid and clustering algorithm. For large database of high-dimensional data clustering pool.
TheCArithmetic
- C语言的常用算法集合,适合学数据结构的朋友,也适合每个喜欢学算法的人.-C language algorithms pool of suitable data structure of a friend, is also suitable for each algorithm likes people.
apriori(C++)
- 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。 输出的结果主要包括两个部分。 1.输出所有的频繁项集。 2.输出所有的产生的规则。 算法还能够输出初始的事务集合,并且可以输出产生的中间结果。-the algorithm is the basic functions using C + + language of APRIORI algorithm, Users may choose to cond
memory_pool
- fast buddy memory pool
pool
- 游泳池大小周围栏杆的设计,以及游泳池的造价花销费用的计算。-The design of the railings around the swimming pool size. And the cost of the cost of the swimming pool cost calculation.
Based-on-the-resource-pool
- 基于资源池的与排序动态资源分配算法,是一篇可参考的文献-Based on the resource pool and sorting dynamic resource allocation algorithm
read+convolute+pool
- 关于卷积神经网络,读文件的代码,卷积的代码(并行优化过的)、池化的代码。(About convolutional neural network, read the file's code, convolution code (parallel optimization), pool code.)