2015年11月3日

[LeetCode]Longest Increasing Subsequence

摘要: 题目链接:https://leetcode.com/problems/longest-increasing-subsequence/题目内容:Given an unsorted array of integers, find the length of longest increa... 阅读全文

posted @ 2015-11-03 17:22 张大大123 阅读(114) 评论(0) 推荐(0) 编辑

使用std::vector优化点云动画显示一例

摘要: 1. 准备使用std::vector应该知道几点:(1)内存连续的容器,有点像数组(2)与std::list相比,插入和删除元素比较慢- 因为数据迁移(3)添加元素可能会引发内存分配和数据迁移。2. 问题AnyCAD::API::PointCloudNode使用FloatList 及std::v... 阅读全文

posted @ 2015-11-03 16:37 张大大123 阅读(237) 评论(0) 推荐(0) 编辑

导航