CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - XOR

搜索资源列表

  1. BPN(Xor)

    0下载:
  2. 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14220
    • 提供者:邬源
  1. xor

    0下载:
  2. Delphi6 开发的串口数据发送,xor计算
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:307989
    • 提供者:tanglitao
  1. Xor

    1下载:
  2. 用BP算法实现亦或(XOR)问题,三层结构,学习次数越多,结果越准确,就是输入为00,01,10,11时分别输出0,1,1,0。
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:32765
    • 提供者:刘鑫
  1. XOR

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

    • 发布日期:2008-10-13
    • 文件大小:2161
    • 提供者:xiaocui
  1. nns xor

    0下载:
  2. 它展示了怎样用这个库所生成的三层BP网络来求解那个臭名昭著的XOR问题-it tells how to use this library generated by the three-tier network BP to solve the notorious XOR
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1484
    • 提供者:贺龙
  1. xor

    0下载:
  2. XOR问题是神经网络里面一个经典的问题,本例子使用Matlab自编SVM对XOR问题进行解决~
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26671
    • 提供者:junrren
  1. 利用 XOR 算法针对文件进行加解密的程序

    1下载:
  2. 利用 XOR 算法针对文件进行加解密的程序.rar-against using XOR algorithms document encryption and decryption procedures. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22502
    • 提供者:11
  1. BP-for-xor 用bp算法解决异或问题

    0下载:
  2. 用bp算法解决异或问题,学习异或,文件为matlab程序源代码,可以直接运行-XOR with bp algorithm to solve the problem, learning differences or, as the matlab program source code file, you can directly run
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:19462
    • 提供者:kelaosuo
  1. 利用bp神经网络实现异或分类问题

    4下载:
  2. 在matlab环境下,利用bp神经网络实现异或分类问题,In the matlab environment, the use of bp neural network XOR classification problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:1065
    • 提供者:王渝
  1. xor.rar

    0下载:
  2. 异或运算,c++语言代码,用于CRC校验,XOR operator, c++ language code for the CRC checksum
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:21744
    • 提供者:张天河
  1. XORTool

    0下载:
  2. XOR的异或加解密小工具,自己写的,可以设置单一的两位16进制异或值。-XOR XOR encryption gadget wrote it myself, you can set one of two 16-band difference or value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31374
    • 提供者:王小洪
  1. BP_XOR

    0下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1298
    • 提供者:yaozi
  1. Xor_Encryp

    0下载:
  2. 使用XOR算法进行加解密-encrypt/decrypt by using XOR alogorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:103154
    • 提供者:站长
  1. bpnet

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

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. dingyiwei

    0下载:
  2. 运算符 结果 ~ 按位非(NOT)(一元运算) & 按位与(AND) | 按位或(OR) ^ 按位异或(XOR) >> 右移 >>> 右移,左边空出的位以0填充 运算符 结果 << 左移 &= 按位与赋值 |= 按位或赋值 ^= 按位异或赋值 >>= 右移赋值 >>>= 右移赋值,左边空出的位以0填充 <<= 左移赋值 -Op
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-27
    • 文件大小:10596
    • 提供者:lw
  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
    • 文件大小:106736
    • 提供者:chencailong
  1. xor

    0下载:
  2. 异或门的FPGA实现的verilog代码-xor FPGA realization of the verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-25
    • 文件大小:3099
    • 提供者:胡兵
  1. xor(vb)

    0下载:
  2. 一个用VB编写的求十六进制的异或值,可进行27字节的异或-A written demand with the VB XOR hexadecimal value can be 27-byte XOR
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:7099
    • 提供者:
  1. XOR

    0下载:
  2. XOR算法,可用检查自己的计算结果是否正确(XOR algorithm, can be used to check whether the results of their own calculations are correct)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:26624
    • 提供者:gd锋
  1. Delphi加密(AES、MD5、XOR)

    3下载:
  2. 加密程序源码,delphi7,含AES,MD5,XOR加密,需要的朋友可以下载(Encryption program source code, Delphi7, including AES, MD5, XOR encryption, you need friends to download.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:2234368
    • 提供者:九龙神
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com