Skip to content
View MR0TOM's full-sized avatar

Block or report MR0TOM

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. 001 001 Public

    test

  2. JavaScript JavaScript Public

    Forked from TheAlgorithms/JavaScript

    Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

    JavaScript

  3. 3d_game 3d_game Public

    由多种算法构成的网页小游戏

    JavaScript

  4. -Maven- -Maven- Public

  5. - - Public

    牛顿冷却定律描述物体与环境的对流换热规律,微分形式为:dT/dt = -k*(T - T_env) 给定初始条件t=0时T=T0,微分方程的解析解为:T(t) = T_env + (T0 - T_env) * exp(-k*t) 参数定义: - T(t):t时刻物体的温度,单位℃ - T_env:恒定的环境温度,单位℃,本次实验固定为25℃ - T0:物体初始温度,单位℃,本次实验设定为90…