搜索资源列表
fet120_1
- Toggle P1.0 by xor ing P1.0 inside of a software loop.-Toggle P1.0 by xor ing P1.0 inside of a softw are loop.
LEDCOM
- vb串口十六进制发送,带有XOR校验。LED排队屏控制卡PD101A双色使用说明和配置程序-vb serial port to send the hex with XOR parity. LED display control card PD101A color line instructions and configuration program
Track_xor
- Faster GPS signal tracking using XOR method
CAcode
- 用两种不同的方式产生GPS信号的CA码。其中一种是将G2发生器产生的序列经过相位选择器后作为输出,然后与G1发生器异或。-Produced in two different ways of CA code GPS signal. One is through the G2 phase sequence generator as the output after the selector, and then XOR with the generator G1.
PDAPDemo
- J2ME MIDlet for secret viewing encoded images on mobile phone. Encoding JPG image to JPC-file by simply xor-ing all bytes with 0xFF and changing file extension.
51GPS
- 自己编写的GPS程序,包括数据重建工作,主要针对GPRMC的格式重建,程序末尾添加XOR异或程序。-I have written the GPS program, including the the data reconstruction work focused rebuild the GPRMC the format, the program added at the end of the XOR exclusive or program.
J2meBase64
- 纯手机端开发的一款j2me手机Base64编码解码工具! 版本:2.0 在上一版本的基础上做了很大改进: 1、支持Base64编码明文、密文的相互转换! 2、支持对无限大的文件进行准确无误的Base64编码/解码,让你在手机上也可以把图片等文件转换成Base64编码文件,而不必再依赖于网络在线转换的文件大小等诸多限制 3、增加了一个简单有效的异或(xor)加密引擎!支持对无限大文件进行快速的加解密。 软件内含源代码(有详细的中文说明),方便j2me初学者研究学
BCC
- 异或校验程序,可在通讯中增加校验码,便于增强通讯安全性-XOR check procedures, can increase the parity check codes in communication
Serial-debugging-assistant-source
- 1、自动检测系统串口数量,如有USB转串口设备插入,即插即用,自动添加到下拉列表框。 2、修改端口设置后自动打开串口。 3、可以发送字符、十六进制数据。 4、字符和十六进制数据可以定时循环发送。 5、支持自定义帧格式,自动加入校验。可选和校验和异或校验。 6、有十进制<-->十六进制互转功能,方便参数计算。 7、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。可以自动滚屏,自动清屏。 8、单击接收到的十六进制数据,可以自动解码成十进制有符号和无符
PAIRED-M-SEQUENCES
- generation of gold code using two maximal length (m seq) sequences. first we need to generate two maximal length sequences and then we have to xor those , we get gold code
CRCs
- Program with CRC diffenrent systems (CRC16, LRC, DLMS, XOR) for Modbus RTU, Modbus ASCI, DLMS-Program with CRC diffenrent systems (CRC16, LRC, DLMS, XOR) for Modbus RTU, Modbus ASCI, DLMS...
LE_HOP_GetSecAdvDataChIndex
- 算法输入四个参数,经过XOR、PERM、MAM 等运算后得到一个信道指数,算法考虑到了均匀利用信道,主要是用来计算跳频频点的,可以修改在output=(17*a+b)中的17 这个参数为16、32、64、128 来使跳频频点的发生变化,因此平均信道间隔也随之发生变化。到128 时调频点几乎全为0,但它还是会跳频的。但为了保证信道的分集(Diversity)和防碰撞(collision)的特点,这里的参数就应该为17。设计代码时必须满足分集(Diversity)和防碰撞(collision)的要求