真值共2篇
循环优化一 - MaxSSL

循环优化一

主角:takewhile判断序列中元素是否为偶数,奇数则终止这是我们最常用的一种方式,其实没必要这么复杂1a=[4,6,7,3]234defjudge_is_even(item):5if…
MaxSSL的头像 - MaxSSLMaxSSL3年前
20
【HDLBits刷题日记】06 Basic Gates - MaxSSL

【HDLBits刷题日记】06 Basic Gates

Exams/m2014q4hmoduletop_module(inputin,outputout);assignout=in;endmoduleExams/m2014q4imoduletop_mod…
MaxSSL的头像 - MaxSSLMaxSSL3年前
120