Board logo

标题: [其他] 可以绘制数学表达式的命令行 [打印本页]

作者: happy886rr    时间: 2016-10-16 13:08     标题: 可以绘制数学表达式的命令行

无意中发现一个神奇的工具,可以直接解析数学表达式为点阵字符图或是gif网址http://www.forkosh.com/mimetex.html
源码http://www.forkosh.com/mimetex.zip。作者有详细的介绍
  1. MimeTeX, licensed under the gpl, lets you easily embed LaTeX math in your html pages. It parses a LaTeX math expression and immediately emits the corresponding gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate little program that doesn't use TeX or its fonts in any way. It's just one cgi that you put in your site's cgi-bin/ directory, with no other dependencies.
  2. So mimeTeX is very easy to install.
  3.         Just download mimetex.zip and then type
  4.             unzip mimetex.zip
  5.             cc –DAA mimetex.c gifsave.c –lm –o mimetex.cgi
  6.         Now just mv mimetex.cgi to your cgi-bin/ directory,
复制代码
用法,解析一个latex表达式
  1. MimeTeX.exe "\Large f(x)=\int_{-\infty}^x e^{-t^2}dt"
复制代码
  1.                                                                         
  2.                      *                  *                              
  3.                     *                    *                              
  4.           ***      *                      *                             
  5.          *  *     **                      **                           
  6.          *        *                        *                           
  7.          *       **                        **                           
  8.          *       *                          *                           
  9.        ****     **           **  ****       **                          
  10.         *       **          *  **   *       **      ***************     
  11.         *       **         *   *            **                          
  12.         *       **         *   *            **                          
  13.         *       **            *             **                          
  14.         *       **            *             **                          
  15.         *       **            *    *        **                          
  16.        *        **            *    *        **      ***************     
  17.        *        **       *   **   *         **                          
  18.        *         *        ***  ***          *                           
  19.        *         **                        **                           
  20.       *           *                        *                           
  21.    *  *           **                      **                           
  22.     **             *                      *                             
  23.                     *                    *                              
  24.                      *                  *                              
  25.                                                   
复制代码

作者: CrLf    时间: 2017-1-7 17:34

话说有没有根据数据绘制散点图的现成工具?
作者: happy886rr    时间: 2017-1-7 19:28

本帖最后由 happy886rr 于 2017-1-7 19:29 编辑

回复 2# CrLf
这个好像是给cgi用的,直接放在服务器上生成png格式的数学公式。

根据数据绘制散点图的现成工具这个,我正在写,还没优化完美,等完全优秀了就发布。
作者: 523066680    时间: 2017-1-7 22:55

回复 2# CrLf


    R语言做这个好像特别6  (日常扯
作者: happy886rr    时间: 2017-1-7 22:56

回复 4# 523066680
R语言还没学啊,不知有何教程推荐。
作者: 523066680    时间: 2017-1-7 23:00

本帖最后由 523066680 于 2017-1-7 23:02 编辑

回复 5# happy886rr


    作为购书狂人,我入了一本 《R和Ruby数据分析之旅》,里面都是很容易提起兴趣的例子,应该是可以一口气看完的书。
不过我先压住了,觉得还是继续 C/C++ 吧,怕被脚本语言的语法糖给惯坏了。
作者: CrLf    时间: 2017-1-7 23:33

回复 6# 523066680


    你竟然会 C艹
作者: 523066680    时间: 2017-1-8 09:28

回复 7# CrLf


    不会啊,在学
作者: CrLf    时间: 2017-1-8 13:42

回复 3# happy886rr


    用 D3.js 简单实现了
作者: happy886rr    时间: 2017-1-8 18:30

回复 9# CrLf
大师果然是js高手。
作者: CrLf    时间: 2017-1-8 20:39

回复 10# happy886rr


    现成的库。。




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2