heptdll.h
来自「Calculator program written by DLLs with 」· C头文件 代码 · 共 3 行
H
3 行
extern "C" int PASCAL EXPORT he2pt(double a1,double b1, double c1, double a2, double b2, double c2, CString &x, CString &y);
extern "C" int PASCAL EXPORT he3pt(double a1,double b1, double c1, double d1, double a2, double b2, double c2, double d2, double a3, double b3, double c3, double d3, CString &x, CString &y, CString &z);
CString processResult(double tmp);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?