搜索资源列表
msp430x1xx_fet_1
- //*** *** *** *** *** *** *** // MSP430x1xx Demo - Software Toggle P1.0 // // Descr iption Toggle P1.0 by xor ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO // // MSP430x1xx // ----------------- // /|\\
bpnet
- c语言实现BP神经网络解决异或问题,详细请见附件,源代码。-c language XOR BP neural network to solve the problem in detail, see Annex, the source code.
TDDOWNLOAD
- #include <stdio.h> #include <math.h> #include <stdlib.h> #include <float.h> unsigned __int64 mulmod(unsigned __int64 a, unsigned __int64 b, unsigned __int64 m) { static const double _2_64 = 18446744073709551616
3d4c8def245a
- 算法流程 1.将要处理的二进制串进行IP置换 2.将密钥进行PC1置换(64位转为56位), 3.进行16轮操作,对于第i轮操作: 1)将上一次得到的PC1密钥(级除去第一次外,其他的都经过移位处理)的结果左右部分(各28位)分别循环左移1位或2位,然后将移位后的密钥进行PC2[i]置换. 2)将处理串均等分为左右两串Li,Ri(各32位),然后将右串Ri通过E盒拓展为新的右串R (48位),R 与上一步得到的PC2[i]子密钥进行异或
13
- C语言中位运算操作符的源代码 215.c使二进制数特定位翻转 216.c将输入的数左移两位并输出 217.c编写循环移位函数 218.c取出给定16位二进制数的奇数位 219.c取出一个整数的后四位 220.c求一个数的补码 221.c普通的位运算 222.c整数的与0异或 -An arithmetic operator in the C language source code 215. C binary number specific bits fli
NeuralNetworkXOR
- 使用C++实现了神经网络的异或功能,本段代码能够有效地对输入数据进行分类。-C++ realized using XOR function neural network, this section of code can effectively classify the input data.