自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

算法,时空数据挖掘

Spatial-Temporal Application and Data Analysis

  • 博客(3)
  • 资源 (7)
  • 收藏
  • 关注

转载 linux一日一命令 - ln

There are two types of links symbolic links: Refer to a symbolic path indicating the abstract location of another filehard links : Refer to the specific location of physical data. To create a sy

2013-11-28 08:50:56 835

转载 Parsing a large JSON file efficiently and easily

When parsing a JSON file, or an XML file for that matter, you have two options. You can read the file entirely in an in-memory data structure (a tree model), which allows for easy random access to a

2013-11-18 22:54:29 1355

原创 LeetCode - Surrounded Regions

之前都在poj玩,第一次刷LeetCode OJ的题目,求Surrounded Regions。原题http://oj.leetcode.com/problems/surrounded-regions/ 。   不知道其他人什么解法。个人认为思路的关键是任何一个O如果它没有被X包围,那么它一定和最外面的边界的某个O是连通的。反过来,也就是可以从最外面那层所有的O开始用广度搜索所有没有被包围的O。

2013-11-03 10:47:39 1898

一个Silverlight的DateBinding和DataTemplate的Demo

一个Silverlight的DateBinding和DataTemplate的小Demo。通过DataBinding在界面上显示我个人事务的类TaskCollection。

2012-04-28

基于GPU的3D空间精确三角形拾取

用Directx11的ComputeShader和GeometryShader做的3D空间精确拾取,点击左键,程序判断是否选中了模型某个三角形,如果选中了则显示该三角形,其他以网格方式显示。

2011-12-21

串行的BitonicSort双调排序

CPU串行的BitonicSort双调排序

2011-12-20

Directx11绘制立方体

Directx11绘制一个立方体和四面体,用了我博客一个简单的框架封装,适合初学者学Directx11程序。

2011-12-20

InteliShade

InteliShade,vs的插件,安装后可以高亮.FX文件。

2011-08-17

usertype.dat

HLSL的关键字,放在vs的IDE文件下,以在vs中高亮HLSL的关键字

2011-08-17

Directx11中使用PhysX

在Directx11中使用PhysX物理引擎的小Demo。按a健就会看到盒子掉下来。

2011-08-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除