码迷,mamicode.com
首页 >  
搜索关键字:csu 1552 friends    ( 1699个结果
CF1080C Masha and two friends (矩阵的重叠面积)
恢复内容开始 CF1080C Masha and two friends (矩阵的重叠面积) 题目链接:CF1080C 有关在坐标轴内矩阵的重叠覆盖,格点计算都是毒瘤题,但见到了还是要A的 这类题目一般会有一些化繁为简的技巧 这道题,是有关黑白格点的计算,我们可以利用容斥来做 首先我们记 B(x_1 ...
分类:其他好文   时间:2018-12-05 21:54:48    阅读次数:220
做明白这个题就理解了范式的概念了
转自https://www.cnblogs.com/JCSU/articles/1324032.html 一、关系数据理论 1. 关系模式 一个关系模式应当是一个五元组:R(U, D, DOM, F)(1) R: 关系名;(2) U: 一组属性;(3) D: 属性组U中属性所来自的域;(4) DOM ...
分类:其他好文   时间:2018-12-04 11:30:42    阅读次数:445
fetch and object
使用fetch: 因为在 Request 和 Response 中都包含 Body 的实现,所以包含以下类型: ArrayBuffer ArrayBufferView (Uint8Array and friends) Blob/File string URLSearchParams FormData ...
分类:其他好文   时间:2018-12-01 18:30:08    阅读次数:198
python微信自动回复
模块是itchat 下载:命令行输入 pip install itchat import itchat #导入itchat模块 itchat.auto_login() #登陆微信,授权 用命令行发送给某人单独消息: users = itchat.search_friends(name=u'通讯录备注 ...
分类:微信   时间:2018-11-29 20:06:45    阅读次数:257
Codeforces Round #524 (Div. 2) C. Masha and two friends
C. Masha and two friends 题目链接:https://codeforc.es/contest/1080/problem/C 题意: 给出一个黑白相间的n*m的矩阵,现在先对一个子矩阵颜色变为白色,然后再对一个子矩阵颜色变为黑色,问最终白色格子和黑色格子有多少? 题解: 定义w( ...
分类:其他好文   时间:2018-11-25 21:16:09    阅读次数:159
设计模式 迪米特法则
设计模式 迪米特法则 只和朋友交流 Only talk to your immediate friends 只与直接的朋友通信。即每个对象都有耦合关系,对象之间有耦合。 定义老师类 public class Teacher{ // 老师对学生发布命令 public void commond(Grou ...
分类:其他好文   时间:2018-11-25 11:52:28    阅读次数:107
Petya and Origami
Petya is having a party soon, and he has decided to invite his nn friends. He wants to make invitations in the form of origami. For each invitation, h ...
分类:其他好文   时间:2018-11-24 17:53:46    阅读次数:205
better-scroll使用参考
************better-scroll是基于父元素固定高度,溢出才滚动的,所以父元素务必定高,否则无法滚动**********************************************第一步引入——————参考https://ustbhuangyi.github.io/be... ...
分类:其他好文   时间:2018-11-23 20:45:23    阅读次数:2257
开源介绍·新款简约、实用与大气的Hexo新主题:BMW
这是一个简约、大气、实用的Hexo新主题:BMW??。 墙内的小伙伴,请移步原文地址: "一款简约且实用的Hexo新主题:BMW" Theme BMW BMW is a beautiful "http://hexo.io" theme. It is created by "https://godbm ...
分类:其他好文   时间:2018-11-17 17:51:17    阅读次数:200
hdu5305 Friends(dfs,多校题)
Friends Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2945 Accepted Submission(s): 1413 Problem ...
分类:其他好文   时间:2018-11-15 01:37:01    阅读次数:221
1699条   上一页 1 ... 19 20 21 22 23 ... 170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!