CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .32 .33 .34 .35 .36 27637.38 .39 .40 .41 .42 ... 28276 »
  1. 指纹识别c++源程序

    3下载:
  2. 在vc环境下的指纹识别与处理,我也是从别处得到的,主要看看算法结构。-vc environment in the fingerprint identification and handling, I also received from elsewhere, mainly look at the algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:27351
    • 提供者:林华
  1. sga-c遗传算法c代码

    3下载:
  2. 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:148124
    • 提供者:王卫红
  1. 我编写的monte carlo随机数发生器

    3下载:
  2. 这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very flexible.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:存友
  1. C++神经网络开发包ANNIE源程序(最新版)

    3下载:
  2. C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:462405
    • 提供者:刘华
  1. matlab作业

    3下载:
  2. 模式识别一份很好的作业,包括线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,支持向量机-a very good operation, including linear classification; Minimum risk Bayesian classifier; Supervised learning method Hierarchical clustering analysis; K-L transform effective features, supp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2600622
    • 提供者:郭攀红
  1. 销售预测系统源代码

    3下载:
  2. 销售预测系统,可以根据历史销售数据对未来的销售量进行有效预测,采用BP神经网络对预测模型进行训练,可以达到不错效果-sales forecasting system, based on historical sales data for the future effective sales forecasts, BP neural network model to predict the training, they can achieve good results
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:262589
    • 提供者:杜昭翼
  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48218
    • 提供者:李琳
  1. AiExpert-推理模型

    3下载:
  2. 一个面向对象的产生式推理模型,用于某专家系统的设计。提供了知识录入、编辑,自动推理,知识自检等功能。-an object-oriented production reasoning model, the expert system for a certain design. The knowledge input, editing, automated reasoning, knowledge, self-checking function.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:122869
    • 提供者:起点
  1. 趋势程序化交易

    3下载:
  2. 趋势共振程序化待续交易策略,本EA是纯趋势型,没有加庞杂的功能,主要特点是一次一单,每单都带止损点和止盈点,不加仓,不抗单只做趋势待续策略,盈利强做单准确率高,最大优点就是稳定盈利同时适合刷单 趋势最基本的交易策略就是截断亏损,让盈利奔跑,简单的说就是顺势而为,该策略的适应范围比较广泛,适合各种货币对,不会受基本面的限制,而且不管行情如何波动和震荡,利用趋势型策略都能获得盈利。(Trend resonance programmed trading strategy, this EA
  3. 所属分类:数学计算

    • 发布日期:2021-01-27
    • 文件大小:20480
    • 提供者:成衣成
  1. EFG2

    3下载:
  2. 无网格法在数值计算中不需要生成网格,而是按照一些任意分布的坐标点构造插值函数离散控制方程,就可方便地模拟各种复杂形状的流场。该法大致可分成两类:一类是以Lagrange方法为基础的粒子法(Particle method),如光滑粒子流体动力学(Smoothed particle hydrodynamics,简称SPH)法,和在其基础上发展的运动粒子半隐式(Moving-particle semi-implicit,简称MPS)法等;另一类是以Euler方法为基础的无格子法(Gridless me
  3. 所属分类:数学计算

    • 发布日期:2021-04-13
    • 文件大小:1024
    • 提供者:你叫我吧
  1. uniFiber

    3下载:
  2. 基于Hashin三维破坏准则以及刚度退化子程序(Based on Hashin's three-dimensional failure criterion and stiffness degradation subroutine)
  3. 所属分类:数学计算

    • 发布日期:2021-04-02
    • 文件大小:5120
    • 提供者:littlefish2020
  1. 五阶WENO格式计算一维Euler方程

    4下载:
  2. 本代码使用五阶WENON格式来计算一维Euler方程,具体算例包括,SOD激波管,LAX激波管,Shu-Osher问题,和双爆轰波问题,输出的数据格式文件为dat文件,可直接导入tecplot或origin中绘图。
  3. 所属分类:数学计算/工程计算

« 1 2 ... .32 .33 .34 .35 .36 27637.38 .39 .40 .41 .42 ... 28276 »
搜珍网 www.dssz.com