搜索资源列表
传教士与野人问题
- 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
juzhenzhuanzhi
- 一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C + + source code, his past data structure to do
SGA_java
- 用JAVA写的遗传算法的例子,比较简单,如果解压缩的时候需要密码的话,应该是“1”。写的比较简单。是老早以前写的了。-using Java to write the genetic algorithm example, relatively simple, if decompression time requires a password, then it should be "one." The relatively simple to write. Before long
ghmm-0.7.0a.tar
- 隐马尔科夫模型及其在语音处理中的应用,这个是GNU提供的算法库,类unix环境,C语言,当前最新版本已经不再提供C++的了。-Hidden Markov Model and the voice processing applications, this is the GNU algorithm library, unix environment category, C language, the current latest version is no longer available in C
xmath
- 一个简单的数学库.但是很实用..大家可以下载过去研究一下.-a simple mathematical library. But it is practical .. you can download past research.
Nr_C
- 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下读写屏幕象点、基本
zhaomigong_c
- 简单的演示,N的大小可以改变的,而且这个程序的速度还可以, 比以前我用递归写的那个快多了.如果N改得太大输出会有问题, 因为我用到gotoxy的,这个程序主要是练一个算法-simple demonstration, N size can be changed, but the rate of this procedure can also, than in the past I used to write a recursive that quicker. If N is too big
ofdm111
- 这是我以前做的关于ofdm的源代码,希望对大家能够有所帮助。-This is the past, I do ofdm of the source code, we hope to be able to help.
s2m
- 使用指南: 只要打开PHP文件,将$file的初值改为PHP文件实际的URL。 (其实有函数可以自动实现这一功能,但在有些服务器上 会出问题,保险起见,还是自己输入来得放心)。 上传到服务期的目录下即可使用——如果服务器支持PHP的话。 若不带参数或错误参数,则显示当月月历。-use of the guidelines : Open the PHP file to the initial $ file into a PHP file the actual URL. (Actually funct
haffman
- 以前看到的,觉得不错就流下来的,大家要用的可以看看。-seen in the past, feel pretty good down on the flow, we can look at the use.
jlab
- JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity fr
PAST2
- 基于投影逼近的子空间跟踪(PAST)方法,用于自适应盲信号分离-Based on the projection approximation subspace tracking (PAST) method for adaptive blind signal separation
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
PAST
- 经典PAST算法,实现信号盲分离,有详细的代码和解释,-Classic PAST algorithm, achieving blind signal separation, a detailed code and explanation
PAST
- 基于PAST方法盲信号分离之源代码,给出了实验相关的常量,非常实用。-PAST method based on blind signal separation code, related experiments are given constants, very useful.
PAST
- 投影逼近子空间跟踪(past)算法的实现以及和多重信号分类(music)算法的对比。内附注释-Projection approximation subspace tracking (past) algorithm and implementation as well as multiple signal classification (music) algorithm comparison. Included comments
PAST
- PAST算法的实现,用matlab语言,简单粗略版本-implementation of PAST
Channel-flow-past-a-cylinderical
- Channel flow past a cylinderical obstacle, using a LB method
Channel-flow-past-a-cylinderical
- Channel flow past a cylinderical obstacle, using a LB method
flow-past-a-cylinderical-obstacle.
- LBM方法2维9速度模型,求解管道圆柱扰流问题。-Channel flow past a cylinderical obstacle(D2Q9, LBM method).