务实小松鼠

文章
2
资源
0
加入时间
2年10月21天

modelsim仿真错误

1,** Error: E:\Quartus\Project\top_down_led\led\sim\led_flow.v(20): near "EOF": syntax error, unexpected end of source code译为“EOF”附近:语法错误,源代码意外结束。加endmodule后OK。2.Error: Top-level design entity "te...

矩阵螺旋顺序表示

package test;import java.util.*;public class SpiralMatrix{public SpiralMatrix(){}List<Integer> order= new ArrayList<Integer>();public List<Integer> spiralOrder(int[][] matrix) ...