搜索资源列表
%BB%F9%D3%DA%D2%C5%B4%AB%CB%E3%B7%A8%B5%C4%B6%AF%C
- 基于遗传算法的动态模糊聚类 基于遗传算法的动态模糊聚类-dynamic fuzzy clustering based on genetic algorithm dynamic fuzzy clustering
cfl
- 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Lan
bb
- 基于贝叶斯分类算法的图像阈值分割 迭代最佳阈值分割算法 matlab7.0环境运行无误
bb
- 三次自然样条插值算法,动态实现全过程,很不错的代码
concatenate
- 文件组合合并. 该程序用于将两个文件(可以是txt或xls文件)进行组合合并,例如假设A.txt文件中含有‘00’和‘01’两行,B.txt文件中含有‘aa’和‘ bb’两行,则合并后的文件AB.txt文件中含有‘00aa’、‘ 00bb’、‘01aa’和‘ 01bb’四行。
GPSR-BB
- 利用GPSR-BB算法重构二维图像,简单易懂。-GPSR-BB algorithm using two-dimensional image reconstruction, easy to understand.
bb
- (1)一个理发店接待室有n张椅子,工作室有1张椅子; (2)没有顾客时,理发师睡觉; (3)第一个顾客来到时,必须将理发师唤醒; (4)顾客来时如果还有空座的话,他就坐在一个座位上等待; (5)如果顾客来时没有空座位了,他就离开,不理发了; (6)当理发师处理完所有顾客,而又没有新顾客来时,他又开始睡觉。 用条件变量实现(3张椅子) -(1) a barber shop in the reception room with n chairs, the stu
bb
- 主要指令:butter(产生巴特沃斯滤波器);freqz(绘制幅频、相频曲线);zplane(绘制零、极点图);ss2zp(状态方程变零、极点);zp2tf(零、极点变分式多项式)。-Main instruction: butter (produced bart wo filter) Freqz (draw amplitude frequency, phase frequency curve) Zplane (draw zero, poles chart) Ss2zp (state equ
bb
- 数据结构各种算法实现(C++模板).doc-Data structure to achieve a variety of algorithms (C++ Template). Doc
bb
- 信号处理的一点东西,关于褶积,循环褶积,还有一点病态系统的,-matlab signal analysis
bb-ant-tools-1.0.2-bin
- blackberry ant tool,For blackberry developer
gaussQ
- 程序:全主元Gauss消去法 过程:gaussq(aa,bb,xx,n,sgn) 作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败 方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient mat
Lave1
- #include <iostream> #include <stdlib.h> #include <string.h> using namespace std const kl = 4, kzs = 2, m = 6, n = 4, Error = 5 char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}} int A[m][n] = {{1,2,2
bb
- 自寫檔,模擬泰列展開式,與 math 函數 cos值的比較 與正確性-Since the writing file, analog Telja expansion, and math function, the value of the comparison and the correctness of cos
bb
- 本程序实现了快速排序非递归算法的一种新的方法,并简单的说明其功能。-This program enables fast sorting of non-recursive algorithm, a new approach and a simple descr iption of its functions.
bb
- 自己写的一个八皇后问题,思路清晰,完整的代码和注释。-Write an eight-queens problem, clear, complete the code and comments.
BBHE
- BB method of Hestogram equalization BBHE
Example
- Flow job shop scheduling using BB method
GPSR_6.0
- 视频捕捉采集,可以学习相关的知识,我的话说完了,-Microphone-Camera-audio-video
bb
- 人工智能中的八数码问题,应用A*算法的C语言程序-Eight digital problems in artificial intelligence, application A* algorithm C language program