📄 testcrt.m
字号:
% An example of CRT calculations% Copyright 2004 by Todd K. Moon% Permission is granted to use this program/data% for educational/research onlym = [4 27 25];gamma = crtgamma(m); % precompute the gamma valuesa = [0 2 3];x = fromcrt(a,m);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -