B - Doing Homework https://blog.csdn.net/fengkuangdewoniudada/article/details/76099005 ...
分类:
其他好文 时间:
2019-01-28 12:05:04
阅读次数:
168
import debounce from 'lodash.debounce'; this.deboucedFunc = debounce(this.viewModel.v_onHomeworkRequest, 1000); this.mapListener(this.sclr_homework, e ...
分类:
其他好文 时间:
2019-01-28 10:57:08
阅读次数:
224
Homework 1 INF 552, Instructor: Mohammad Reza Rajati1. Vertebral Column Data SetThis Biomedical data set was built by Dr. Henrique da Mota during a me ...
分类:
其他好文 时间:
2019-01-27 22:00:43
阅读次数:
128
4320: ShangHai2006 Homework 链接 分析: 分块。对权值模数进行分块,模数小于$\sqrt V$的($V$为权值上界),暴力处理。 模数大于$\sqrt V$的,设模数是k,枚举k的倍数,然后查询大于[k,2k]之间的最小的数x,这个区间的mod k最小的数就是x-k。k的 ...
分类:
其他好文 时间:
2019-01-20 16:00:49
阅读次数:
204
Little Sub loves math very much, and has just come up with an interesting problem when he is working on his geometry homework. It is very kind of him ...
分类:
其他好文 时间:
2019-01-19 22:15:09
阅读次数:
252
#define _CRT_SECURE_NO_WARNINGS #include #include //1. //5位运动员参加了10米台跳水比赛,有人让他们预测比赛结果 //A选手说:B第二,我第三; //B选手说:我第二,E第四; //C选手说:我第一,D第二; //D选手说:C最后,我第三; ... ...
分类:
其他好文 时间:
2019-01-02 01:22:22
阅读次数:
125
题目大意 给定一个n个数的数列,m个操作,有三种操作: $1\ x\ v$ 将$a_x$的值修改成v $2\ l\ r\ $ 求 $\sum_{i=l}^r x_i f_{i l}$ 其中对于$f$数组 $f_0=1\ ,f_1=1\ ,f_i=f_{i 1}+f_{i 2}$ (就是斐波那契数列) ...
分类:
其他好文 时间:
2018-12-22 13:54:37
阅读次数:
251
Doing Homework Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of ha ...
分类:
其他好文 时间:
2018-12-08 17:05:45
阅读次数:
124
To finish this week's homework that introduce the history of programming languages , I surf the internet and discover a blog that introduce it roundly ...
分类:
其他好文 时间:
2018-11-04 22:51:16
阅读次数:
304
随笔缘由:https://edu.cnblogs.com/campus/gzcc/GZCC-16SE1/homework/2213 githup缘由:https://github.com/tianshizhao/tianshizhao 一、基本要求 从个人项目出发,将程序改造成一个单机带用户界面(不 ...
分类:
其他好文 时间:
2018-10-25 00:15:55
阅读次数:
175