- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 《Python基础教程》第一章:基础知识
1、如果希望只执行普通的除法,可以在程序前加上以下语句:from future import division。还有另外一个方法,如果通过命令行运行Python, 可以使用命令开关-Qnew。此时,整除用双斜线表示。2、幂运算符:**3、可以用函数pow()代替**计算乘方:2 ** 3 —— pow(2, 3)4、abs函数可以得到数的绝对值5、round函数把浮点数四舍五入为最接近的整...
2018-12-13 14:28:28
234
原创 数据库第三章作业
3.1aselect title from course where dept_name = ‘Comp. Sci.’ and credits = 3;bselect distinct student.IDfrom (student join takes using(ID)) join (instructor join teaches using(
2018-11-23 12:31:46
577
10_Fall2017_Image segmentation
2018-11-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅