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

搜索资源列表

  1. 数据结构课程设计最后完成

    0下载:
  2. 数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platfor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:74855
    • 提供者:乐天
  1. C++神经网络开发包

    0下载:
  2. C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络_如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-12-27
    • 文件大小:570663
    • 提供者:xiaobai3397384
  1. VC++NETDigitalImagingProssing

    0下载:
  2. 本光盘提供了《Visual C++.NET图像处理编程》一书演示程序的所有源代码以及所需的图像实例,目录结构如下: 图像 源程序 VC++ VC++.NET
  3. 所属分类:压缩解压

  1. WordNet 语义计算 CSharp版

    1下载:
  2. 操作 WordNet 3.0 词汇语义资源的 C# 类。该API提供了获得 WordNet 项目的大部分内容,包括所有的同义词集以及它们之间所有的词汇关系。 This is a C# .NET API for the WordNet 3.0 lexical semantics resource. The API captures most of the content of the WordNet project, including all synset definitions and syn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-05-27
    • 文件大小:208621
    • 提供者:hello_web
  1. 复杂网络邻接矩阵直接转化为Pajek

    3下载:
  2. 一个可以把Matlab复杂网络邻接矩阵直接转化为Pajek可以识别的网络文件(.net)很实用,学习复杂网络的可以下载-a programme that can transform the adj_matrix in matlab into .net file that pajek can recognize
  3. 所属分类:matlab例程

    • 发布日期:2011-07-26
    • 文件大小:620
    • 提供者:Simonz
  1. LU分解法求解线性方程组.zip

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:1582
    • 提供者:倪泰山
  1. Atan2.rar

    0下载:
  2. 描述:matlab的Atan2函数与vb.net的Atan2函数计算结果并不一致。该程序用vb.net实现了matlab的Atan2函数。,discritption: in matlab, the function of atan2 is different from which in vb.net,the algorithm i subscr ipt in vb.net is the same as which in matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:614
    • 提供者:蒋阳波
  1. Hopfield-net(CPP)

    0下载:
  2. HopFiled 网络 的C++源程序,提供给需要用到HopFiled 神经网络的同仁-HopFiled network of C++ source code, provided to the neural network need to use HopFiled colleagues
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:34038
    • 提供者:qifengzeng
  1. fann-2.1.0beta

    0下载:
  2. Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。它易于使用、通用、文档完备并且快速。目前已有PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data 和 Mathematica的绑定。库中还附有一本带例子和关于如何使用本库的建议的参考手册,本库也有
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:4033198
    • 提供者:hopper
  1. glmnet_matlab

    1下载:
  2. Lasso算法源代码,stanford开发的,绝对可靠-Glmnet for Matlab- Lasso (L1) and elastic-net regularized generalized linear models
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-01
    • 文件大小:774258
    • 提供者:shui
  1. FNN-net-work

    1下载:
  2. 由VB编程实现的模糊神经网络的训练程序,可以实现对数据的分类,模式识别-VB programming by the fuzzy neural network training program, can achieve the data classification, pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:629
    • 提供者:lingshuanghan
  1. CP

    0下载:
  2. bp 神经网络好文章,值得学习。强力推荐-bp net paper
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2606
    • 提供者:王珂
  1. BP

    0下载:
  2. BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2753
    • 提供者:梅汉文
  1. grftool-win32-1.2.0

    7下载:
  2. This GRF Tool, the open source GRF utility. You can find the GRF website at: http://openkore.sourceforge.net/grftool/ The latest version and the source code can be found there. grf.dll is libgrf, the open source library for reading and wri
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-09-28
    • 文件大小:467968
    • 提供者:david
  1. chanlestimation

    0下载:
  2. generates the output sequence of a binary convolutional encoder G : N x LK Generator matrix of a convolutional code K : Number of input bits entering the encoder at each clock cycle. input: Binary input sequence state: State of the convolution
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4584
    • 提供者:inbustrious
  1. 净信号分析matlab源码

    2下载:
  2. 含ppt介绍以及三种不同的源码-Net signal analysis matlab source with ppt presentations and three different source
  3. 所属分类:matlab例程

    • 发布日期:2012-10-29
    • 文件大小:33760
    • 提供者:cpu
  1. Learning_PN_Toolbox

    2下载:
  2. matlab的petri网工具包,可以在matlab7.0上运行的指导性书籍 包括完整的流程介绍-The petri net matlab toolkit, you can run matlab7.0 guide book includes a complete process descr iption
  3. 所属分类:matlab

    • 发布日期:2016-05-02
    • 文件大小:1579008
    • 提供者:momo
  1. bp神经网络算法及其改进

    4下载:
  2. bp神经网络算法及其改进,改进方法基于动量法和可变步长.-bp net algorithm and its improvement based on moment and variable step-size
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-01
    • 文件大小:6908
    • 提供者:贾存丽
  1. Matlab-m-SVM-code

    1下载:
  2. 这是我在网上找了很久的多分类支持向量机matlab代码,欢迎交流!-This is my search on the net for a long time many classification support vector machine matlab code, welcome exchanges!
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:399360
    • 提供者:chenzaoxin
  1. GeneticsDevTwoSource

    0下载:
  2. 自适应遗传算法的C#源码,可用sharpdevelope编译-Genetics Dot Net Two- Adaptive Programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:120215
    • 提供者:李信一
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 35 »
搜珍网 www.dssz.com