搜索资源列表
sortlistctrl
- 我们在一般的VC中编程时用到的对话框一般不能任意变大小,只能变最大或者最小,这个程序实现了任意变对话框大小的功能,而且对话框上面的控件可以方便的重定位,并可以限制最大和最小值.希望对你有帮助,好代码大家共享,共同学习.-in general programming at the VC to use the dialog generally not arbitrarily change size, can only be the largest or smallest, the process t
DFS※Prim
- 用普里姆(Prim)算法构造最小生成树;图的DFS算法的非递归遍历函数。-with Primbetov (PRIM), the minimum spanning tree algorithm constructs; Map of the DFS non - recursive algorithm traversal function.
pointerclock
- 计时器是程序中最常用的后台任务机制之一,其时间间隔最低约为55毫秒,被广泛用于时钟、磁盘备份程序或需要在某一时刻运行的程序等。在Windows API中有很多查询时钟的函数,利用它们就可以编写出高精度的计时器。-timer procedure is the most commonly used mechanism for the background, one of the minimum time interval of about 55 milliseconds, are widely us
r43
- 鲁棒控制器设计,由于RBF网络可以实现任意逼近的非线性关系,它的目标是要做到误差平方和最小,与非线性PCA的目标一致,所以上述非线性PCA的模型可以通过采用两个RBF网络来实现非线性正变换 和反变换 。RBF网络是一个三层前馈网络,隐层采用径向基函数作为激励函数。第一个RBF网络把高维空间的数据映射到低维空间(如图4),第二个RBF网络将前面网络输出的低维空间数据再映射到高维空间,实现数据恢复(如图5)。这两个网络分别进行训练。-robust controller design, as RBF
CBuilderGetTime
- 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
7.5
- 把各阶导函数的ESD作为a的函数,确定其峰值频率的数值。该函数把以下变量作为输入:a的最小值alphamin,其增量步长alphastep;-various derivative function of the ESD as a function of its peak frequency values. The function of the following variables as input : a minimum of alphamin. its incremental step a
7.6
- 估算并画出高斯脉冲的前15阶导函数的-10dB带宽。函数以下列变量为输入:a的最小值alphamin,-estimates and the mapping out of the Gaussian pulse before 15 derivative function-10dB bandwidth. Function for the importation of the following variables : a minimum of alphamin.
geneticalgrithmprogram
- BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form:
knowledgeyichuan
- 了解遗传算法 遗传算法是一种最优化算法,所谓最优化问题,就是这样一类问题,满足它的解(称为可行解)有很多(通常是极多)对于每一种解有一个评价函数得到一个评价值,也就确定了解集的一个偏序关系,在这个偏序关系的求最小值(或最大值)或者近似最小值(或最大值)。-understanding of the genetic algorithm is a genetic algorithm optimization algorithm, the so-called optimization problem
hill
- A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space. x is the scalar/vector of the functon minimum fval is the function minimum gfx contains the minimization solution each iteration (columns 2
SGA
- fortran语言写的遗传算法程序,用来求函数极小值-genetic algorithm fortran program written in the language used to find the function minimum
minGETDFRWP
- 共轭梯度法的FR方法结合wolfe-powell搜索,求解多维函数的极小值,在此前必须编写好一为搜索函数-FR method combined with the conjugate gradient method wolfe-powell search for solving multidimensional function minimum, must be written in the previous one for the search function
rosenbergtrustregion
- 基于信任域算法求解rosenberg函数的极小值问题-Trust region algorithm for solving the rosenberg function minimum value
rosenberg-linearsearch
- 基于线搜索算法求解rosenberg函数的极小值问题-Based on line search algorithm for solving the problem of the rosenberg function minimum value
function
- 实现数组的逆置,排序,寻找最小值等功能,c++程序,都十分简单适合初学者。-The inverse array set, sort, find the minimum functions, c++ program, very simple for beginners.
use-DE-solve-rugged-function
- 用Diffirential Evolution求解一个复杂方程的最小值-Use DE to find a global minimum in the range [-10, 10] for a rugged function, and the function s search space is R5.
function-get-the-minimum-
- 一维函数最小值搜索 6种不同方法 适用于优化设计课程作业-Minimum of one-dimensional search function applies to optimized design courses
Seek minimum
- 用各种方法求函数在给定区间的最小值,感受符号法的局限性(solve the minimum value of a function in a given interval by various methods)
function minimum
- Finding fuction minimum and maximum
Minimum value
- matlab求多元函数最小值,显示方程求最优值(Matlab for the minimum value of multivariate function)