?? myfile.h
字號:
#ifndef _HFILES_HPP
#define _HFILES_HPP
#include <stdio.h>
#include <afx.h>
#include <stddef.h>
#include <stdlib.h>
#include <conio.h>
#include <utility>
//#include <StdAfx.h>
#include <iostream.h>
#include <process.h>//contain CreateThread(),ExitThread(),CloseHandle()
#include <windows.h>
#include <winbase.h>//contain CRITICAL_SECTION structor
#include <utility>
#include <String.h>
#include <fstream.h>
#define Num_Instruc 5
#define Num_FU 4
//the stage number
#define BEG -1
#define IS 0
#define RO 1
#define EX 2
#define WB 3
#define EXE 4
//fuction unit devices number;
#define Null -1
#define Int 0
#define Mult 1
#define Addd 2
#define Divd 3
//clock time record
#define Clock_int 1
#define Clock_addd 2
#define Clock_mult 10
#define Clock_divd 40
#define Num_Instruc 5
#define Num_FU 4
#define Num_Floatreg 12
#define Num_instr_set 5
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -