搜索资源列表
Otsucoding
- Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
FindBase
- 同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的,在我们的学习中,我们熟悉的基数有10进制、12进制、60进制、2进制、8进制和16进制。比如数据12,如果我们用2进制表示,则它就是1100;如果用3进制表示就是110;如果用8进制表示则是14。我们的编程任务就是与数的进制(也就是基数)有关。 程序中我们会给大家很多个数对(假设每个数对的数用X和Y表示),程序需要解决的问题就是为X和Y各选择一个最小的基数,以使得这两个数在其选择的基数上是一对相等的数。
thline
- 有向直线2中值问题 对于给定的有向直线L,编程计算在直线L 上增设2处服务机构的最小服务转移费用。-two straight to a mid-value problems for a given straight to the L, Programming included in the additional line L on the two services shift to the smallest cost.
71-93
- C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85 牛顿迭代法求解方程 实例86 弦截法求解方程 实例8
3
- 求第K个最小值 比2分法还快的算法 只要比N-1次就行
GreedyBag
- 贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解-Greedy algorithm for knapsack problem, respectively, obtained three standard 1. Press-effective value of descending and remove things. 2. By weight the value of items
minFBNQ
- 无约束一维极值问题的优化算法,能很快的求取最小值。-Extremal non-binding one-dimensional optimization problem that can quickly strike a minimum.
maxmin
- 一个C++小程序,可以实现输出a,b,c中的最大值和最小值的功能-A C++ small program that can achieve output a, b, c in the function of the maximum and minimum
zuidashangfenge
- 该程序是用matlab编写的,使用最大熵方法对红外小目标进行阈值分割,取得了良好的效果。-The program is written using matlab, using the maximum entropy method of infrared small target threshold segmentation, and achieved good results.
sccz
- 三次插值算法一个小例子,用于计算多元方程的最小值,也就是最优化问题-A small example cubic interpolation algorithm for the calculation of the minimum value of the multi-equation optimization problem, which is the most
maxminfilter
- 数组数值的最大值最小值过滤,C++程序实现-Maximum Minimum filter array values , C++ program
adsf
- 最简单的一维装箱问题又称为装箱问题(1- BP),其主要 思想是用给定的集装箱装载货物,使集装箱的使用量最小。假 设m 是装运货物的数量;n 是可用箱子数量(或最优解数量的 最大值);pi(i=1,…,m)是货物i 的重量;qj(j=1,…,n)是集装箱j 的 容量;Q 为集装箱平均容量。二元变量xij(i=1,…,m,j=1,…,n),当 货物i 装于集装箱j 时,xij=1;反之xij=0。二元变量yj(j=1,…,n),-The most simple one-dime
yinshimpc
- 单输入输出系统的预测控制,主要是对最小相位系统的跟踪给定值的仿真。-Single input-output system predictive control, mainly simulation of minimum phase system to track a given value.
MFCtrain
- MFC调用dll实现 加减法,求最大最小值 学习DLL的例子-Examples of MFC calls dll achieve subtraction, seeking the maximum and minimum learning DLL
fractional-delay-FIR-Filter-Matlab
- 分数延迟FIR滤波器的实现,分别使用了最小二乘法,拉格朗日插值法以及优化加权最小二乘法。-Fractional delay FIR filter implementation, using the least square method, the Lagrange interpolation method and optimization of weighted least squares.
peplacementassembly
- 每次选择边权值最小边,如果该边加入后不构成环,则加入,-Each time you a weight minimum while, if the side does not constitute a ring after China s entry into wto, join in,
yeimunsang
- 对于初学matlab的同学会有帮助,最终的权值矩阵就是滤波器的系数,利用最小二乘法进行拟合多元非线性方程。- Matlab for beginner students will help, The final weight matrix is ??the filter coefficient, Multivariate least squares fitting method of nonlinear equations.
etcyf
- 基于掌纹识别的在线身份验证 识别算法本科毕设,基于分段非线性权重值的Pso算法,采用偏最小二乘法。- Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, Based on piecewise nonlinear weight value Pso algorithm, Partial least squares method.
禁忌算法求解tsp
- 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)