搜索资源列表
MSchart
- 该程序实现了TIFF图像到raw图像的格式转换,并具有批处理功能,界面采用了BCG开发包,应用于摄影测量软件中对航片格式进行转换,也采用了开源的库libti -The program achieved a TIFF image to raw image formats and has batch processing, interface development kit using BCG, used in photogrammetry software to convert formats
mi-reg
- code for mi based image reg
lab4
- module counter_modk(clock, reset_n, Q) parameter n = 4 parameter k = 16 input clock, reset_n output [n-1:0] Q reg [n-1:0] Q always @(posedge clock or negedge reset_n) begin if (~reset_n) Q <= d0 else begi