Leetcode-3405-Count-the-Number-of-Arrays-with-K-matching-Adjacent-Elements

题目大意:输入是三个数字。一个长度为good array有以下限制:数组中的每个元素的范围都为;正好有满足。输出是满足条件的good array的数量。因为数量可能很多,所以对结果取模1e9+7

Read More

Leetcode-3123-Find-Edges-in-Shortest-Paths

题目大意:输入是节点数量,节点序号从条边用数组表达,,意味着节点和节点的权重等于。需要考虑从节点为起点,节点为终点的所有最短路。输出是一个数组意味着至少在一条最短路上,反之为

Read More

Literature Review for Ray Tracing

The compilation of literature on ray tracing discussed in various conferences in recent years. The conference links provide the article directories for each year’s conference, including those that do not include articles related to ray tracing.

Read More

Docker Usage

TODO…

Read More

Vulkan-Sim Experiment

I STRONGLY RECOMMEND following the Readme.md from the original Github respository rather than this one!!!

Read More

Leetcode 887-Egg Drop

本文回顾鸡蛋掉落的三个版本。

Read More

Course Review AI - Problem sloving by searching

一些问题是有直接的解决方案的,我们可以应用公式或者遵照一个标准的流程来解决。而一些更有趣的问题没有这样的解决方案,通常需要search来解决。

Read More

Paper Reading 2 - Vulkan-Sim:A GPU Archtecture Simulator for Ray Tracing

这篇博客记录阅读Vulkan-Sim: A GPU Architecture Simulator for Ray Tracing时的笔记。主要集中于对名词的理解,以及原文的框架结构,将忽略部分细节。原文对应的videocode可以在Tor Aamodt的个人主页找到。

Read More

Install GPGPU-Sim

本文记录安装GPGPU-Sim中踩到的坑,大部分与版本兼容相关。以及对GPGPU-sim有初步的了解。

Read More

Install Ubuntu

最近给主机装了一块新磁盘,在上面装了Ubuntu系统试试,本节记录一些小坑。

Read More