搜索资源列表
rc6_avr
- AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习) 在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化 * 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 编译器: AVR-G-AVR optimiza
circonv-cirshift
- 循环卷积 循环移位 matlab 编程 circonv,cirshift-circular convolution cyclic shift Matlab programming circonv, cirshift
ATs511
- 51单片机程序源码,在LED上实现字符8的循环移位显示程序-51 SCM procedures source, the LED to achieve the cycle of eight characters show translocation process
8位可预置的循环移位数字信号发生器、简易逻辑分析仪
- 简易逻辑分析仪的设计用源代码,为05年电子大赛2等奖作品-simple logic analyzer with the design of the source code for electronic 05 2 Prize Competition works
shift_LDPC
- 基于循环移位寄存器的ldpc编码的仿真程序,好程序啊,-cycle shift register on the ldpc coded simulation program, the program ah,
shuzixinhao
- 数字信号处理实现复数序列的奇偶分解,循环移位子程序-digital signal processing to achieve parity complex sequence of decomposition cycle shift subroutine
dpjjx
- 把所有端口的同时置高置低,不断闪烁 2 p1 口3 路流水灯理解2 进制数与端口的关系 3 单片机的加法:把52h+0fch 结果送p1 口 4 单片机的乘法:把ff*03h 结果送p1 5 单片机的二进制加法 6 单片机的两位计数器 7 学习单片机的逻辑运算 8 进一步学习单片机的逻辑运算 9 循环移位指令的流水灯 10 理解熟悉散转结构的程序 11 位操作指令的学习 12 比较指令的学习与
shift
- 移位寄存器,异步清零,异步置数,左移右移可控,具有循环移位功能
xunhuanyiwei
- ARM单片机,循环移位显示数据,采用6位LED显示
suanshuyunsuan
- 实现了算术运算功能,是分别通过水平移位和循环移位来实现的,正在学习诶汇编语言的朋友可以参考一下,是我的作业
led
- 本实验完成发光二极管的循环点亮实验,由于输入晶振为20M,分频得到count1信号,故每间隔约1S彩灯循环移位一次。 也可以外接32768hz的晶振经4060分频后的1HZclk输入,自己可以尝试改变实验,加以练习。 现象:可以看到流水灯
circonv-cirshift
- 循环卷积 循环移位 matlab 编程 circonv,cirshift-circular convolution cyclic shift Matlab programming circonv, cirshift
shift_LDPC
- 基于循环移位寄存器的ldpc编码的仿真程序,好程序啊,-cycle shift register on the ldpc coded simulation program, the program ah,
shuzixinhao
- 数字信号处理实现复数序列的奇偶分解,循环移位子程序-digital signal processing to achieve parity complex sequence of decomposition cycle shift subroutine
shift
- 移位寄存器,异步清零,异步置数,左移右移可控,具有循环移位功能-Shift Register, Asynchronous Clear, asynchronous purchase the number of controllable left shifted to right with a cyclic shift function
matlab
- 计DFT,IDFT,FFT,循环卷积,循环移位以及重叠保留法-Of DFT, IDFT, FFT, cyclic convolution, cyclic shift and overlap to retain the Law
caculator
- 多功能计算器 1.支持2进制,10进制,16进制数的加减乘除 2.支持2进制,10进制,16进制数的相互转化 3.支持2进制,10进制,16进制数的按位逻辑运算(与,或,同或,异或) 4.支持2进制数的移位和循环移位 -1 multi-function calculator. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of addit
shifter
- 有算术移位和逻辑移位,循环移位功能的移位寄存器,Verilog语言编写,Quratus II编译通过。-With arithmetic shift and logical shift, rotate functions shift register, Verilog language, Quratus II compile.
myTurbo_test
- Turbo编码的FPGA实现,采用了(7,5)RSC编码和循环移位交织,帧长度128bit(The FPGA implementation of Turbo coding adopts (7, 5) RSC coding and cyclic shift interleaving, and the fr a me length is 128bit.)
cLanguage-and-loop-move-left
- 动态建立两个数组,将原数组循环左移,产生循环移位的效果,学习队列使用~(by using the key word malloc ,and basic loop to realize the function)