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

📄 maths.cpp

📁 Wxpython Implemented on Windows CE, Source code
💻 CPP
字号:
/*
 * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -