force.h
来自「三维框架梁单元C++版本的源程序 可以使结构力学的概念更上升一个层次」· C头文件 代码 · 共 45 行
H
45 行
// FORCE.h : main header file for the FORCE DLL
//
#if !defined(AFX_FORCE_H__9DC00E95_ED0A_4A6F_8711_3FD96A797864__INCLUDED_)
#define AFX_FORCE_H__9DC00E95_ED0A_4A6F_8711_3FD96A797864__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CFORCEApp
// See FORCE.cpp for the implementation of this class
//
class CFORCEApp : public CWinApp
{
public:
CFORCEApp();
DECLARE_MESSAGE_MAP()
};
extern "C" __declspec(dllexport) double __stdcall Version();
extern "C" __declspec(dllexport) bool __stdcall Engine(char* FilePath1);
extern "C" __declspec(dllexport) bool __stdcall NewEngine(char* FilePath,
int m_nNodeLoadNum_Case1);
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORCE_H__9DC00E95_ED0A_4A6F_8711_3FD96A797864__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?