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

搜索资源列表

  1. 机器学习

    0下载:
  2. Mitchell的《机器学习〉随书源码,非常不错-Mitchell's "machine learning> With the source book, very good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15018861
    • 提供者:李凯
  1. 人工神经网络原理及仿真实例

    0下载:
  2. 该系统使用极其简便,即使 你对各种网络模型不是很深刻的了解,也可以很好的使用该系统。使用时, 你可以自己修改网络的各种参数,交互性较好,而且该系统通过大量的图示 及参数设置,可以让你了解每个应用实例实现的过程及详细步骤。-The system is extremely easy to use, even if you have to various network model is not very profound understanding can be a good use of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:534619
    • 提供者:权威
  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. 孟庆洋 分治

    0下载:
  2. 是著名的骑士巡游问题的改进,采用了分治策略,同样也是我的个人作品,向往大家给予批评指正-Cleveland is the famous parade of improvement, adopted a divide and conquer strategy, but it's also my personal work, and yearning for everyone criticized correction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5697
    • 提供者:孟庆洋
  1. ExpertSystem

    0下载:
  2. 用vc编写的专家系统的源代码,对初学者很有帮助-vc used in the expert system's source code, useful for beginners
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24424
    • 提供者:yy
  1. Numerical_Recipes_source_code-cpp

    0下载:
  2. Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program's source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:414056
    • 提供者:贺亮
  1. CInterpolate

    0下载:
  2. 插值类 CInterpolate 一元全区间不等距插值 一元全区间等距插值 一元三点不等距插值 连分式不等距插值 埃尔米特不等距插值 光滑不等距插值 二元全区间插值-interpolation category CInterpolate one yuan is not equidistant between the region interpolation one yuan region equidistant between 3:00 interpolation one yuan is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7082
    • 提供者:小轶
  1. a星算发

    0下载:
  2. 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39852
    • 提供者:春风秋雨
  1. JavaZip

    0下载:
  2. 运用java开发工具,java 本身具有的类库的优势,应用java 提供的有关方法实现基本的压缩和解压缩功能。-use java development tools, java itself with the library's strengths, java application of the method for the realization of basic compression functions.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:584456
    • 提供者:逐鹿
  1. 常微分方程初值问题的数值解法

    1下载:
  2. 常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校正法、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge - Kutta method, linear multi-step forecast-correction method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21166
    • 提供者:周思良
  1. jizuobiao

    2下载:
  2. 本程序采用MATLAB对IEEE标准测试系统算例进行编程,并给出了9,14,30,39,57等系统的数据,将数据直接导入潮流主程序编程进行计算分析-The program uses MATLAB to IEEE standard test systems for programming examples, and gives 9,14,30,39,57 other system data, trend data directly into the main program for calcula
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:62618
    • 提供者:温岚
  1. Spectral-Clustering--39

    1下载:
  2. 程序功能为谱聚类实现系统的分区。给出的是39节点的标准的ieee算例。可以运行,有图形显示。-The program will function as spectral clustering system partition. Given 39-node standard IEEE example. Can run graphical display.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:7199
    • 提供者:章丽
  1. 39-encode

    0下载:
  2. matlab实现39码的编码,得到一维条码图像-use matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:孙康
  1. IEEE-5-30-39 bus system

    1下载:
  2. IEEE-5-30-39节点潮流计算程序,有正确的结果!(IEEE-5-30-39 node power flow calculation program, the correct results)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:考研之路
  1. 39 BUS SYSTEM

    0下载:
  2. The IEEE 39-bus system has 10 generators and 46 lines.
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:652288
    • 提供者:ananya
  1. 39 bus N-R LF

    0下载:
  2. newton raphson load flow for IEEE 5 bus , IEEE 39 bus & IEEE 190 bus systems
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:alameen
  1. 1 (39)

    0下载:
  2. 非常不错的人工智能行业报告39,对于找工作和创业的同学是非常好的参考资料。(A very good artificial intelligence industry report is a very good reference for the students who are looking for a job and a business.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:2253824
    • 提供者:gxm1456
  1. 39 Bus New England Systemhhh

    2下载:
  2. digsilent含风电场的39节点模型(39 node model of DIgSILENT wind electric field)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:322560
    • 提供者:李大猫
  1. NE39bus

    1下载:
  2. 新英格兰10机39节点系统,用于电力系统仿真(New England 10-machine 39 node system for power system simulation)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-28
    • 文件大小:193536
    • 提供者:醉殇123
  1. NE39bus_data

    1下载:
  2. 新英格兰10机39节点系统仿真详细数据代码(New England 10 generator 39 bus system simulation detail data code)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-14
    • 文件大小:2048
    • 提供者:片刻
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com