Xilinx的去隔行代码和注释 module deint_v2mult_4L ( rst, // resets input data register and control clk, // video component rate clock, 27Mhz for SDTV Fi, // Low to High signals start of Field One Vi, // High signals Vertical Blanking Hi, // High signals Horizontal Blanking Fo, // Field signal delayed by pipe length Vo, // Vertical signal delayed by pipe length Ho, // Horizontal signal delayed by pipe length cei, // input component rate is 1/2 the clock rate ceo, // output component rate is 1/2 the clock rate R_in, // video component in, I[8].F[2], twos complement G_in, // video component in, I[8].F[2], twos complement B_in, // video component in, I[8].F[2], twos complement R_out_real, // video component out, I[8].F[2], twos complement, clamped G_out_real, // video component out, I[8].F[2], twos complement, clamped B_out_real, // video component out, I[8].F[2], twos complement, clamped R_out_filt, // video component out, I[8].F[2], twos complement, clamped G_out_filt, // video component out, I[8].F[2], twos complement, clamped B_out_filt, // video component out, I[8].F[2], twos complement, clamped );
2021-08-26 09:10:40 94KB 去隔行
1
CNC源代码分析,讲解每个环节的原理以及算法处理,代码比较强悍精炼,可以学习商用均可,适合所有行业人员
2021-08-23 11:05:28 4.3MB 代码中文注释
1
NSGA2 算法MATLAB完整代码 中文注释详解
2021-08-22 13:11:47 2.44MB MATLAB
使用的时候可以对照英文注释版本自己比对
2021-08-17 17:33:13 21KB CCP 单片机 上位机
1
如果想做多传感器融合SLAM的VINS是首先要学的一个框架,我对VINS代码进行了详细的注释,希望能帮助大家。
2021-08-15 02:00:38 47.7MB VINS 多传感器融合 SLAM
主控板为STMF407ZGT6,PS2手柄驱动代码,注释齐全,采用结构体方式跨文件传输数据。也预留全局变量跨文件传输数据。 //不太懂地方联系qq:277746470
2021-08-13 09:05:53 5.76MB stm32 PS2手柄
1
xv6是一个比linux精简的OS,我在源代码,添加了一些注释,可以作为学习资料.
2021-08-11 15:19:08 17.35MB xv6
1
Android音乐动态频谱显示demo(点击频谱区域可改变频谱样式共5种)。代码有注释。代码内可改音源和歌曲。
2021-08-09 11:42:41 21.39MB 安卓 频谱显示 动态频谱 demo
1
python串口读写源代码程序+详细注释 简单的python串口读写介绍 ser serial Serial 0 是打开第一个串口 print ser portstr 能看到第一个串口的标识 windows下是COM1 ser write “hello" 就是往串口里面写数据 ser close 就是关闭ser表示的串口 ser open 会打开这个串口
2021-08-07 14:06:13 3KB 串口读写
代码在书里有,其中注释是我自己加的,对应博文里的讲解。
2021-08-05 20:03:13 14KB UVM 数字IC验证
1