Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Interactive Code Note project backend

less than 1 minute read

Published:


graph TD
    A[接收代码] --> B{分配给小容器}
    B --> |成功| C[在小容器中执行]
    C --> |完成| D[返回结果]
    C --> |阻塞或超时| E{转移到大容器}
    B --> |所有小容器忙| E
    E --> |大容器可用| F[在大容器中执行]
    E --> |大容器忙| G[加入等待队列]
    G --> |大容器空闲| F
    F --> |完成| D
    F --> |超时| H[丢弃任务]
    G --> |等待超时| H

Interactive Code Note Test

1 minute read

Published:

This blog is a demo for github project InteractiveCodeNote
Actually, 😂 I created this project for learning data structures and algorithms. I wanted to take notes and record the algorithm code I learned while being able to run the code as I write the notes.

Blog Post number 4

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 3

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 0

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

dsa

Find Median from Data Stream

Published:


问题描述

创建一个数据结构,可以存储一个可以随时间动态变化大小的整数列表,并在常数时间内 O(1) 找到这个动态增长列表的中位数。

portfolio

publications

Enhancing GNSS Positioning Using Transformer-Based Correction Network

Published in ION GNSS+ , 2024

The paper is about improving GNSS positioning accuracy in urban environments, where NLOS (Non-Line-of-Sight) and multipath effects cause significant challenges. By employing an end-to-end deep learning approach, specifically a Transformer-based correction network, we significantly enhance GNSS positioning accuracy in these challenging scenarios.

Download Paper

talks

teaching

Teaching experience 1

Undergraduate course, University 1, Department, 2014

This is a description of a teaching experience. You can use markdown like any other post.

Teaching experience 2

Workshop, University 1, Department, 2015

This is a description of a teaching experience. You can use markdown like any other post.