搜索资源列表
DAE
- numeric methods for differential-algebraic equations
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
nefD-impact-tween-328d8a1
- Entity Tweening Plugin for the Impact Game Engine Impact Tween is a plugin for the ImpactJS game engine. It allows you to add any number of tweens to an entity, each modifying any number of that entities numeric properties in the specified manne
Numeric-expression-and-subtraction
- 计算机组成与设计中,简单的数值表达方法和加减运算-Computer Organization and Design, simple numerical expression methods and addition and subtraction
qsort
- 排序,是重要的算法,qsort是标准库函数中快速排序方法,该文档包含的数值型、字符型、字符串型以及结构体的排序方法。内容比较全面。-Sort, is an important algorithm, qsort standard library functions quickly sort method, the document contains a numeric, character, string and sorting methods structure. Content more co
NumericMethod
- Implementation Bisection, Newton Raphson and Regula Falsi methods in Matlab