len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页

2008年1月5日

摘要: int Instance::Update(TimeValue t, View& vw, CJRenderer* pRenderer) { FreeAll(); // Check visibility vis = pNode->GetVisibility(t); if (vis 1.0f) vis = 1.0f; SetFlag(INST_HIDE, 0)... 阅读全文
posted @ 2008-01-05 23:42 Len3d 阅读(344) 评论(1) 推荐(0)

2008年1月3日

摘要: 翻看自己的随笔,居然忘记写了告别06,整整两年,就在不经意间溜走了,留下了什么纪念呢? 从06到07这个期间,我都在苦心解决Ray-tracing的相关问题,把所有的精力和时间都花在项目上了,所以竟然腾不出时间写一个告别06,07年也这么默默的走过了,我直到今天才来写告别07,希望不会太晚。 06年有很多值得纪念的事情,当然了,我发布了独立渲染器Eclinse,解决了elvish ray中... 阅读全文
posted @ 2008-01-03 13:28 Len3d 阅读(204) 评论(1) 推荐(0)

2007年12月30日

摘要: what should i do? there are so many things i want to do, there are so many things seems i can't do better, i can do nothing, of course but i don't want to be bored... 阅读全文
posted @ 2007-12-30 11:46 Len3d 阅读(217) 评论(1) 推荐(0)

2007年12月27日

摘要: 就在自己的blog上打草稿了,草稿着重记录解决问题的思路,而正式的算法框架描述里面就比较注重整体性和完备性。 先灌水一下,to be continued...呵呵... 阅读全文
posted @ 2007-12-27 14:00 Len3d 阅读(644) 评论(11) 推荐(0)

2007年12月18日

摘要: 760MB内存用量限制在128MB,申请100万个对象,并访问1亿次只要1分钟,缓存命中率高达99% 完整源码及示例在这里下载: http://www.cnblogs.com/Files/len3d/memman4.rar 阅读全文
posted @ 2007-12-18 22:09 Len3d 阅读(299) 评论(6) 推荐(0)

2007年12月13日

摘要: #include "stdafx.h" #include "memman3_def.h" using namespace std; class Page { // 16 public: int author; int date; int title; int text; }; class ... 阅读全文
posted @ 2007-12-13 14:35 Len3d 阅读(266) 评论(1) 推荐(0)

摘要: /**//************************************************** * * MemMan 3.0.0.0 beta * * Copyright (C) 2007 - 2008 by Len3d * All rights reserved. * *************************************************... 阅读全文
posted @ 2007-12-13 09:40 Len3d 阅读(395) 评论(1) 推荐(0)

2007年12月12日

摘要: /**//************************************************** * * MemMan 3.0.0.0 beta * * Copyright (C) 2007 - 2008 by Len3d * All rights reserved. * ***********************************************... 阅读全文
posted @ 2007-12-12 15:32 Len3d 阅读(252) 评论(0) 推荐(0)

2007年12月11日

摘要: /**//************************************************** * * MemMan 3.0.0.0 beta * * Copyright (C) 2007 - 2008 by Len3d * All rights reserved. * *************************************************... 阅读全文
posted @ 2007-12-11 15:31 Len3d 阅读(256) 评论(0) 推荐(0)

2007年12月10日

摘要: /**//************************************************** * * MemMan 3.0.0.0 beta * * Copyright (C) 2007 - 2008 by Len3d * All rights reserved. * *************************************************... 阅读全文
posted @ 2007-12-10 22:27 Len3d 阅读(235) 评论(1) 推荐(0)

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页