Skip to content
View jiesonliang's full-sized avatar

Block or report jiesonliang

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. tree-database-management-system Public

    该软件是一个命令行式的树形数据管理工具,通过简化的命令支持创建、插入、查找、编辑、删除节点,以及锁定和解锁节点以保障数据安全。此外,还具备可视化树结构和显示锁定节点的功能,适用于灵活管理各类树状数据结构

    1

  2. MultiSinModel类是一个用于拟合多特征正弦函数数据的模型。它通...
    1
    import numpy as np
    2
    import pickle
    3
    import random as rd
    4
    
                  
    5