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

搜索资源列表

  1. DEC_encryp

    0下载:
  2. 加密解密算法DEC、RC4、XOR、Skipjack、TEA、Twofish等-Encryption and decryption algorithm for DEC, RC4, XOR, Skipjack, TEA, Twofish, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:49527
    • 提供者:proclove
  1. zimushibie0504

    0下载:
  2. 实现字母识别啊,采用的是和模板中的图像异或求值的方法-To achieve recognition letters ah, and templates used in the XOR image evaluation method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:605468
    • 提供者:223
  1. XOR_encrypt_In_Delphi

    0下载:
  2. delphi的XOR加密解密例子,考虑以下需求: 需要在页面中使用一种较简单的算法来加密信息(对称加解密),并且传递到Delphi中可以进行解密.-delphi encryption and decryption of the XOR example, consider the following requirements: the need for the use of a page than a simple algorithm to encrypt information (symme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8760
    • 提供者:ldeng76
  1. FileEncode

    0下载:
  2. 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:190522
    • 提供者:但是借
  1. xxor

    0下载:
  2. 利用matlab,运用遗传算法实现异或问题。-The code realized the XOR by genetic algorithm
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 利用神经网络来解决异或问题,代码是VC的-The use of neural networks to solve the XOR problem, the code is the VC' s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:87316
    • 提供者:flysky
  1. xor.c

    1下载:
  2. Simple crypting program for files which uses arbitrary XOR key.
  3. 所属分类:CA program

    • 发布日期:2014-09-25
    • 文件大小:681
    • 提供者:animist
  1. XOR3

    0下载:
  2. BP用於3D XOR問題的分類, matlab程式-BP for 3D XOR
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1768
    • 提供者:Steve
  1. XORcipher

    0下载:
  2. XOR Cipher with different keys
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:43679
    • 提供者:khan
  1. xr232n

    0下载:
  2. Encryption RS232 eith XOR method this is great
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:191490
    • 提供者:danu
  1. Simple_Perceptron

    0下载:
  2. program that makes a simple perceptron network to simulate digital gates(OR, AND, XOR).
  3. 所属分类:教育/学校应用

    • 发布日期:2017-04-17
    • 文件大小:384489
    • 提供者:Juan Carlos
  1. Backpropagation

    0下载:
  2. Make a program to train a Backpropagation neural network which simulates the behavior of an XOR gate.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-28
    • 文件大小:497447
    • 提供者:Juan Carlos
  1. xorfile(delphi)

    0下载:
  2. xor file and decode after oxor if again use application
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:324367
    • 提供者:amir
  1. cryxor

    0下载:
  2. cryxor.rar is a delphi source code to crypt file to xor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:172709
    • 提供者:nirina
  1. my_xor

    0下载:
  2. 异或门,Verilog实现,包含实验说明文档。-XOR gate, Verilog implementation, including test documentation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:893825
    • 提供者:姚成富
  1. neural_xor

    0下载:
  2. code for XOR problem using BP neural network without using matlabtoolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1003
    • 提供者:merit
  1. xor

    0下载:
  2. 电子技术基础(数字部分)Verilog同步教程 Application Note 异或门实验例程-xor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:865163
    • 提供者:徐军
  1. xor

    0下载:
  2. 最大的异或 题目描述:给你n个正整数,你要找出哪两个数按位异或运算后的结果是最大的。 输入:输入一个整数n(2<=n<=100000),然后就是n个109以内的正整数。 输出:输出最大的按位异或运算结果。 样例输入: 4 1 3 4 7 样例输出: 7 提示:3和4异或的结果是7,已经最大 要求:时间复杂度为O(nlogn)-xor
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-02
    • 文件大小:1444
    • 提供者:李明
  1. XOR

    0下载:
  2. neural networs XOR 代码-neural networs XOR
  3. 所属分类:matlab

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

    0下载:
  2. XOR.exe + SRC for XORing of files. Very good.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:5541
    • 提供者:weird
« 1 23 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com