搜索资源列表

  1. XOR

    0下载:
  2. c++解决xor问题(bp网络)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2161
    • 提供者:xiaocui
  1. nns xor

    0下载:
  2. 它展示了怎样用这个库所生成的三层BP网络来求解那个臭名昭著的XOR问题-it tells how to use this library generated by the three-tier network BP to solve the notorious XOR
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1484
    • 提供者:贺龙
  1. xor

    0下载:
  2. XOR问题是神经网络里面一个经典的问题,本例子使用Matlab自编SVM对XOR问题进行解决~
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:26671
    • 提供者:junrren
  1. 利用 XOR 算法针对文件进行加解密的程序

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

    • 发布日期:2008-10-13
    • 文件大小:22502
    • 提供者:11
  1. Xor_Encryp

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

    • 发布日期:2024-05-03
    • 文件大小:102400
    • 提供者:站长
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2024-05-03
    • 文件大小:23552
    • 提供者:甜菜
  1. 加密模块

    0下载:
  2. Xor对称加密 调用模块里的函数即可-Xor called symmetric encryption module's function can be
  3. 所属分类:加密解密

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

    0下载:
  2. 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐。-almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR,
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:49152
    • 提供者:过风
  1. 使用共享内存块的方式在进程间共享内存的例子

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

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

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 运算符 结果 ~ 按位非(NOT)(一元运算) & 按位与(AND) | 按位或(OR) ^ 按位异或(XOR) >> 右移 >>> 右移,左边空出的位以0填充 运算符 结果 << 左移 &= 按位与赋值 |= 按位或赋值 ^= 按位异或赋值 >>= 右移赋值 >>>= 右移赋值,左边空出
  3. 所属分类:界面编程

    • 发布日期:2024-05-03
    • 文件大小:10240
    • 提供者:lw
  1. XOR(VC)

    0下载:
  2. 一个关于bp网络解决异或问题的动态演示程序-bp on a network to solve problems or differences of Dynamic Demonstration Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:30720
    • 提供者:wcl
  1. Lcalc

    0下载:
  2. 自用的逻辑计算器,源码发上来与大家共享。 主要完成十六进制数的逻辑运算(AND,OR,XOR,NOT)。-own logic calculators, the source onto and share. The major hexadecimal number of logical operators (AND, OR, XOR, NOT).
  3. 所属分类:其他小程序

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

    0下载:
  2. 这是一个用BP神经网络解决XOR问题的VC程序,楞可以通过修改初始化参数,可将该程序用于其它分类的问题-this is a BP neural network to solve the XOR problem VC procedures, Labrang may amend initialization parameters, this program can be used for other classifications of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:51200
    • 提供者:hongbochen
  1. Shellcode_jiami

    0下载:
  2. Shellcode加密程序C源代码 Shellcode Crypter is a small C program that allows users to encrypt their Windows and Linux shell codes using XOR.-Shellcode encryption C source code is a Shellcode Crypter small C program that allows
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:雪狐
  1. BPnetwork_xor

    0下载:
  2. 用vc++实现的BP神经网络解决异或问题的源代码。非常经典。-Using vc realize the BP neural network to solve XOR problem
  3. 所属分类:图形图象

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

    0下载:
  2. 这是一个关于目前最前沿课题的神经网络学习模型的程序-xor-This is a topic on the forefront of the current neural network learning procedures for model-xor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:26624
    • 提供者:yanguang
  1. nn_bp

    0下载:
  2. 小弟撰寫的類神經網路backpropagataion,可以train如xor等互斥問題,使用bcb所完成,因為開發介面較為便利, 大部分使用類別的方法撰寫,所以若有興趣移植到vc的朋友,應該也不會有太大的障礙。-Boy written by neural network backpropagataion, can train such as xor, such as mutually exclusive, the use of BC
  3. 所属分类:生物技术

    • 发布日期:2024-05-03
    • 文件大小:660480
    • 提供者:楊於
  1. A-Peer-to-peer-Information-System-Based-XOR-Metric

    0下载:
  2. A Peer-to-peer Information System Based on the XOR Metric
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-03
    • 文件大小:55296
    • 提供者:fpfei
« 1 23 4 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org