登录
首页 » matlab » Nn564

Nn564

于 2007-08-04 发布 文件大小:206KB
0 88
下载积分: 1 下载次数: 10

代码说明:

  The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.

文件列表:

Nn564
.....\Apriori源代码全部
.....\.................\Apriori
.....\.................\.......\Apriori.aps
.....\.................\.......\Apriori.clw
.....\.................\.......\Apriori.cpp
.....\.................\.......\Apriori.dsp
.....\.................\.......\Apriori.dsw
.....\.................\.......\Apriori.h
.....\.................\.......\Apriori.ncb
.....\.................\.......\Apriori.opt
.....\.................\.......\Apriori.plg
.....\.................\.......\Apriori.rc
.....\.................\.......\AprioriDoc.cpp
.....\.................\.......\AprioriDoc.h
.....\.................\.......\AprioriSet.cpp
.....\.................\.......\AprioriSet.h
.....\.................\.......\AprioriView.cpp
.....\.................\.......\AprioriView.h
.....\.................\.......\Debug
.....\.................\.......\MainFrm.cpp
.....\.................\.......\MainFrm.h
.....\.................\.......\ReadMe.txt
.....\.................\.......\res

.....\.................\.......\...\Apriori.rc2


.....\.................\.......\resource.h
.....\.................\.......\SetPara.cpp
.....\.................\.......\SetPara.h
.....\.................\.......\StdAfx.cpp
.....\.................\.......\StdAfx.h
.....\.................\.......\transaction.mdb
.....\.................\.......\使用说明.doc
.....\apriori算法的java代码
.....\.....................\642.rar
.....\.....................\Apriori.jar
.....\.....................\Apriori.java
.....\.....................\Copyable.java
.....\.....................\FastVector.java
.....\.....................\FileOpr.java
.....\.....................\GetSource.java
.....\.....................\in.txt
.....\.....................\Item.java
.....\.....................\manifest.txt
.....\.....................\MyApp.java
.....\.....................\MyApp.jpr
.....\.....................\MyApp2.jpr
.....\.....................\out.txt
.....\.....................\Output.java
.....\.....................\vector.txt
.....\.....................\zoo.arff
.....\遗传算法
.....\........\源代码
.....\........\......\IGKA
.....\........\......\....\chodata.txt
.....\........\......\....\IGKA.c
.....\........\......\新建文件夹
.....\........\......\..........\AVERAGE.C
.....\........\......\..........\BP.C
.....\........\......\..........\CROSSOVE.C
.....\........\......\..........\DRAWBP.C
.....\........\......\..........\EGAVGA.BGI
.....\........\......\..........\FITNESS.C
.....\........\......\..........\GA.C
.....\........\......\..........\GA.EXE
.....\........\......\..........\GA.IDE
.....\........\......\..........\GAUSSIAN.C
.....\........\......\..........\GETW.C
.....\........\......\..........\INITIALI.C
.....\........\......\..........\IRISGA.DAT
.....\........\......\..........\IRISGA.RUN
.....\........\......\..........\MAIN.C
.....\........\......\..........\MAXIMUM.C
.....\........\......\..........\MINIMIAL.C
.....\........\......\..........\MUTATE.C
.....\........\......\..........\ONECROSS.C
.....\........\......\..........\OUTPUT.TXT
.....\........\......\..........\SELECTIO.C
.....\........\......\..........\TWOCROSS.C
.....\........\......\..........\UNICROSS.C
.....\........\......\..........\VARIANCE.C
.....\........\......\..........\WEIGHTS.TXT

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • euro
    MATLAB程序,用于计算图象中的欧拉数,简单实用(MATLAB procedures used in the calculation of the image Euler number, simple and practical)
    2006-06-15 16:44:07下载
    积分:1
  • feigai
    小波包分析提取振动信号中的特征频率,电力系统暂态稳定程序,可以进行暂态稳定计算,计算时间和二维直方图。( Wavelet packet analysis to extract vibration signal characteristic frequency, Power System Transient Stability Program, can be transient stability, Computing time and two-dimensional histogram.)
    2016-09-18 15:06:49下载
    积分:1
  • PSO
    说明:  实现粒子群算法的pid整定,适应于simulink模型的仿真,效果不错(Realize the pid tuning of particle swarm optimization algorithm, adapt to the simulation of simulink model, the effect is good)
    2019-05-09 19:39:18下载
    积分:1
  • Spectrum_estimation_and_array_signal_processing
    谱估计及阵列信号处理算法仿真库,包括著名的ESPRIT、CAPON、MUSIC等现代谱估计算法,是高分辨率数字信号处理算法的极好参考。(Spectral estimation and array signal processing algorithm for simulation of the Treasury, including the well-known ESPRIT, CAPON, MUSIC, such as modern spectral estimation algorithm, is high-resolution digital signal processing algorithm is an excellent reference.)
    2009-01-06 22:26:51下载
    积分:1
  • simulinkbasic
    matlab的基础教学。对初学者有帮助。(matlab basis of teaching. For beginners)
    2012-09-03 19:22:55下载
    积分:1
  • Periodogram_Estimate
    说明:  用MATLAB进行的功率谱估计,通过几种方法的比较进行对比分析各种方法的优缺点(Carried out using MATLAB power spectrum estimation, by comparison of several methods to compare the advantages and disadvantages of various methods)
    2011-03-14 10:46:08下载
    积分:1
  • imaqplot
    IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback. Using toolbox callback properties, you can configure a video input object to generate a live image plot display. Do you want a basic preview window created for you? Simply call: obj = videoinput( matrox , 1) obj.TimerFcn = @imaqplot obj.TimerPeriod = 0.1 obj.FramesPerTrigger = Inf start(obj) Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you: obj = videoinput( dt , 1) obj.TimerFcn = {@imaqplot, hImage} obj.TimerPeriod = 0.1 obj.FramesPerTrigger = Inf start(obj)
    2009-10-21 15:20:29下载
    积分:1
  • STFT
    短时傅里叶变换的实现代码,可根据自己的信号改变参数仍可实现STFT(The implementation code of STFT)
    2018-05-06 17:58:07下载
    积分:1
  • modelsim_tut
    learnigng of modelsim in matlab
    2011-07-28 16:08:36下载
    积分:1
  • Automatic-control3
    自动控制技术及其应用在现代科学技术的许多领域中,自动控制技术起着越来越重要的作用(Automatic control technology and its application in many areas of modern science and technology, automatic control technology plays an increasingly important role)
    2011-08-22 15:17:58下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载