摘要: 很晚了。就发一条processing的代码。。。。float r=0,r2=0;float c=0,c2=0;void setup(){size(600,600);background(255);}void draw(){ noStroke(); frameRat... 阅读全文
posted @ 2017-07-05 23:58 清凌 阅读(328) 评论(0) 推荐(0)
摘要: 多输入逻辑门:module Doors(input wire a,input wire b,output wire [5:0] z ); assign z[5]=a&b; assign z[4]=~(a&b); assign z[3]=a|b;... 阅读全文
posted @ 2017-07-05 11:19 清凌 阅读(160) 评论(0) 推荐(0)