摘要:
阅读全文
摘要:
阅读全文
该文被密码保护。 阅读全文
摘要:
Productivity tips, tricks and hacks for academics (2015 edition)ContentsJump to:My philosophy: Optimize transaction costs.Don't work from home.Elimina... 阅读全文
摘要:
阅读全文
摘要:
阅读全文
该文被密码保护。 阅读全文
摘要:
matlab的rem()和mod()函数rem(x,y):求整除x/y的余数mod(x,y):求模rem(x,y)=x-y.*fix(x./y);(fix()向0取整)mod(x,y)=x-y.*floor(x./y); (floor()向左取整)如果x和y的符号相同(同为‘+’,同为‘-’),那么... 阅读全文