stdafx.cpp
来自「柔性制造是一种十分重要的加工生产模式」· C++ 代码 · 共 24 行
CPP
24 行
// stdafx.cpp : source file that includes just the standard includes
// flexible.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
CString name[10]={""};
CString str_zhuangxiezhan="";
CString str_cangku="";//显示各工作站的状态
int num[10]={0};
int prior[10]={0};
int gongyi[10][9]={0};
int time_gongyi[10][9]={0};
int x_car;
int index_gongjian=1;
CString name_gongjian="";
int num_gongyi[10]={0};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?