码迷,mamicode.com
首页 >  
搜索关键字:complex    ( 1359个结果
12月5日
当前任务读入面网格,完成体网格化读入面网格以及控制它的参数,能够构造一个体网格黑盒tetgen支持的文件格式tetgen命令行参数-p Tetrahedralizes a piecewise linear complex (PLC). 体网格化,网格没有洞-Y Preserves the input...
分类:其他好文   时间:2015-01-20 15:21:56    阅读次数:167
线性算术的C++模板库 Eigen
Eigen 是一个线性算术的C++模板库,包括:vectors, matrices, 以及相关算法。功能强大、快速、优雅以及支持多平台。 Eigen中的矩阵类型一般都是用类似MatrixXXX来表示,可以根据该名字来判断其数据类型,比如说’d’代表double并不是用来表示整数的,;‘f’代表float; ‘i’代表整数;‘c’代表complex,即复数;’d’表示dynamic,即表示矩阵...
分类:编程语言   时间:2015-01-16 10:07:14    阅读次数:218
C++ 关于运算符重载
转载来源:http://c.biancheng.net/cpp/biancheng/view/216.html重载运算符的函数一般格式如下: 函数类型 operator 运算符名称 (形参表列) { // 对运算符的重载处理 }例如,想将”+”用于Complex类(复数)的加法运算,函数...
分类:编程语言   时间:2015-01-09 22:07:50    阅读次数:235
Drools Fusion (CEP) Example 和 关键概念
Drools Fusion (Complex Event Processing) 是Drools对于复杂事件处理的模块, 与它功能相似的是Esper, 两者都可以提供基于时间跨度和滑动窗口的事件处理, 两者最大的区别可能就在于1. Drools开源, 不支持Distribution, 语法drl, ...
分类:其他好文   时间:2015-01-09 12:25:16    阅读次数:428
Spring环境搭建错误
1,cvc-complex-type.2.4.c 此错误是因为导使用jar包都是spring 4.0的jar包,但是配置文件引入的xsd文件版本不对,或者少引入了xsd文件导致。 2,Exception in thread "main" org.springframework.beans.factory.BeanCreationExcep...
分类:编程语言   时间:2015-01-08 20:15:27    阅读次数:258
Android英文文档翻译系列(5)——Creating Lists and Cards[创建List和卡片,CardView和RecyclerView]
Creating Lists and CardsTo create complex lists and cards with material design styles in your apps, you can use the RecyclerView and CardView widgets....
分类:移动开发   时间:2015-01-07 16:47:12    阅读次数:407
Install SQLite
http://www.tutorialspoint.com/sqlite/sqlite_installation.htmThe SQLite is famous for its great feature zero-configuration, which means no complex setu...
分类:数据库   时间:2015-01-07 12:49:39    阅读次数:309
2015年1月5日XX大学XX学院考试题
六、程序题 ?? 1.写一个复数类(操作符重载) ? #include<iostream> using namespace std; class Complex{ public: Complex(double r=0.0,double i=0.0):read(r),imag(i){}; Complex operator+(const Compl...
分类:其他好文   时间:2015-01-05 00:42:38    阅读次数:201
DP [light oj 1013] Love Calculator
1013 - Love CalculatorYes, you are developing a'Love calculator'. The software would be quite complex such that nobody could crack the exact behavior ...
分类:其他好文   时间:2014-12-30 00:29:54    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!