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

搜索资源列表

  1. 遗传算法优化神经网络XOR.rar

    1下载:
  2. 遗传算法优化神经网络的C源程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:35.74kb
    • 提供者:
  1. xor

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.43kb
    • 提供者:
  1. bpnnet

    0下载:
  2. 这是一个解决XOR问题的基于BP神经网络的C语言程序 隐层中有一个节点-This is a solution to the problem XOR BP neural network-based C language program hidden layer is a node
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.86kb
    • 提供者:金阳
  1. c++BPxor

    0下载:
  2. 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.37kb
    • 提供者:刘哲
  1. XOR

    0下载:
  2. c++解决xor问题(bp网络)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.11kb
    • 提供者:xiaocui
  1. 遗传算法优化神经网络XOR.rar

    0下载:
  2. 遗传算法优化神经网络的C源程序, Heredity algorithm optimization nerve network C source program
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-12-22
    • 文件大小:4.47kb
    • 提供者:陈宁
  1. BPprogram

    0下载:
  2. 用c语言实现bp神经网络,用bp神经网络解决了异或问题-Use C to construct BP neural network, use BP neural network to deal with the problem of xor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:89.05kb
    • 提供者:abc
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:34.45kb
    • 提供者:
  1. BP_XOR

    0下载:
  2. 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:104.23kb
    • 提供者:chencailong
  1. program

    1下载:
  2. 前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of anim
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-10-17
    • 文件大小:20.48kb
    • 提供者:pxy
  1. BP_XOR

    0下载:
  2. 用C++写的一个简单的用BP神经网络进行异或运算的程序。-It s a simple C++ program, which uses BP neural network to realize XOR operation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:327.53kb
    • 提供者:胡旸
  1. shamir

    0下载:
  2. This program makes some operations on the polynomials, such as addition, multiplication and calculating Lagrange polynomials. It also finds a key for encryption of a text and then does encryption process by using xor (exclusive-OR) of each character
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3kb
    • 提供者:zephrion
  1. scientific_calculator

    0下载:
  2. 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1008.75kb
    • 提供者:fay
  1. BP-xor

    0下载:
  2. 基于c++实现bp神经网络实现异或功能 有助于了解神经网络-bp neural network xor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:85.56kb
    • 提供者:jiang
  1. BP-cPP

    0下载:
  2. 用C++实现具有异或功能的BP神经网络,已验证可用 -C++ implementation using XOR function with the BP neural network, has been used to verify
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:8.39kb
    • 提供者:田成
  1. ABCNNTrain

    0下载:
  2. Training Artificial Neural Network. XOR Problem. Summation Units, Log-Sigmoid Neurons with Biases. Input Layer: 2, Hidden Layer: 2, Output Layer: 1 neurons. Returns mean square error between desired and actual outputs. Reference Pape
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4.83kb
    • 提供者:ehsan
  1. rbf-c

    0下载:
  2. rbf neural network algorithm in C, including the composition of input to output, examples using XOR.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:11.46kb
    • 提供者:aa
  1. XOR-Neural-Net

    0下载:
  2. 神将网络中异或神经元的算法实现 C++代码编写-C++ code for XOR Neural Net
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:韩君妹
  1. bpNetWork

    1下载:
  2. BP神经网络C++实现,异或学习为例。层数及每层节点数可设定。(BP neural network C++ implementation, XOR learning as an example. The number of layers and the number of nodes per layer can be set.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:5kb
    • 提供者:cp_ebook
  1. BP

    0下载:
  2. 倒传递类神经网路实践,第一次使用C#,请前辈多多指导(Back propagation neural network practice, the first use of C#, please predecessors, a lot of guidance)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:96kb
    • 提供者:addwar
« 12 »
搜珍网 www.dssz.com