xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

CRC32的FPGA并行實現原理及MATLAB仿真,包含文檔和代碼。 博客地址:https://blog.csdn.net/qq_16923717/article/details/83826856

資源截圖

代碼片段和文件信息

clear
close?all
clc

msg_orig?=?randi([0?1]?48?1);??%?生成長度48的原始序列
msg?=?[msg_orig;?zeros(32?1)];??%?尾部添加32個0
data?=?msg(1:8);?crc?=?msg(9:40);?crc?=?crc32_hdl_impl_gen(data?crc);??????????????????%?48個bit分六次進入gen模塊?第一次(第一個時鐘)
data?=?crc(1:8);?crc?=?[crc(9:end);?msg(41:48)];?crc?=?crc32_hdl_impl_gen(data?crc);
data?=?crc(1:8);?crc?=?[crc(9:end);?msg(49:56)];?crc?=?crc32_hdl_impl_gen(data?crc);
data?=?crc(1:8);?crc?=?[crc(9:end);?msg(57:64)];?crc?=?crc32_hdl_impl_gen(data?crc);
data?=?crc(1:8);?crc?=?[crc(9:end);?msg(65:72)];?crc?=?crc32_hdl_impl_gen(data?crc);
data?=?crc(1:8);?crc?=?[crc(9:end);?msg(73:80)];?crc?=?crc32_hdl_impl_gen(data?crc);

hex_msg_orig?=?dec2hex(bin2dec(char(msg_orig‘?+?‘0‘)));?%?將二進制數組轉換為十六進制顯示
hex_crc?=?dec2hex(bin2dec(char(crc‘?+?‘0‘)));

%%?進入http://www.ip33.com/crc.html在線驗證crc是否正確

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????980760??2018-11-12?18:48??crc32_8bit_matlab_sim\CRC32的FPGA并行實現原理及MATLAB仿真?-?qq_16923717的博客?-?CSDN博客.pdf
?????文件?????????902??2018-11-12?13:32??crc32_8bit_matlab_sim\crc32_hdl_impl.m
?????文件????????2190??2018-11-12?09:14??crc32_8bit_matlab_sim\crc32_hdl_impl_gen.m
?????文件?????????537??2018-11-12?18:40??crc32_8bit_matlab_sim\crc_any_table_gen.m
?????目錄???????????0??2018-11-12?18:49??crc32_8bit_matlab_sim\

評論

共有 條評論