Skip to content
View ShenLu-jd's full-sized avatar

Block or report ShenLu-jd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Games101Work Games101Work Public

    Games101课后作业实现(环境:win10、VS2019)

    C++

  2. Games101Work8 Games101Work8 Public

    Games101作业8实现(环境:win10、VS2019)

    C

  3. DFA(Deterministic Finite Automaton,确... DFA(Deterministic Finite Automaton,确定有限自动机)和AC自动机分别实现敏感词过滤
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Text;
    4
    
                  
    5
    namespace SensitiveWordFilter
  4. C++的计时器实现,配合chrome://tracing/使用,能够可视... C++的计时器实现,配合chrome://tracing/使用,能够可视化查看运行时间
    1
    // 参考Cherno: https://gist.github.com/TheCherno/31f135eea6ee729ab5f26a6908eb3a5e
    2
    // 参考GavinSun0921: https://github.com/GavinSun0921/InstrumentorTimer
    3
    
                  
    4
    #pragma once
    5
    
                  
  5. AOI AOI Public

    使用C#实现的AOI算法

    C#