搜索资源列表
EncodeCaser
- 1、采用(1)盲目搜索(2)启发式搜索对凯撒密文进行自动解密。 2、对替代法加密的程序进行解密(未完成,请多多指教) 3、词库使用到30万。 4、福州大学人工智能课程设计-1, using (a) blindly search (2) heuristic search for Caesar ciphertext automatically declassified. Two of the alternative method of encryption decryption proc
Caeser.java
- 1.凯撒密码的盲目搜索 2.凯撒密码的启发示搜索1 3.凯撒密码的启发示搜索2 -1. Caesar password blindly Search 2. Caesar said password inspired Search 1 3. Caesar said password inspired Search 2
kaiser
- 凯撒窗的设计,采用了公式和matlab内部函数两种办法可以实现,并画图比较结果。
Windows
- 用MATLAB设计各种滤波器参数,包括各种窗函数法,如凯撒、汉明、布莱克特等
凯撒密码算法实验
- 我自己做的小程序。多多支持啊啊
kaiser/凯撒窗函数的源代码
- 凯撒窗函数的源代码/MATLAB
kaiser
- 凯撒窗的产生,包括高通,低通和带通,以及窗的长度和系数-Kaiser window production, including high-pass, low pass and band-pass, and the window length and coefficients
KSjm
- 最近密码学的一个小作业,简单的大小写英文字母凯撒加密解密。-Recent cryptography, a small operation, a simple case letters Caesar encryption and decryption.
CaesarCode
- 凯撒密码(Caesar Code)的加密和解密。图形界面。人工智能课大作业。-The encryption and decryption of Caesar Code.
xiaobao
- 数字信号处理中DSP中的matlab编程,有关汉明窗函数,汉宁窗以及凯撒窗的编写。-DSP digital signal processing in matlab programming, the Hamming window function, Hanning window, and the preparation of Caesar.
kaise_filter
- 用凯撒窗进行FIR低通滤波器的设计,对输入信号进行滤波-Implementation of FIR low-pass filter
ccc
- 使用C语言编程实现凯撒算法,掌握凯撒算法是应用-Achieve Caesar algorithm
Interpolator-of-polyphase-filter
- 代码用两种方法设计了一个基于多相滤波的内插器,低通滤波器采用128阶凯撒窗,内插倍数32,并且给定信号范围,验证了内插器的正确性,画出了内插前后信号的频谱。-The code design the interpolator based on polyphase filter using two methods.The low pass filter is 128 order Caesar window and interpolation multiple is 32.I give the ran
casear
- 凯撒密码的加密,凯撒密码的解密,凯撒加密算法,自动检错-Caesar cipher encryption, decryption password Caesar, Caesar encryption algorithm, automatic error detection
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c
kaiser_band_filter
- 运用凯撒窗的一个带通滤波器,可以实现高通低通带通的功能。(A band pass filter with Kaiser window can achieve high pass, low pass and band pass function.)