-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
poj 1700 Crossing River(贪心·dp)
poj 1700 Crossing River(贪心·dp)题目:RiverTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 12...
-
poj 2236 Wireless Network(并查集)
poj 2236 Wireless Network(并查集)题目:NetworkTime Limit: 10000MS Memory Limit: 65536KTotal Submissions:...
-
hdu 4704 Sum(隔板+费马小定理·大数取模)
hdu 4704 Sum(隔板+费马小定理·大数取模)题目:Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (...
-
poj 1068 Parencodings(模拟)
poj 1068 Parencodings(模拟)题目:class="data-table" data-id="t7a7e9d1-DjAAm2l3" data-transient-attribut...
-
【QT】Create subdirs project with qt creator
【QT】Create subdirs project with qt creator本文例子是在《foundations of Qt Development》p462的 Building Comple...
-
【VTK】不均匀样条插值
【VTK】不均匀样条插值和上一篇文章【VTK】create spline points 一样,讨论spline points的生成。这一次,利用方法 void Evaluate(doub...
-
【VTK】vtk actor空间变换后的点映射与向量映射
【VTK】vtk actor空间变换后的点映射与向量映射在三维空间中,人们通常需要对平面等形体进行旋转,拖拽等操作。比如下面的过程:将平面绕平面的Y轴旋转一定角度将其绕平面自身的X轴旋转一定角度将平面...
-
【VTK】vtkTextActor位置设置问题
【VTK】vtkTextActor位置设置问题在之前的文章【vtk】获取vtkTextActor的长和宽 中我们知道了如何获取text的长和宽。 本文讨论vtkTextActor的size在...
-
【VTK】绘制Bounding Box
【VTK】绘制Bounding Box参考文章【vtk】some-press-key-operations-for-default-renderwindowiterator ,我们可以通过按下...
-
learn vtk by Python script on mac
learn vtk by Python script on mac之前写过一篇文章:learn vtk by Tcl script on mac 本文介绍vtk的Python学习环境的创建。j...