基本信息
源码名称:快速的数学表达式解析器库:muParser v2_2_3
源码大小:1.41M
文件格式:.zip
开发语言:C/C++
更新时间:2022-08-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 3 元 
   源码介绍

快速的数学表达式解析器库:muParser v2_2_3

muParser是一个跨平台的数据解析库,它可以自定义多参数函数,自定义常量,变量及一元前缀、后缀操作符,元操作符等,它将公式编译成字节码,所以计算起来非常快。


.
├── muparser_v2_2_3
│   ├── Changes.txt
│   ├── Install.txt
│   ├── License.txt
│   ├── Makefile.in
│   ├── build
│   │   ├── autoconf
│   │   │   ├── aclocal.m4
│   │   │   ├── acregen.sh
│   │   │   ├── autoconf_inc.m4
│   │   │   ├── bakefile-presets.m4
│   │   │   ├── config.guess
│   │   │   ├── config.sub
│   │   │   ├── configure.ac
│   │   │   ├── install-sh
│   │   │   └── muparser.pc.in
│   │   ├── bakefiles
│   │   │   ├── Bakefiles.bkgen
│   │   │   ├── howto.txt
│   │   │   ├── muparser.bkl
│   │   │   └── presets
│   │   │       ├── debugopt.bkl
│   │   │       ├── setbuilddir.bkl
│   │   │       ├── sharedopt.bkl
│   │   │       └── unicodeopt.bkl
│   │   ├── makefile.mingw
│   │   ├── makefile.vc
│   │   ├── msvc2008
│   │   │   ├── muparser.sln
│   │   │   ├── muparser_example1.vcproj
│   │   │   ├── muparser_example2.vcproj
│   │   │   └── muparser_muParser.vcproj
│   │   ├── msvc2010
│   │   │   ├── muparser.sln
│   │   │   ├── muparser_example1.vcxproj
│   │   │   ├── muparser_example1.vcxproj.filters
│   │   │   ├── muparser_example2.vcxproj
│   │   │   ├── muparser_example2.vcxproj.filters
│   │   │   ├── muparser_muParser.vcxproj
│   │   │   └── muparser_muParser.vcxproj.filters
│   │   └── obj
│   ├── configure
│   ├── docs
│   │   ├── Doxyfile
│   │   └── html
│   │       ├── images
│   │       │   ├── api.png
│   │       │   ├── api_dark.png
│   │       │   ├── back_idx.png
│   │       │   ├── bench2.jpg
│   │       │   ├── blocks.png
│   │       │   ├── build.png
│   │       │   ├── bytecode.png
│   │       │   ├── caption.png
│   │       │   ├── diff.png
│   │       │   ├── download_muparser.png
│   │       │   ├── download_muparser_.png
│   │       │   ├── grad2.jpg
│   │       │   ├── help.png
│   │       │   ├── home.png
│   │       │   ├── home_dark.png
│   │       │   ├── info.png
│   │       │   ├── list.png
│   │       │   ├── mathparser.jpg
│   │       │   ├── mathparser_small.jpg
│   │       │   ├── muparsernet.png
│   │       │   ├── muparsernet_.png
│   │       │   ├── muparsersse.png
│   │       │   ├── muparsersse_.png
│   │       │   ├── muparserx.png
│   │       │   ├── muparserx_.png
│   │       │   ├── osi.jpg
│   │       │   ├── question.png
│   │       │   ├── related (Kopie).png
│   │       │   ├── related.png
│   │       │   ├── thumb_gct.jpg
│   │       │   ├── thumb_geodes.jpg
│   │       │   ├── thumb_kst.jpg
│   │       │   ├── thumb_matrix.jpg
│   │       │   ├── thumb_meshlab.jpg
│   │       │   ├── thumb_pasimodo.jpg
│   │       │   ├── thumb_qtiplot.jpg
│   │       │   ├── thumb_tm2.jpg
│   │       │   ├── thumb_trini.jpg
│   │       │   └── warning.gif
│   │       ├── index.html
│   │       ├── misc
│   │       │   ├── Main.txt
│   │       │   ├── calc.cpp
│   │       │   ├── example.txt
│   │       │   ├── footer.html
│   │       │   ├── header.html
│   │       │   ├── list_expr_var.cpp
│   │       │   └── listvar.cpp
│   │       ├── mup_features.html
│   │       ├── mup_interface.html
│   │       ├── mup_intro.html
│   │       ├── mup_licence.html
│   │       ├── mup_links.html
│   │       ├── mup_locale.html
│   │       ├── mup_usage.html
│   │       ├── mup_version.html
│   │       ├── script
│   │       │   └── functions.js
│   │       ├── sources
│   │       │   ├── build_page.sh
│   │       │   ├── mup_features.html
│   │       │   ├── mup_features_meta.html
│   │       │   ├── mup_interface.html
│   │       │   ├── mup_interface_meta.html
│   │       │   ├── mup_intro.html
│   │       │   ├── mup_intro_meta.html
│   │       │   ├── mup_licence.html
│   │       │   ├── mup_licence_meta.html
│   │       │   ├── mup_links.html
│   │       │   ├── mup_links_meta.html
│   │       │   ├── mup_locale.html
│   │       │   ├── mup_locale_meta.html
│   │       │   ├── mup_usage.html
│   │       │   ├── mup_usage_meta.html
│   │       │   ├── mup_version.html
│   │       │   ├── mup_version_meta.html
│   │       │   └── navigation.html
│   │       └── style
│   │           └── formate.css
│   ├── include
│   │   ├── muParser.h
│   │   ├── muParserBase.h
│   │   ├── muParserBytecode.h
│   │   ├── muParserCallback.h
│   │   ├── muParserDLL.h
│   │   ├── muParserDef.h
│   │   ├── muParserError.h
│   │   ├── muParserFixes.h
│   │   ├── muParserInt.h
│   │   ├── muParserStack.h
│   │   ├── muParserTemplateMagic.h
│   │   ├── muParserTest.h
│   │   ├── muParserToken.h
│   │   └── muParserTokenReader.h
│   ├── lib
│   │   └── Readme.txt
│   ├── samples
│   │   ├── example1
│   │   │   └── example1.cpp
│   │   └── example2
│   │       ├── Readme.txt
│   │       ├── example2.c
│   │       ├── muparser32.dll
│   │       ├── muparser32.lib
│   │       ├── muparser64.dll
│   │       ├── muparser64.lib
│   │       ├── muparserd32.dll
│   │       ├── muparserd32.lib
│   │       ├── muparserd64.dll
│   │       └── muparserd64.lib
│   └── src
│       ├── muParser.cpp
│       ├── muParserBase.cpp
│       ├── muParserBytecode.cpp
│       ├── muParserCallback.cpp
│       ├── muParserDLL.cpp
│       ├── muParserError.cpp
│       ├── muParserInt.cpp
│       ├── muParserTest.cpp
│       └── muParserTokenReader.cpp
└── 好例子网_muparser_v2_2_3.zip

21 directories, 146 files