Welcome![Sign In][Sign Up]
Location:
Search - min-max

Search list

[ELanguage字符串表达式解析器

Description: 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Platform: | Size: 46278 | Author: 天空 | Hits:

[Other resource方便的小波变换原代码

Description: 小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.-wavelet transform source code wav_basic.c : basic filtering, decimation and upsampling routines. wav_basi c.h : interface to wav_basic.c. wav_trf.c : transform routines. wav_trf.h : interface to wav_trf.c. wav_filters.h : where filter banks and their properties are def INED. wav_filters_extern.h : interface to wav_filters.h. wav_gen.h : some parameters and min / max macros. macros.h : pointer check macro. test_transforms.c : main routine for testing transforms and invert ibility. test_denoise.c : the main routine for example Denoising applica tions. alloc.c : pointer allocation / deallocation. alloc.h : interface to alloc.c. peppers.raw Makefile : 512x512 grayscale test image.
Platform: | Size: 204008 | Author: 李强 | Hits:

[AI-NN-PR模拟退火源码

Description: 模拟退火算法 模拟退火算法(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(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S 'S' = S+ sign (). delta where given for the step, [-1,1] Random Number
Platform: | Size: 55296 | Author: | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[AlgorithmMax-IntMax-MinMin-Min

Description: 极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序-Minimal algorithm (Min-Min), max-min algorithm (Max-Min), maximum time-span algorithm (Max-Int) three typical mapping algorithm and the algorithm of the calculation program
Platform: | Size: 108544 | Author: fuhaijun | Hits:

[Data structsNo11

Description: 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then will use this strategy to solve the following problem: min max problem, matrix multiplication, incomplete chessboard, sort, select, and a computational geometry problems- to identify two-dimensional space in the nearest two points.
Platform: | Size: 40960 | Author: 张波 | Hits:

[DocumentsMinCut

Description: Applications of min-cut model.
Platform: | Size: 508928 | Author: dongpei | Hits:

[SQL ServerSQLCHINA

Description: SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。 Avg 函数 Count 函数 First, Last 函数 Min, Max 函数 StDev, StDevP 函数 Sum 函数 Var 和 VarP 函数 -SQL aggregate function using the SQL aggregate functions you can be sure of the various statistical data sets. You can put these functions together for query and expression, on the condition that the availability of SQL characteristics QueryDef object or create a SQL query based on the Recordset object. Avg Function Count Function First, Last function Min, Max function StDev, StDevP function Sum function Var and VARP function
Platform: | Size: 206848 | Author: 397728431 | Hits:

[DSP programDSP_STATS

Description: DSP算法 PROGRAM TO FIND MIN, MAX, MEAN AND VARIANCE OF RECORDS IN AN EXISTING DSP DATA FILE-DSP algorithm PROGRAM TO FIND MIN, MAX, MEAN AND VARIANCE OF RECORDSIN AN EXISTING DSP DATA FILE
Platform: | Size: 1024 | Author: vts | Hits:

[DSP programMin-Max

Description: calculate min max of series of nb
Platform: | Size: 1024 | Author: ahmed | Hits:

[AI-NN-PRMAX-MINAntSystem

Description: 最大最小蚂蚁系统程序,供学习应用者参考。-Max-min ant system program for the learning applications in Taiwan.
Platform: | Size: 44032 | Author: zangtianlei | Hits:

[matlabmax_min_filter

Description: 最大最小滤波程序,实现效果很好,用matlab实现,简单好用-max-min filter
Platform: | Size: 36864 | Author: pdw | Hits:

[matlabproj1a

Description: this mablat is going to find out the max SIR and min SIR on wireless communication
Platform: | Size: 1024 | Author: kuailezhao | Hits:

[Special EffectsMinMaxFilterFolder

Description: Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Description The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more. This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations. All numerical and logical class arrays are supported. Contributor (beside author) is Vaclav Potesil Acknowledgements This submission has inspired the following: Free-knot spline approximation MATLAB release MATLAB 7.8 (R2009a) Other requirements MEX correctly setup NO image processing is required Download a tiff file for
Platform: | Size: 29696 | Author: 谢冉 | Hits:

[AlgorithmMAX-MINAntSystem

Description: MAX MIN Ant System -MAX MIN Ant System ......
Platform: | Size: 48128 | Author: gladiator | Hits:

[OtherMinMaxFilter

Description: This an algorithm implementing the concept of min, max filters. First, it give the result of applying min filter, then max filter and then finally min-max filter combined. Important component of Image processing.
Platform: | Size: 1024 | Author: dataminer | Hits:

[JSP/Javamin-costflow.java

Description: min cost max flow template in java
Platform: | Size: 1024 | Author: moonto | Hits:

[JSP/JavaProgram-for-Min

Description: /* Program for Min, Max value of data types*/ }
Platform: | Size: 8192 | Author: NGABO | Hits:

[matlabmin-max-DV-HOP

Description: DV-hop与min-max相结合,使得计算量更小,在最后对结果求精,定位精度更高。-DV- hop combined with min- Max, makes a smaller amount of calculation, at the end of the refinement, positioning accuracy is higher.
Platform: | Size: 1024 | Author: 尼尼 | Hits:

[Othermin max avg without dwt and fuzzy

Description: image fusion using basic methods like max,min,averaging
Platform: | Size: 84992 | Author: tanuja | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net