maths.cpp

来自「Wxpython Implemented on Windows CE, Sou」· C++ 代码 · 共 25 行

CPP
25
字号
/*
 * File:     maths.cc
 * Purpose:  Beginnings of a maths parser for LaTeX.
 *           NOT IMPLEMENTED. I'm still thinking how best to do this...
 *
 */

// For compilers that support precompilation, includes "wx.h".
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

#ifdef __BORLANDC__
#pragma hdrstop
#endif

#ifndef WX_PRECOMP
#endif

#include <ctype.h>
#include "tex2any.h"
#include <stdlib.h>
#include <time.h>

⌨️ 快捷键说明

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