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

📄 pnstdinc.h

📁 PQDIF软件包(SDK,Software Development Kit),它能转换、生成并且显示PQDIF文件.对于开发电力系统的数据输出非常有用。
💻 H
字号:
// Windows declarations. Note: the compile time variable USE_MFC is used to
// determine if afxwin.h or Windows.h should be included. This is required
// since STRICT can not be enabled with MCF.
//#ifdef USE_MFC
    #include <afxwin.h>
    #include <afxres.h>
    #include <afxdlgs.h>
//#else
//    #define STRICT
//    #include <windows.h>
//#endif


// Run-time library.
#include <stdio.h>
#include <io.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <signal.h>


// Microsoft C++ Specific declarations.
#ifdef _MSC_VER


    // Disable the unreferenced local function warning. This is generated
    // each time an inline funciton is not used.
    #pragma warning (disable : 4505)
    
    
#endif

⌨️ 快捷键说明

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