元数学 一个简单的数学库,用于 C++ 中的模板元编程。 这个库的主要目的是创建一个编译时浮点数据类型作为模板元编程的练习。 然而,就像运行时类型一样,由于 c++ 数据类型的大小限制以及有理数的性质,操作不能保证给出准确的值。 当前支持的功能: 使用有理数的浮点表示 实现的四个基本运算符(+、-、*、/) 实现了所有比较运算符(=、!=、<、<=、>、>=) sqrt() 函数实现 去做: 更好的精度为整数添加单独的成员
2021-07-12 14:04:29 7KB C++
1
Functional.Analysis.-.Peter.D.Laxy英文版Functional.Analysis.-.Peter.D.Lax
2021-07-10 20:51:59 6.67MB math
1
张版-数学建模与数学实验.内容覆盖很广,可以作为参考书使用。
2021-07-09 00:50:36 65.83MB math
1
Renowned professor and author Gilbert Strang demonstrates that linear algebra is a fascinating subject by showing both its beauty and value. While the mathematics is there, the effort is not all concentrated on proofs. Strang's emphasis is on understanding. He explains concepts, rather than deduces. This book is written in an informal and personal style and teaches real mathematics. The gears change in Chapter 2 as students reach the introduction of vector spaces. Throughout the book, the theory is motivated and reinforced by genuine applications, allowing pure mathematicians to teach applied mathematics.
2021-07-03 21:48:29 2.15MB math
1
Concrete.Math(具体数学)(中文版.英文版.6套试题) rar
2021-07-03 21:35:29 28.27MB 具体数学
1
math_ineq_4(1).pdf
2021-07-02 21:01:41 4.34MB 数学竞赛
1
math_ineq_4(2).pdf
2021-07-02 21:01:41 2.03MB 数学竞赛
1
华章数学译丛38 实分析与概率论 原书第2版 中英文
2021-07-02 14:58:37 43.34MB math
1
MATH_1365___ANSWERS.pdf.pdf
2021-06-27 20:09:24 1.73MB 离散数学
1
CKEditor 5数学功能 这是CKEditor 5的基于TeX的数学插件。您可以使用它来插入,编辑和查看数学方程式和公式。 该插件支持MathJax,KaTeX和自定义排版引擎。 目录 产品特点 TeX语法 内联和显示方程式 预览视图 多种排版引擎 具有多种输入输出格式 粘贴支持从纯文本 自动格式化支持 演示版 屏幕截图 要求 使用与CKEditor 5版本相同的主要版本 如果出现重复的模块错误,则说明版本不匹配。 例子 安装 使用官方经典或内联构建作为基础: 使用NPM或Yarn安装插件 npm install ckeditor5-math --save-dev 将导入添加到ckeditor.js文件中 import Mathematics from 'ckeditor5-math/src/math' ; 将其添加到内置插件 InlineEditor . builtinPlugins = [ // ... Mathematics ] ; 将数学按钮添加到工具栏 InlineEditor . defaultConfig = { toolbar : { items :
2021-06-25 16:35:27 64KB tex latex ckeditor mathjax
1