搜索资源列表
jiheyunsuan
- 功能:使用链表来表示集合,完成集合的合并,求交集等操作。 主要包含以下内容: 1.初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2.完成最低要求: 3.进一步要求: -Function: the use of linked lists to indicate the collection, complete collection of the merger, such as seeking common ground operation. Mainly c
200707171152015173
- 图像检索中颜色的特征提取及匹配算法,以家权欧几里得距离,中心距得加权距离,直方图交集算法等。-Image Retrieval color feature extraction and matching algorithm to the right home Euclid distance, center distance of a weighted distance, histogram intersection algorithm.
5_5
- 这是一个用来计算交集并集的功能代码,很不错-Intersection operator, and set
mwt
- 主要实现集合的交集、并集、差集,可获集合的交集、并集、差集。-To achieve the intersection of the main collections, and sets, difference sets, be the intersection of sets, and sets, difference sets.
1
- 求一个集合的交集和并集,娱乐可以,千万不要用来做作业啊 -Find a collection of intersection and union, entertainment can be, must not be used to do homework ah
Collection
- 集合的添加元素,删除元素,置空集合,判断是否有交集-Collection to add elements, delete elements, set empty, to determine whether the intersection
pool
- 新增横向排名函数(股池专用) 新版专用DLL 名称 POOL.DLL 六个函数 POOL1 POOL2 POOL3 POOL4 POOL5 POOL6 每个函数可以支持同时一百个股池交集,六个函数最大能支持600个股池交集 。 但不是同一输出的交集,必须改变函数。 包内DLL放入大智慧根目录,包内有一个测试用股池,放入\dzh2\userdata\Pool\ 目录下 设计股池或运行股池就能看到效果。测试用股池仅仅是一个例子,帮助大家学会运用这些函数。 如:包内三个
jihe
- 数据结构课程设计。实现集合交集、并集、补集。C语言代码-Data structure curriculum design. Achieve set intersection, union, complement. C language code
set-operations
- C++语言的课程设计 集合操作:交集、并集、差集的计算-C++ language curriculum design set operations: Union, intersection, the calculation of difference set
LinkList
- C数据结构课程设计 交集与并集的函数代码模块-C curriculum design and the intersection of function and set the code module
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新
带孔洞的多边形求交集算法
- 带孔洞的多边形求交集算法 求取带孔洞多边形的交集是实际应用中经常会遇到的问题。本文在原有的对实心多边形的求交算法上,提出了能够处理带有孔洞的多边形的复杂情况,通过每次只处理两个多边形的交、并、差集运算代替了对大量多边形的同时处理,降低了运算的复杂度。(Algorithm for intersection of polygons with holes)
突变检验
- 时间序列突变点检测(一种突变方法可能不准确,采用多种方法求交集)——>分段时间序列平稳性检验——>不满足平稳性的采用趋势检验,并增加趋势成都表述。