搜索资源列表
id5
- 介绍动态规划方法在解决背包问题、图象压缩、矩阵乘法链、最短路径、无交叉子集和元件折叠等方面的应用。-on dynamic programming methods in solving knapsack problem, image compression, the matrix multiplication chains, the shortest path, non-overlapping subsets of folding and
myAlgorithmExamplesAndExplain
- 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subse
subsets
- 该程序实现给定两个整数集合的并集和交集,并且输出。
id5
- 介绍动态规划方法在解决背包问题、图象压缩、矩阵乘法链、最短路径、无交叉子集和元件折叠等方面的应用。-on dynamic programming methods in solving knapsack problem, image compression, the matrix multiplication chains, the shortest path, non-overlapping subsets of folding and
myAlgorithmExamplesAndExplain
- 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subse
subsets
- 该程序实现给定两个整数集合的并集和交集,并且输出。-The program to achieve a given set of two integers and sets and intersection, and the output.
find_subs.f90
- finding subsets of variables using a variety of different algorithms
makesubset
- This codes describe how to part the data set into different subsets. It is useful for EEG data. It is runnable.-This codes describe how to part the data set into different subsets. It is useful for EEG data. It is runnab
COSA
- Clustering objects on subsets of attributes - COSA - a subspace clustering algorithm.-Clustering objects on subsets of attributes- COSA- a subspace clustering algorithm.
permutation
- 给出一字符串,计算出其所有不同的字符排列子集。即,接收用户输入的一字符串,将此字符串中的不同字符找出,并将找出的字符进行组合,再把组合的结果进行全排列。-Given a string, calculate the arrangement of all of its different character subsets. That is, to receive user input a string of different chara
DichotomyModel
- 二分法 数学方面: 一般地,对于函数f(x),如果存在实数c,当x=c是f(c)=0,那么把x=c叫做函数f(x)的零点。 解方程即要求f(x)的所有零点。 先找到a、b,使f(a),f(b)异号,说明在区间(a,b)内一定有零点,然后求f[(a+b)/2], 现在假设f(a)<0,f(b)>0,a<b ①如果f[(a+b)/2]=0,该点就是零点, 如果f
TestOrder
- 一个列出所有Lexsil序列的程序,可直接使用- This program generates all subsets by lexical order
4
- 输入n个数,求这n个数构成的集合的所有子集-Enter the number n, find the n number of the set of all subsets
QWE905-2005MissileSystemC-SafeSubsets
- Q/WE 905-2005导弹武器系统C语言安全子集-Q/WE 905-2005 missile system C-Safe Subsets
DELPHI_classifying_Phone_with_Fuzzy_Logical_metho
- A type of logic for processing imprecise data founded by L. A. Zadeh. Elements may have infinite gradation between TRUE and FALSE. Fuzzy Sets : A type of sets in which elements belong to subsets in some degree. example
00987728.pdf.tar
- This paper introduces linear constellation precoding (LCP) for OFDM transmissions over frequency-selective fading channels. Exploiting the correlation structure of OFDM subchannels, and choosing system parameters
RANSAC-subspaces.tar
- This package consists of two implementations about using ransom sampling techniques to estimate multiple subspaces: RANSACarrangement: Sample subsets to estimate a union of subspaces together. RANSACsubspaces: Est
string
- 程序设计任务: 用堆分配存储表示实现Hstring串类型的最小操作子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。 程序所能达到的功能:一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。 -Programming tasks: With pile distribution of memory says achieving Hstring
allsub
- 一个求集合所有子集的程序,感觉挺巧妙的,效率比较高-Find all subsets of a set of procedures, feeling very clever, more efficient
subsets
- Sum of Subsets algorithm implementation