摘要: 1) 找到最近2的n次幂数 declare params int :=125; n int:=0; snum int; lnum int;begin loop lnum:=power(2,n); snum:=power(2,n-1); if lnum>params then if(lnum-para 阅读全文
posted @ 2020-02-01 11:22 我有我的信仰 阅读(82) 评论(0) 推荐(0)