搜索资源列表
线性移位寄存器的C语言实现
- 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
Shift Cipher
- 一个移位加密算法的源代码,跟大家交流一下。-a shift encryption algorithm source code sharing with you what.
S3C2410LCDdriverportingGUIprogram
- 介绍了。lcd 驱动的移值方法和实例非常有用-introduced. LCD-driven shift value method is very useful examples and
Rot13.java
- 循环位移算法ROT-13,既输入的字符串的每个字符后移13位加密,在移13位解密.-displacement cycle algorithm ROT - 13, both input string of characters after each shift 13 encryption, the shift 13 declassified.
032223
- 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to writ
AUTO125645665
- 最近似乎很多朋友的D E 盘都双击打不开,我朋友的电脑也中过~后来找了很多方法~发现了这款专杀,反正我朋友的电脑是被我救活了~反正中了也试试看啊!记住杀好了直接重启(最好在安全模式下杀)~不要双击D E 盘!还有这个病毒靠U盘传播速度超快~大家以后插了U盘都右键打开!双击有毒盘就中了~切记~!防范才是关键! 关键是在插U盘时候按住shift键以防止病毒随U盘自动运行(大概5秒),等盘符出现后,右键打开.按照如图1,图2做(选择相应选项),一般就会出现一些隐藏的文件,打开autorun
yiweisuanfaC
- 关于移位密码的算法,可以试试。应该正确的 -shift on the password algorithm, you can try. Should correct
sizhongjiamijiemi
- 移位密码,仿射密码,维吉利亚密码,置换密码 四种C加密解密算法-shift password, affine password Weijilie password, password replacement of four C encryption and decryption algorithm
FourEncodeArithmeticInCommonUse
- 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
yiweimima
- JAVA编写的有用户界面的移位密码实现代码-JAVA prepare the user interface shift password codes
Ginademo
- 屏蔽windows的ctrl,shift,del键。
shift
- matlab 中矩阵行列移动函数 m文件,shiftl,shiftr等
aa
- 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
bluescreen
- 含有经过我修改的键盘过滤驱动,在w2k,wxp下运行,按左右shift,左alt便蓝屏,卸载需使用虚键盘(切记)以及最初源码,编译环境为w2kddk或wxpddk剩余的参看其中的README-containing modified keyboard filter driver in w2k, wxp running, according to shift around, then left alt blue screens, unloading need to use virtual keybo
radixsort
- radix sort, using bit shift to improve performance.
camshift
- cam shift muy way y divertido
MeanShift
- Mean-Shift 算法经典论文详细讲述了Mean——shift算法的原理 应用等等 经典-Mean-Shift thesis
Shift-reg
- a shift register using primitive gates library, prepared in c++. this shift register is implemented using hufmann model.
shift-cipher
- 描述了移位密码的加密,解密和密码系统破译过程。-the describation of shift cipher s encode and decode
Shift-Cipher
- It is a C++ code for Shift cipher.