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

搜索资源列表

  1. AAA

    0下载:
  2. Private Sub Command1_Click() strtmp = Text1.Text nlen = Len(strtmp) k = 1 For i = 1 To nlen j = Asc(Mid(strtmp, i, 1)) If j < 47 Or j > 58 Then k = 2 End If Next i If k <> 2 Then Text2.Text = Val(Text1.Tex
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:145453
    • 提供者:WEI
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6033
    • 提供者:lijq
  1. asm-240128-blue-lcd-dispaly

    0下载:
  2. 辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的 2) LCD 指令中的MODE SET中的OR AND XOR 有图层的味道  3) DJNZ+指令C0H(DATA AND WRITE)与相同的数据时就会出错 4) CHAR ADN PIC分别清除 5) 几何图形绘制与实现图形 6) 菜单优化设计,结构体:
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:7127
    • 提供者:yuxiqian
  1. demo4

    0下载:
  2. BP神经网络解决异或问题 BP神经网络解决异或问题-BP neural network to solve XOR problem of BP neural network to solve XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:8555
    • 提供者:雅恩
  1. ALU

    0下载:
  2. 在Xilinx7.1平台下编写的ALU代码,可以实现五位加法、减法、与、异或四种运算!-Xilinx7.1 platform in the preparation of the ALU code, can be achieved five adder, subtraction, and, four computing XOR!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:1403
    • 提供者:梁晓炬
  1. b

    0下载:
  2. 利用神经网络BP算法求解异或问题的源代码-The use of neural network BP algorithm XOR problem s source code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:rrr
  1. disanci

    1下载:
  2. 5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 运算结果暂存在寄存器D中,然后输出。 -5 of the operand X and Y after the temporary importation of A and B in the register, the two operational c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:408335
    • 提供者:ALEX
  1. logic

    0下载:
  2. 5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 运算结果暂存在寄存器D中,然后输出。 -5 of the operand X and Y after the temporary importation of A and B in the register, the two operational c
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. c语言的图形使用 及一些运算 常用函数-c language computing graphics and some commonly used functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1664
    • 提供者:平春
  1. hjhjhj

    0下载:
  2. 对两个任意二维图形进行交,并,差和异或运算-Two arbitrary two-dimensional graphics for settlement, and, worse, and XOR operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:1683078
    • 提供者:GZ
  1. cpu1

    0下载:
  2. 微程序模拟CPU实现加减与或异或转移储存等功能。-Micro-simulation CPU to achieve with the addition and subtraction or XOR function of the transfer of storage.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1527516
    • 提供者:孙鸣
  1. BPNet

    0下载:
  2. 解决异或问题有多种方法,本代码应用神经网络中的BP算法解决了该问题。-Solve the XOR problem has a number of ways, the code in the application of neural network BP algorithm to solve the problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:256860
    • 提供者:lcy
  1. HTTP_IRC_bot

    0下载:
  2. A remote administratio/bot source. Get command through either http or irc. Can execute a command on a specific time, uses simple XOR encryption for command file transfer. Also has embeded a replacemed connect-back shell. The structure of the command
  3. 所属分类:Remote Control

    • 发布日期:2014-04-15
    • 文件大小:2190000
    • 提供者:DarkK
  1. ByteCal

    0下载:
  2. 用于字节运算的小程序,诸如字节加减、or、XOR/XNOR等等操作-Byte operations for small procedures, such as byte addition and subtraction, or, XOR/XNOR operation and so on
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:53513
    • 提供者:wang
  1. 34

    0下载:
  2. 代码运算类 汇编 求单字节数据块的(异或)校验和-Code for computing-type compilation of single-byte data block (XOR) checksum
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:515
    • 提供者:李克
  1. vhdlcodes

    0下载:
  2. with this rar file i am sending five source codes in vhdl for xor gate,xor gate using tristae gate,electronic voting machine,mod 16 counter,jk flip flop.please accept these codes and make me member of this site.so that i can download code from this s
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2153
    • 提供者:nitin
  1. Untitled2

    0下载:
  2. 设计一个三层的开关量神经网络,实现数字逻辑关系中的异或逻辑-Designed a three-tier neural network switch, the relationship between digital logic implementation of the XOR logic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:954
    • 提供者:lvwei
  1. tx

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:虾虾
  1. jtxor

    0下载:
  2. 程序使用C++展示相当强的XOR加密。 当它unencrypting文件时,包括EOF验错和自动侦查。程序很好被提供并且做在串类建立的好用法。-Program Uses C++ to Demonstrate A Fairly Strong XOR Encryption. Includes EOF error checking and automatic detection of when it is unencrypting a file. Program Is Documented
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1563
    • 提供者:Steven
  1. Track_xor

    0下载:
  2. Faster GPS signal tracking using XOR method
  3. 所属分类:GPS develop

    • 发布日期:2017-04-13
    • 文件大小:2124
    • 提供者:sandeep
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com