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

搜索资源列表

  1. BP_XOR三层BP人工神经网络解决异或问题

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

    • 发布日期:2012-01-11
    • 文件大小:1298
    • 提供者:testsb
  1. VC6制作的多功能串口调试工具

    0下载:
  2. VC6制作的多功能串口调试工具,有多机通讯方式,异或校验,自动应答,自动轮询等,是一个具有很高参考价值,VC6 debug serial produced multi-purpose tool, a number of machines means of communication XOR checksum, automatic answering, automatic polling and so on, is a high reference value
  3. 所属分类:通讯编程

    • 发布日期:2017-03-22
    • 文件大小:180506
    • 提供者:杨工
  1. 遗传算法优化神经网络XOR.rar

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

    • 发布日期:2015-12-22
    • 文件大小:4581
    • 提供者:陈宁
  1. caculator.rar

    0下载:
  2. 多功能计算器 1.支持2进制,10进制,16进制数的加减乘除 2.支持2进制,10进制,16进制数的相互转化 3.支持2进制,10进制,16进制数的按位逻辑运算(与,或,同或,异或) 4.支持2进制数的移位和循环移位 ,1 multi-function calculator. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of addition and subtraction, multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2637
    • 提供者:li
  1. CheckCode.rar

    0下载:
  2. 计算校验位的程序,异或相加与累加和,可以用于硬件研发人员与一些串口通讯程序使用,Procedures for calculating the parity bit, XOR sum of cumulative and can be used in hardware R & D personnel with a number of procedures for the use of serial communication
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1582068
    • 提供者:gzh
  1. LEDCOM

    0下载:
  2. vb串口十六进制发送,带有XOR校验。LED排队屏控制卡PD101A双色使用说明和配置程序-vb serial port to send the hex with XOR parity. LED display control card PD101A color line instructions and configuration program
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:12399
    • 提供者:iernatm
  1. AES_VB

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encryption is a fast and efficient le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:32297
    • 提供者:
  1. knjm

    1下载:
  2. 一个利用异或加密算法的程序,有较好的界面,同时可以进行解密运算。名称为可逆加密。可以对任何文件进行全代码异或,同时可使用其他通信工具传输异或密码。达到文件传输的安全性。-The use of an XOR encryption algorithm program, and a better interface, while the decryption. The name of the reversible encryption. Any document can be full code XO
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-12
    • 文件大小:8192
    • 提供者:fdfdsfsf
  1. checktool

    2下载:
  2. 串口调试常工具,在AVR猎手检验工具基础上改进。可以计算累加校验和,异或检验和,CRC16,可以添加数据帧头帧尾(用于自定义协议的起始和结束标志),如果能集成在串口助手里面则更好,只是本人VB新手,串口助手写了一个,经常蹦愧,不好意思弄上来。-Serial debugging tools often, hunters in the AVR on the basis of test tools to improve. Can calculate the cumulative checksum, X
  3. 所属分类:Communication

    • 发布日期:2015-10-10
    • 文件大小:16384
    • 提供者:老罗
  1. OCMJ15X20D

    0下载:
  2. 支持文字与绘图两种混和显示模式 " "支持2 Page 显示模式(And, Or, Nor, Xor) "-LCD
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:3889
    • 提供者:Angel.lee
  1. ALU1

    0下载:
  2. ALU 指令格式(16位) op DR SR fun 0--3 4—7 8--11 12--15           指令类 OP码 指令 FUN 功能描述 控制 0000  NOP 0000 空指令 HLT 0001 停机 有条件跳转 0010  JZ 0000 Z=1,跳转 JC 0001 C=1,跳转 JNC 0010 C=0,跳转 JNZ 0100 Z=0,跳转 Jump 0101 无条件跳转 LOAD 001
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:1078
    • 提供者:翟志强
  1. CalcCRC

    0下载:
  2. CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflected code that starts initially
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:880
    • 提供者:FarmerBoy
  1. poyimima

    0下载:
  2. 破译密码:有个叫“猪头帮”的国家,采用一种简单的文法加密,他们所用的语言里面只有大写字母,没有其他任何字符;现在还知道他们加密的方法是:只用一个大写字母和原文进行异或运算生成密文。请你帮忙解开。-Code-breaking: a man named "pig gang" of countries, using a simple grammar encryption, they use language which only capital letters, no other characters
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:145895
    • 提供者:常青树
  1. Cheak

    0下载:
  2. 校验工具源码,包含了异或校验,求和校验,可以算字节,可以算明码。很实用的一个校验工具。-Calibration source tools, including the XOR check, check sum, you can count bytes, you can count codes. Very useful tool for a check.
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:81974
    • 提供者:坏人
  1. bp

    0下载:
  2. 用BP神经网络实现异或运算,matlab实现,并且给出输出的结果-BP neural network with XOR, matlab implementation, and gives the output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:71551
    • 提供者:王权
  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
    • 文件大小:91190
    • 提供者:abc
  1. KadC

    0下载:
  2. Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres. 在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。 简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:510394
    • 提供者:libing
  1. LFSRRC4

    0下载:
  2. 伪随机数发生器LFSR RC4加密与解密 根据算法原理,首先初始化S-BOX,产生伪随机序列密钥流,选择所加密文件与密钥流异或生成密文 -Pseudo-random number generator LFSR RC4 algorithm for encryption and decryption based on the principle, first initialize the S-BOX, pseudo-random sequence generated key stream,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1942687
    • 提供者:王风
  1. DES_TOOL

    2下载:
  2. delphi做的用于计算常用算法的小工具:异或,DES和3DES各种工作模式,MAC值计算.本工具全部符合PBOC2.0规范.-The tool for XOR,DES,3DES,MAC.All of this fit to PBOC2.0
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:344169
    • 提供者:huntern`
  1. ALU

    0下载:
  2. alu设计,实现三十二位计算,包括加法和减法,以及与,或,异或等-design of alu,alu design, implement 32, including both the addition and subtraction, as well as AND, OR, XOR, etc
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1577
    • 提供者:xuyajun
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 32 »
搜珍网 www.dssz.com