spawnmutil.h

来自「傅立叶变换和小波变换是图像压缩的重要工具。该代大戏是利用小波变换进行图像压缩。」· C头文件 代码 · 共 18 行

H
18
字号
#pragma once

/*

You should call spawnm_main, it will call back to your
sub_help and sub_system

*/

extern int sub_system(char * command);
extern void sub_help();

int spawnm_main(int argc,char *argv[]);

// helpers for you to convert sub_system to argc/argv :
int system_argcargv(char * commandStr,char * exeName);
extern int sub_system_argcargv(int argc,char * argv[]);

⌨️ 快捷键说明

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