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

搜索资源列表

  1. Xor_Encryp.zip

    1下载:
  2. 使用XOR算法进行加解密
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:103154
    • 提供者:
  1. 遗传算法优化神经网络XOR.rar

    1下载:
  2. 遗传算法优化神经网络的C源程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:36602
    • 提供者:
  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. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:
  1. CLCRYPT_04

    0下载:
  2. 示范如何利用 XOR 算法针对文件进行加解密的程序-demonstrations on how to use XOR algorithms against document encryption and decryption procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23373
    • 提供者:甜菜
  1. XORcode

    1下载:
  2. XOR算法的DELPHI实现,并附加ASP代码页,注意加密密匙为6位任意字符,可互相验证加密效果。
  3. 所属分类:加密解密

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

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

    • 发布日期:2014-01-17
    • 文件大小:32765
    • 提供者:刘鑫
  1. 使用共享内存块的方式在进程间共享内存的例子

    0下载:
  2. 示范如何利用 XOR 算法针对文件进行加解密的程序.rar-demonstrations on how to use XOR algorithms against document encryption and decryption procedures. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:11
  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. 遗传算法优化神经网络XOR.rar

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

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

    0下载:
  2. BP_GA_PSO是利用JAVA开发的一个小程序,分别给出了BP算法,GA算法,以及PSO算法的JAVA源程序,并分别利用三个算法同时解决XOR问题,使用户能够直观的观察三个算法的优劣。,BP_GA_PSO is the use of JAVA development of a small procedure, respectively, are given BP algorithm, GA algorithm, and the PSO algorithm JAVA source and use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:179439
    • 提供者:李保
  1. Xor_Encryp

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

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

    0下载:
  2. 有多种加密算法,如:字节取反、循环异或、码变换法、CSED、D3DES。-There are a variety of encryption algorithms, such as: anti-byte check, recycling XOR, code transformation, CSED, D3DES.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:62477
    • 提供者:feng
  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. 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. 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. C#利用异或算法为数字加密

    0下载:
  2. windows,C#利用异或算法为数字加密(C# uses XOR algorithm for digital encryption)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:54272
    • 提供者:jin.l
  1. ScreenShare-v2.0

    0下载:
  2. windows平台下的屏幕监控算法,使用C#算法,为2.0版本,使用了局域网分包组包技术(Windows platform screen monitoring algorithm, using C# algorithm for version 2, using the LAN packet, packet technology)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:610304
    • 提供者:CrankZ
  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锋
« 12 3 4 5 6 »
搜珍网 www.dssz.com