搜索资源列表
Data4final
- 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouunivers
Data4final
- 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouunivers
pianzhi
- 扰乱加密,加扰之前的数据在x中,加扰后数据在w中,p,p+1与p+2中分别放移存器低14位中14位和高14位 *q,q+1与q+2中分别放掩码标志码低14位中14位和高14位-Disrupt the encryption, scrambling the data before the x in, after scrambling data in w in, p, p+ 1 and p+ 2, respectively, put sh
0_BPSK_QPSK_
- DIGITAL MODULATION TECHNIQUES the material describes digital modulation techniques such as BINARY PHASE SHIFT KEYING (BPSK), DIFFERENTIAL PSK (DPSK), DIFFERENTIALLY-ENCODED PSK (DEPSK), QUADRATURE PSK (QPSK), QUADRATUR
ph_shift_iq
- Finding phase shift of a modulating signal at receiver end using i and q signals
tber2
- Quadrature amplitude modulation (QAM) is a modulation scheme in which two sinusoidal carriers, one exactly 90 degrees out of phase with respect to the other, are used to transmit data over a given physical channel. O
QPSK_OQPSK
- 使用数值仿真和电路实验的方法,对Q PSK ( quadrature phase shift key ing)和OQ PSK ( off2 set quadrature phase shift keying)调制信号通过功率放大器后的频谱扩散问题进行了探讨。-Numerical simulation and circuit experiment using the method of Q PSK (quadrature phase
Blocks_Gam220585662011
- This a simple puzzle game consisting of a set of blocks which you must eliminate. It is basically a clone of I.Q. AKA Kurushi. The aim is to remove the incoming blocks by "capturing" them before they reach the end of the
3dgraphics3
- 以第一视角运动,可前后移动;左右旋转;上仰下俯;Shift键加速;不能穿出室内; W键启用光照,Q键禁用光照;E键椅子向前推,R键椅子向后拉 -To the first angle movement can move about rotation Yang on the next stoop Shift key to accelerate can not wear clothing indoors W key to e
On-the-Design-of-Frequency-Domain-Equalizers-for-
- This paper considers frequency-domain receiver design for OQPSK signals (Offset Quaternary Phase Shift Keying). It is shown that conventional QPSK receivers are not suitable to OQPSK schemes since they lead to si
On-the-Design-of-Linear-Receivers-for-SC-FDE-Sche
- This paper considers the design of linear frequency-domain receivers with oversampling for OQPSK (Offset Quaternary Phase Shift Keying) signals. Based on a receiver structure able to eliminate the residual interfer
cshiyan2012
- 基于EDA软件平台上,用硬件描述语言verilog设计完成分频器、计数器、串行移位输出器、伪码发生器、QPSK I/Q调制器、QPSK I/Q解调器,基于选项法中频调制器,再将各个模块综合起来组成一个完整系统;并用quartusII软件对其进行仿真验证。-EDA software platform based on the hardware descr iption language verilog design complete sh
hannuota
- c语言实现汉诺塔,有三根杆子A,B,C。A杆上有N个(N>1)穿孔圆盘,盘的尺寸由下到上依次变小。要求按下列规则将所有圆盘移至C杆:提示:可将圆盘临时置于B杆,也可将从A杆移出的圆盘重新移回A杆,但都必须尊循上述两条规则。问:如何移?最少要移动多少次?-c language HANOR has three poles A, B, C. A bar there are N (N> 1) perforated disk, the
hide
- Ctrl+Shift+Q 老板键同时静音-Press Ctrl+Shift+Q to hide what u r doing(&sound)
OS3
- 参考《Orange’s》,在之前搭建的 nasm + bochs 实验平台上完成一个接受键盘输入,回显到屏幕上的程序,具体要求如下: • 从屏幕左上角开始,显示键盘输入的字符。可以输入并显示 a-z 和 0-9 字 符。 • 支持大小写,包括 Shift 组合键以及大写锁定两种方式。 • 支持回车键换行。 • 支持删除退格,退格如果退回上一行,必须退回该行编辑的最后一个字符 处。
phasecode
- 本程序为脉冲压缩雷达回波产生与处理。包括产生相位编码目标回波、对回波进行I/Q解调、匹配滤波,分析多普勒频移对脉冲压缩的影响等。-This procedure for pulse compression radar echo generation and processing, including the generation of phase coded target echo, echo IQ demodulation, match
qshiftgen
- 此代码是Q-shift DTCWT的源码,用于matlab平台,适用于图像的去噪(This code is Q-shift DTCWT source for matlab platform for image denoising)
8_1
- 一个具有置位、复位、左移和右移功能的八位移位寄存器/“01011010”序列检测器。移位寄存器电路端口为:异步清零输入端口rst,输入时钟clk,置数判断输入端口load,移位类型判断输入端口m,数据输入端口data[7:0],输出端口q[7:0]。序列检测器电路端口为:异步清零输入端口rst,输入时钟clk,串行数据输入端口d,输出标志端口s。(A eight bit shift register / 01011010 sequenc