搜索资源列表

  1. NeuralNetworkXOR

    0下载:
  2. 使用C++实现了神经网络的异或功能,本段代码能够有效地对输入数据进行分类。-C++ realized using XOR function neural network, this section of code can effectively classify the input data.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:3191808
    • 提供者:snail
  1. PROG3

    0下载:
  2. MATLAB code that do the following NOT,AND,OR,NOR,XOR,NAND operation,Image dilation and erosion(binary and gray image),Image closing and opening(binary and gray image),Boundary detection e)Image thinning and thickening(
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:321536
    • 提供者:priyanka
  1. RC4_Encrypt

    0下载:
  2. 由于RC4算法加密是采用的xor,所以,一旦子密钥序列出现了重复,密文就有可能被破解。-Because RC4 encryption algorithm is used xor, so once the child appeared to repeat the key sequence, the ciphertext is likely to be cracked.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:林怀
  1. counter_4bit

    0下载:
  2. This four bit counter using LFSR Technique.... The rightmost bit of the LFSR is called the output bit. The taps are XOR d sequentially with the output bit and then fed back into the leftmost bit. The sequence of bits i
  3. 所属分类:其他小程序

  1. Multilayer_perceptron_XOR

    0下载:
  2. Code implementation of a Multilayer Perceptron that learns the logical XOR function (for 2 and 4 inputs).
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:famn51
  1. license

    0下载:
  2. do_async_xor - dma map the pages and perform the xor with an engine.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:dffxyl
  1. io-readsb

    0下载:
  2. Perform a xor->copy->xor operation where each operation depends on the result the previous operation:. -Perform a xor->copy->xor operation where each operation depends on the result the previous operation:
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:yfjenpj
  1. bpnuralnetwork

    0下载:
  2. matlab code bp neuralnetwork xor
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ashkan24
  1. CSharpXOR

    0下载:
  2. 利用XOR进行简单加解密的C#程序,对C#编程有较好参考价值-Use a simple XOR encryption and decryption of C# program
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:唐飞琳
  1. ppc440spe-adma

    0下载:
  2. PPC440SPe DMA XOR (DMA Controller and XOR Accelerator).
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:cietonxai
  1. mv_xor

    0下载:
  2. offload engine driver for the Marvell XOR engine.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:xeifudb
  1. xor

    0下载:
  2. High speed xor_block operation for RAID4 5 utilizing the UltraSparc Visual Instruction Set and Niagara store-init twin-load.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:fangsra
  1. chaosyihuo

    0下载:
  2. 用混沌形成一个序列然后对图像进行排序置乱和异或加密处理,效果很好-Forming a chaotic sequence and then sort of image scrambling and XOR encryption process, with good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:357376
    • 提供者:223
  1. xor-neon

    0下载:
  2. Pull in the reference implementations while instructing GCC (through -ftree-vectorize) to attempt to exploit implicit parallelism and emit NEON instructions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:vkklke
  1. xor4b

    0下载:
  2. 四为异或门,实现全加器的硬件模块,使用VHDL语言实现,主要适用于初学者实例展示,为初学者提供quartus的实例展示。-4 bits xor gate finished with VHDL language, specifically for greenhands and bachelors who just begin with quartus
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:tomassam
  1. coder

    0下载:
  2. 此模块的基本功能是将待调信号与 M序列的每一位进行异或,到达扩频的目的。其中设计了一个5级的移位寄存器用于产生M序列。-The basic function of this module is the signal to be modulated with the M sequence of each XOR reach spreading purposes. Which designed a five shift register u
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. XOR2

    0下载:
  2. XOR是二进制数的运算符,实行non-carry除了两个数字数字的位数。 例如,1010 XOR 0110 = 1100。 现在我们XOR扩展到m-based数字。 例如,基于对5号,40302 XOR 44312 = 34114。 也就是说,两个m-based数字x和y,x XOR y =(x + y) 。 给定两个m-based数字n个数字,你可以
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:secret
  1. hubnvd7

    0下载:
  2. The DT node must also contains sub-nodes for each XOR channel that the XOR engine has. Those sub-nodes have the following required.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:啊被广泛
  1. hd64570

    0下载:
  2. SCA HD64570 register definitions - all addresses for mode 0 (8086 MPU) and 1 (64180 MPU). For modes 2 and 3, XOR the address with 0x01.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:vuiyknai
  1. xor

    0下载:
  2. This is never called except within a catch clause. -This is never called except within a catch clause.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:jonpuefin
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 »

源码中国 www.ymcn.org