码迷,mamicode.com
首页 > 编程语言 > 详细

程序语言比较-备忘录

时间:2016-06-26 14:02:59      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:

  perl python shell R php java js vim matlab
if条件语句 if ... elsif if ... elif if ... elif ... fi if .. else if if .. else if  if ... else if if .. else if  if ... elseif ... endif  
除法取商的整数   int(a/b)

python3

int(a/b) 或 a//b

python2

int(a/b)

  a%/%b     a/b    
除法取余数(求模?) a%b  

a%b

  a%%b     a%b    
矩阵的乘法   multiply     %*%         *
矩阵的逆

invert

 

    solve         inv
矩阵的转置

transpose  

 

    t         ’( 单引号)  
                   

程序语言比较-备忘录

标签:

原文地址:http://www.cnblogs.com/wangshaobin07/p/5617680.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!