len3d

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  219 Posts :: 0 Stories :: 370 Comments :: 0 Trackbacks

公告

10 2009 档案

摘要: 一种方法是使用文件锁,利用fcntl函数对于文件进行加锁解锁操作,以达到互斥访问的目的,但是在控制时需要注意进程之间的关系,在有多个进程和共享资源时,应注意死锁的避免。上一个最开始写的程序吧,简单,就是两个进程互斥访问文件。#include <iostream>#include <sys/types.h>#include <unistd.h>#include &...阅读全文
posted @ 2009-10-31 11:50 Len3d 阅读(224) | 评论 (0) 编辑

摘要: 如何:将 Visual C++ 速成版与 Microsoft Platform SDK 一起使用安装之后,您可以立即使用 Visual C++ 2005 速成版 来生成功能强大的 .NET Framework 应用程序。若要使用 Visual C++ 速成版 生成 Win32 应用程序,只需采取几个步骤,下面对此进行了详细介绍。安装 Platform SDK 以便与 Visual C++ 速成版结...阅读全文
posted @ 2009-10-15 23:44 Len3d 阅读(669) | 评论 (0) 编辑

摘要: We should investigate the advantages/disadvantages of interpolating final gather points by spherical harmony.阅读全文
posted @ 2009-10-14 16:53 Len3d 阅读(53) | 评论 (1) 编辑