摘要: 题目: Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down t... 阅读全文
posted @ 2017-07-16 22:48 lepeCoder 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 打开ModelSim,新建工程->新建Verilog文件demo.v 输入文件内容module demo(); reg[3:0] a,b; initial begin $display("Hello, World"); a ... 阅读全文
posted @ 2017-07-16 22:07 lepeCoder 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 功能 通过按tab自动跳过右括号,右引号,虽然也可以按右方向键,但离得太远按起来太麻烦在首选项->按键绑定里添加:{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true},... 阅读全文
posted @ 2017-07-16 12:28 lepeCoder 阅读(426) 评论(0) 推荐(0) 编辑