会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我有我的信仰
博客园
首页
新随笔
新文章
联系
订阅
管理
2020年2月1日
sql练习
摘要: 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)