This website requires JavaScript.
Explore
Help
Sign In
OrgLion-Writes
/
NotePublic
Watch
1
Star
0
Fork
You've already forked NotePublic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
188c066cec
NotePublic
/
Software
/
Applications
/
Octave
/
Octave_基础函数.md
152 B
Raw
Blame
History
Unescape
Escape
Octave 基础函数
二进制移位
bitshift
(
A
,
k
)
返回移位了 k 位的 A 的值。当 K>0 时左移,当 k<0 时右移。