搜索资源列表

  1. BP-xor

    0下载:
  2. 基于c++实现bp神经网络实现异或功能 有助于了解神经网络-bp neural network xor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:88064
    • 提供者:jiang
  1. XOR

    0下载:
  2. 用BP网络求解XOR问题。。 。。 。。 。 -BP network to solve XOR problem. . . . . . . . . . . . .
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:zhangji
  1. XOR

    0下载:
  2. multi-layer perceptron XOR algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:Buze
  1. XOR

    0下载:
  2. XOR algorithm for encrypting and decrypting the strings.
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:116736
    • 提供者:Ermin
  1. BP-XOR

    0下载:
  2. 用BP神经实现异或功能,基于matlab的源代码-use BP net to solve the problem of XOR
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:罗益洲
  1. XOR

    0下载:
  2. 用C语言实现的一个简单的XOR加密解密程序,能实现对大多数文件的加密解密。-C language implementation of a simple XOR encryption and decryption procedures, to achieve the majority of file encryption and decryption.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:
  1. XOR

    0下载:
  2. This article is about XOR in the sense of an electronic logic gate (e.g. CMOS 4030). For XOR in the purely logical sense, see Exclusive disjunction. For other uses, see XOR (disambiguation).
  3. 所属分类:其他数据库

    • 发布日期:2024-05-03
    • 文件大小:97280
    • 提供者:Ming-Tai Chuang
  1. XOR

    0下载:
  2. 主要用于GPS的GPRMC等数据段结尾的异或运算,自己编写的程序,生成校验值,加载到数据段末尾,便于格式的重建-XOR mainly for GPS GPRMC the end of the data segment, write your own program to generate a checksum value loaded into the end of the data segment, easy format recon
  3. 所属分类:通讯编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:王立
  1. xor

    0下载:
  2. implementation of XOR gate in VHDL with rtl view and simulations
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-03
    • 文件大小:23552
    • 提供者:roby
  1. xor

    0下载:
  2. (pbc)Pairing-Based Cryptography是实现双线性对运算的 函數库,但没有异或XOR函數,我参考编写了一个,希望对大家有 帮助. 编译命令: gcc -o xor xor.c -I /usr/local/include/pbc -L /usr/local/lib -Wl,-rpath /usr/local/lib -lpbc 运 行 :./xor <a.param-(Pbc) Pairi
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:edmun
  1. xor

    0下载:
  2. matlab用BP神经网络实现XOR过程的程序-Matlab BP neural network to achieve XOR procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:ycy
  1. XOR-problem

    0下载:
  2. 建立一个含单隐层的双输入单输出网络,实现异或问题: x1(1)=0 x2(1)=1 d(1)=1 x1(2)=1 x2(2)=0 d(2)=1 x1(3)=1 x2(3)=1 d(3)=0 x1(4)=0 x2(4)=0 d(4)=0 训练出相应的网络权值矩阵W-Establish a dual-input single-output network with a single hidden layer,sol
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:1246208
    • 提供者:lurui
  1. xor

    0下载:
  2. Neural network Xor example
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:86016
    • 提供者:Tom Jang
  1. XOR

    0下载:
  2. --- ----XOR加密運算器----------- XOR encryption algorithms------------
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:12288
    • 提供者:林琳
  1. xor

    0下载:
  2. bp解决xor问题 BP网络是目前前馈式神经网络中应用最广泛的网络之一,实现BP算法训练神经网络完成XOR的分类问题。 设计要求: (1) 能够设置网络的输入节点数、隐节点数、网络层数、学习常数等各项参数; (2) 能够输入训练样本; (3) 实现BP算法的训练过程; (4) 实现训练过程的动态演示; (5) 训练完成后可输入测试数据进行测试。 -bp xor problem solving
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:刘畅
  1. XOR

    0下载:
  2. IT IS A GOOD CODE IN VHDL FOR XOR GATE
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-03
    • 文件大小:230400
    • 提供者:guru
  1. xor

    0下载:
  2. 一个简单的异或实现游戏动画的算法,能在TC,BC下实现多种图形的异或-A simple XOR algorithm to achieve game animation, in TC, BC to achieve a variety of graphics XOR
  3. 所属分类:游戏

    • 发布日期:2024-05-03
    • 文件大小:148480
    • 提供者:张亚枫
  1. XOR

    0下载:
  2. 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From
  3. 所属分类:其他游戏

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:陳莉雯
  1. XOR

    0下载:
  2. C#异或计算 可用于电脑与单片机串口通信程序里-XOR Calculate;this can be used in serial port communication between PC and MCU
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:20480
    • 提供者:ZHAOYIHAO
  1. XOR-Neural-Net

    0下载:
  2. 神将网络中异或神经元的算法实现 C++代码编写-C++ code for XOR Neural Net
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:1586176
    • 提供者:韩君妹
« 1 2 3 4 56 7 8 9 10 ... 39 »

源码中国 www.ymcn.org