搜索资源列表
gafmax
- % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %
LBTree
- 用VC。NET2005实现优秀的最近邻搜索算法LB-TREE的模拟和图形显示。具有建立优良数据结构和搜索功能-VC.NET2005 achieve outstanding nearest neighbor search algorithm LB-TREE simulation and graphics. With excellent data structure and search functions
checkbounds
- %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf % if necessary) wa
LBGK_2006
- 一个关于LB的经典程序。希望大家有好的东东就那出来,免费共享一下。-one of the classic LB procedures. Hope that we have a good Eastern on it, and free to share this.
testcon
- 一个数学模型的优化 function testcon() %% 设置初始值,上下限; x0=[18 13 11] lb=[3 0.1 7] ub=[25 1 25] %% 调用优化求解函数(testcon)
lb
- 这是用C语言写的一个数据结构实验,在VISUAL C++环境中实现的,很有意思哦
lb
- 用C++编的关于链表的一些内容,学数据结构必用到,算法设计
CF
- 数据结构,将数据元素为整型的顺序表LA拆成两个分别存储奇数和偶数的顺序表LB和LC 。
构造两个带有表头结点的有序单链表
- 构造两个带有表头结点的有序单链表La、Lb,编写程序实现将La、Lb合并成一个有序单链表Lc。-Construct two header node with a single linked list ordered La, Lb, write a program to achieve the La, Lb merged into a single sorted list Lc.
rayleighbenard
- 雷利对流,用格子波尔兹曼方法以Z.Guo程序为基准,得出的近似值用于估计浮动过程,希望有人能够用得到。- Rayleigh Benard Convection, using a LB method,based on [Z.Guo, ]. Boussinesq approximation is used for the buoyancy term.
dlimintc
- /* File : dlimintc.c * Abstract: * * Example MEX-file for a discrete-time limited integrator. * * Syntax: [sys, x0] = dlimintc(t,x,u,flag,lb,ub,x0,ts) * * For more details about S-functions, see simulink/src/sfuntmpl_doc.c -/*
cylinder
- cylinder.m: Channel flow past a cylinderical obstacle, using a LB method- cylinder.m: Channel flow past a cylinderical obstacle, using a LB method
LB
- 产生一个连续信号,然后对其采样并进行频谱分析,再通过三种滤波器进行滤波处理。-Generates a continuous signal, then the spectrum of its sampling and analysis, and then filtered through three filters.
link-la-and-lb
- 建立两个带头结点的有序单链表La、Lb(单调递增,结点的值域为整型数据),利用La、Lb的结点空间,将La和Lb合并成一个按元素值递增的有序单链表Lc。 -Establish two lead the node orderly single-strand table La, Lb (monotonic increasing, node domain for integer data), using the La, Lb node of space, will be merged into o
shunxubiao
- 1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write algorithms to data elements L e
shiyan1
- 本程序用MFC可视化界面主要实现的链表的归并,输入La,Lb,按照递增排序合并成链表Lc可视化输出-List merge
caviy-matlab-lb-method
- 2D cavity flow, simulated by a LB method
Multi-component-fluid--using-a-LB-method
- Multi-component fluid, using a LB method, based on the Shan-Chen model
Rayleigh-Benard-Convection--using-a-LB-method
- Rayleigh Benard Convection, using a LB method
2-_-Basic-Lattice-Boltzmann-(LB)
- Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark. Requires Image Processing Toolbox. The code is not optimized for memory nor for speed, i.e. not efficient