会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mxrurush
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
下一页
2022年4月25日
py 决策树
摘要: from cgi import print_form from math import log from msilib import datasizemask import os from matplotlib import pyplot as plt import numpy as np impo
阅读全文
posted @ 2022-04-25 17:57 Mxrurush
阅读(32)
评论(0)
推荐(0)
编辑
2022年4月12日
ACM板子堆
摘要: 数据结构 玄学数据结构——珂朵莉树 struct Node { int l,r;// [l,r] mutable int v; // 需要维护的信息 Node(int LL ,int rr = -1,int vv = 0):l(LL), r(rr),v(vv){} bool operator<(co
阅读全文
posted @ 2022-04-12 22:59 Mxrurush
阅读(100)
评论(0)
推荐(0)
编辑
2022年4月7日
数据结构顺序栈,链栈,顺序队列,链队的c++实现
摘要: 是作业
阅读全文
posted @ 2022-04-07 10:32 Mxrurush
阅读(48)
评论(0)
推荐(0)
编辑
2022年4月2日
Cohen-Sutherland算法的openGL实现
摘要: 实验代码
阅读全文
posted @ 2022-04-02 21:55 Mxrurush
阅读(108)
评论(0)
推荐(0)
编辑
2022年3月31日
对数几率回归模型py代码实现
摘要: 赞我
阅读全文
posted @ 2022-03-31 10:53 Mxrurush
阅读(111)
评论(0)
推荐(0)
编辑
2022年3月26日
AtCoder Beginner Contest 245
摘要: C to F
阅读全文
posted @ 2022-03-26 22:56 Mxrurush
阅读(45)
评论(0)
推荐(0)
编辑
2022年3月24日
数据结构实验单链表
摘要: 是作业
阅读全文
posted @ 2022-03-24 15:39 Mxrurush
阅读(75)
评论(1)
推荐(0)
编辑
2022年3月22日
多元线性回归py实现
摘要: 点个赞吧,谢谢!
阅读全文
posted @ 2022-03-22 21:23 Mxrurush
阅读(51)
评论(2)
推荐(1)
编辑
2022年3月21日
Codeforces Round #778 (Div. 1 + Div. 2, based on Technocup 2022 Final Round)
摘要: A to D
阅读全文
posted @ 2022-03-21 10:30 Mxrurush
阅读(159)
评论(5)
推荐(2)
编辑
2022年3月19日
Codeforces Round #641 (Div. 2)
摘要: A to D
阅读全文
posted @ 2022-03-19 15:18 Mxrurush
阅读(27)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
下一页
公告