搜索资源列表

  1. Xor_Encryp.zip

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

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

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

    • 发布日期:2024-05-03
    • 文件大小:36602
    • 提供者:
  1. XOR-serial-communication-simulation

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

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

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:刘飞
  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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:张宝
  1. XOR.RAR

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

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

    0下载:
  2. xor.c : Multiple Devices driver for Linux.
  3. 所属分类:Linux/Unix编程

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

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者: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 algori
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:31744
    • 提供者:meng qinchao
  1. VBcommunication-data-and-XOR-

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

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

    0下载:
  2. 自己编写的很实用的异或码工具,亲测可用,自己一直在用-I have written a very useful tool XOR code, pro-test available,It has been in use
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:53248
    • 提供者:谢宝癸
  1. XOR-with-P-delta

    0下载:
  2. xor function with backpropagation
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:iman
  1. XOR

    0下载:
  2. 很好的学习labview的例子,labview实现了神经元异或的功能。-A good example of learning labview, labview to achieve the function of neuron XOR.
  3. 所属分类:LabView

    • 发布日期:2024-05-03
    • 文件大小:237568
    • 提供者:李明月
  1. XOR-crc

    0下载:
  2. 异或校验和CRC8校验工具,MFC基础编程,开发环境Microsoft Visual C++ 6.0-XOR checksum and CRC8 check tool
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-03
    • 文件大小:10456064
    • 提供者:张岩
  1. C#利用异或算法为数字加密

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

    • 发布日期:2024-05-03
    • 文件大小:54272
    • 提供者:jin.l
  1. GetHex

    0下载:
  2. 计算指定数据的异或值,对开发人员很有用。。。。(Calculates the XOR value of the specified data.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:92160
    • 提供者:trst
  1. XOR2

    0下载:
  2. 该程序用BP神经网络解决XOR问题,其中设置了恒定权值、阈值和随机权值、阈值;并且将梯度下降法进行添加记忆一项来改进。(Using BP neural network to solve XOR problem, the program which set up a constant weight and threshold and random weight and threshold value;And the gradient de
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:怡墨
  1. p_or

    0下载:
  2. 这个例子是感知器人工神经网络的异或门实现,这是多层感知器神经网络的一个典型例子。(This example is the XOR gate implementation of perceptron artificial neural network, that is a classic example of a multilayer perceptron neural network.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:237568
    • 提供者:anytao
  1. 数据生成器

    0下载:
  2. 一个实用的数据生成器,工具内置XOR加解密,MD5解密,UTF8加解密机器标识生成等(A utility data generator with built-in XOR encryption, MD5 decryption, UTF8 + decryption machine identity generation, etc)
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-03
    • 文件大小:2292736
    • 提供者:飞远
  1. XorNeuralNet

    0下载:
  2. Neural net what make task xor
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:66560
    • 提供者:alexdh
« 1 2 3 4 5 67 8 9 10 11 ... 39 »

源码中国 www.ymcn.org