⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 switch$.qsc

📁 这是一个数字图像处理的matlab仿真程序
💻 QSC
字号:
text   {comment} --------------------------------------------------------------------------{lf}
text   {comment} 'lpstr' is a place holder for the string address you wish to test against.{lf}
text   {comment} You can use one (1) or more 'case$' statements.{lf}
text   {comment} The 'else$' statement if required must be used as the last statement{lf}
text   {comment} before the 'endsw$' statement. It can be used only once.{lf}
text   {comment} --------------------------------------------------------------------------{lf}
text     switch$ lpstr{lf}
text       case$ "word1"{lf}
text         fn MessageBox,hWnd,"word1","switch$ block",MB_OK{lf}
text {lf}
text       else${lf}
text         fn MessageBox,hWnd,"default","switch$ block",MB_OK{lf}
text {lf}
text     endsw${lf}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -