搜索资源列表
xor
- c语言的图形使用 及一些运算 常用函数-c language computing graphics and some commonly used functions
bpxor
- 用c语言实现了bp神经网络解决异或问题的算法,已经调试通过了-implement the bp xor through c
codeBook
- Simple program for file encryption. Uses XOR operation with random data. (C++ Builder 5).
XOR
- 有道难题:另类异或 描述: 对于普通的异或,其实是二进制的无进位的加法。 这里我们定义一种另类的异或A op B, op是一个仅由^组成的字符串,如果op中包含n个^,那么A op B表示A和B之间进行n+1进制的无进位的加法。 下图展示了3 ^ 5 和 4 ^^ 5的计算过程: 0 1 1 (3) ^ 1 0 1 (5) --------- 1 1 0 (6) 0 1 1 (4) ^^ 0 1 2 (5) --------- 0
XOR
- 用C语言实现的一个简单的XOR加密解密程序,能实现对大多数文件的加密解密。-C language implementation of a simple XOR encryption and decryption procedures, to achieve the majority of file encryption and decryption.
toolsForCrypt
- 简单的异或加密解密小程序,使用c++编写,用于学习使用-Simple XOR encryption and decryption procedures, the use of c++ preparation for learning to use
jisuanqi
- c++课程设计简易计算器可以实现数字的加、减、乘、除、正/负数、小数点;三角函数的运算(sin,cos,tan);数字的开方、阶乘、倒数运算;幂函数的运算;同或、异或、与、求余运算;清零、删除功能; -c++ curriculum design simple calculator can be achieved (1) numbers to add, subtract, multiply, divide, positive/negative, decimal point (2) trigo