搜索资源列表
Job
- 给定任务序列J1J2 ...Jn,假定只有一台处理机为这批作业服务。每件任务Ji给定一个时限di和对应利润Pi。只有在规定时限之内完成作业,才会得到利润Pi。通过设计合适的算法选择和安排任务子集Ji,使得J中的每个作业都能在各自的时限内完工,且使获得的利润∑Pi总和最大。 令d=max{di} 1≤i≤n,b=min{n,d} 任何最大利润的可完工子序列中的作业个数必不大于b。 -Given task sequence J1J2 ... Jn, the assumption that
Fuzzy_logic_Engine
- Title: Fuzzy logic Engine Descr iption: This dll written in C implements a fuzzy logic engine with 3 different inferencing methods - min-max, dot-sum and Yager. This engine implements also a LALR(1) parser allowing users to define fuzzy sets and ru
C-Sharp-MaxSubsequenceSum
- An implementation of the Max Sub-sequence sum algorithm using divide and conquer. Includes driver program. Perfect for students. -An implementation of the Max Sub-sequence sum algorithm using divide and conquer. Includes driver program. Perfect for
max-sum
- 利用动态规划的思想,求一个数组中的连续最大和-For an array of continuous maximum sum
max
- 数据结构,依次输入链表中的之,输出相邻两个数之和最大的第一个数。-Input the list of data in proper order,then output the first number of two adjacent numbers ,the sum of which is the maximum.
Excel_usin
- 简单的excel表在C与内置的功能的剪切、复制、粘贴和提供功能如最大值、最小值、转置、金额。-Simple excel sheet in C with inbuilt functionalities of cut, copy, paste and provides funcitons like max,min,transpose,sum.
max-min-and-sum
- 输入一串整数,求出整数最大和最小数之和 输入: 1,2,3,4,最大4,最小1 输出:5 说明:可能会存在负数,输入包含逗号 -Enter a string of integers, find the maximum and minimum number of integer input: 1,2,3,4, maximum 4, minimum 1 Output: 5 Descr iption: There may be negative, the input contains
statistical-analysis
- 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
附件
- lc; clear; A=[1 1.2 1.5 1.5; 0.833 1 1.2 1.2; 0.667 0.833 1 1.2; 0.667 0.833 0.833 1]; %因素对比矩阵A,只需要改变矩阵A [m,n]=size(A); %获取指标个数 RI=[0 0 0.58 0.90 1.12 1.24 1.32 1.41
Desktop
- les codes for calcul e max of array with assembleur langage