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

搜索资源列表

  1. xor

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

    • 发布日期:2017-12-08
    • 文件大小:23161
    • 提供者: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) Pairing-Based Cryptography bilinear
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:1050
    • 提供者:edmun
  1. xor

    0下载:
  2. matlab用BP神经网络实现XOR过程的程序-Matlab BP neural network to achieve XOR procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:961
    • 提供者:ycy
  1. XOR-problem

    1下载:
  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,solve the XOR problem: x1
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-12
    • 文件大小:1246474
    • 提供者:lurui
  1. xor

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

    • 发布日期:2017-12-02
    • 文件大小:86124
    • 提供者:Tom Jang
  1. XOR

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

    • 发布日期:2017-12-08
    • 文件大小:12240
    • 提供者:林琳
  1. xor

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

    • 发布日期:2017-11-14
    • 文件大小:920
    • 提供者:刘畅
  1. XOR

    0下载:
  2. IT IS A GOOD CODE IN VHDL FOR XOR GATE
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:230645
    • 提供者:guru
  1. xor

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

    • 发布日期:2014-09-25
    • 文件大小:148480
    • 提供者:张亚枫
  1. XOR

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

    • 发布日期:2017-04-07
    • 文件大小:779
    • 提供者:陳莉雯
  1. XOR

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

    • 发布日期:2017-03-30
    • 文件大小:20160
    • 提供者:ZHAOYIHAO
  1. XOR-Neural-Net

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

    • 发布日期:2017-05-08
    • 文件大小:1585818
    • 提供者:韩君妹
  1. XOR-serial-communication-simulation

    0下载:
  2. vb mcu51 proteus 串口异或通信仿真,自己的源程序能用.-XOR vb mcu51 proteus serial communication simulation, their source can be used.
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:544695
    • 提供者:zoomhan
  1. xor

    0下载:
  2. opengl中的画图,使用异或的方式。老师给的,实用方面。-opengl in the drawing, using XOR way. Teacher and practical aspects.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1236
    • 提供者:刘飞
  1. XOR

    0下载:
  2. 使用神经网络实现了异或的功能,代码为matlab代码,输入为二维数组,输出为一个数,训练样本为异或的四种情况,结果误差为1e-010,-Using a neural network to achieve the XOR functions, code for matlab code, enter a two-dimensional array, the output is a number of training samples for exclusive or four cases, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:988
    • 提供者:张宝
  1. XOR.RAR

    0下载:
  2. It XOR every file you want do crypt. It does it very fast.
  3. 所属分类:EditBox

    • 发布日期:2017-04-29
    • 文件大小:12738
    • 提供者:2al5no
  1. xor

    0下载:
  2. xor.c : Multiple Devices driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2247
    • 提供者:nerxsmv
  1. XOR-encryption-

    0下载:
  2. 易语言_位异或加密解密算法,易语言经典算法-Easy language _ XOR encryption and decryption algorithm
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:1459
    • 提供者:tank
  1. BP-XOR

    0下载:
  2. BP算法在MATLAB中的程序实现,在掌握这些基本原理的同时解决XOR的分类问题,并观察BP算法的收敛性。-BP algorithm in MATLAB program implementation, in mastering these basic principles while addressing the classification of XOR and observe the convergence of BP algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:32013
    • 提供者:meng qinchao
  1. VBcommunication-data-and-XOR-

    0下载:
  2. 用VB语言编写的,通讯协议传送的通信数据和校验异或校验程序-VBb written communication data and XOR check program
  3. 所属分类:Other systems

    • 发布日期:2016-07-21
    • 文件大小:2048
    • 提供者:scl
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com