码迷,mamicode.com
首页 >  
搜索关键字:friend    ( 1299个结果
[LeetCode&Python] Problem 925. Long Pressed Name
Your friend is typing his name into a keyboard. Sometimes, when typing a character c, the key might get long pressed, and the character will be typed ...
分类:编程语言   时间:2018-12-16 11:00:57    阅读次数:200
YY的GCD
"传送门" 题目描述很清楚,还是先老套路枚举gcd,不过这次你枚举的只能是质数。 $$\sum_{i=1}^n\sum_{j=1}^m\sum_{d=1,d\ is\ prime}^n[gcd(i,j)=d]$$ 这个式子我们很熟悉。直接d除进去然后套莫比乌斯函数的性质: $$\sum_{d=1,d ...
分类:其他好文   时间:2018-12-15 10:31:56    阅读次数:160
使用wsHttpBinding构建Message安全模式和UserName授权
http://www.cnblogs.com/artech/archive/2011/05/22/authentication_01.html https://www.cnblogs.com/Frank-yafeya/p/3283699.html https://www.cnblogs.com/jf ...
分类:Web程序   时间:2018-12-14 17:30:26    阅读次数:232
ZJOI2014 力
"传送门" 一道FFT的标准练习题。 把$q_i$除进去,就可以得到$E(j) = \sum_{i j}\frac{q_j}{(i j)^2}$. 把这个式子前后两部分分别拆开,设$f(i) = q_i$,$g(i) = \frac{1}{i^2}$,那么前一部分就是$\sum_{i=0}^j f( ...
分类:其他好文   时间:2018-12-12 21:29:34    阅读次数:237
How to compare dates in Java
How to compare dates in JavaBy mkyong | January 18, 2010 | Updated : November 15, 2016 | Viewed : 930,987 | +4,252 pv/wFew examples show you how to co ...
分类:编程语言   时间:2018-12-12 00:17:29    阅读次数:132
XML模块
一. XML 模块 是一种定义电子文档结构和描述的语言,可以标记数据,定义数据类型 标记翻译为标签,标签是指某种特殊符号,XML是用标签来定义文档结构 标签的组成:<person name='egon'> hello my friend</person> 1. 标签名: person 2. 属性(a ...
分类:其他好文   时间:2018-12-11 19:56:30    阅读次数:180
CF1083(div1)
A. The Fair Nut and the Best Path 题意:给定有点权,有边权的树,让你选择一条链(也可以是只有一个点),使得点权之和-边权最大。 思路:裸的树形DP,我们用dp[i]表示i的子树里到i是最大值,然后用次大值更新答案即可。 #include<bits/stdc++.h> ...
分类:其他好文   时间:2018-12-11 14:30:17    阅读次数:182
825. Friends Of Appropriate Ages - Medium
Some people will make friend requests. The list of their ages is given and ages[i] is the age of the ith person. Person A will NOT friend request pers ...
分类:移动开发   时间:2018-12-09 12:08:41    阅读次数:254
12月8日 改
课前回顾:—设置游戏中的字体和字体的大小的方法pygame 工具箱font 工具(设置字体的大小)SysFont () 需要怎么使用工具(从系统中调出的字体样式)计算机英语:friend friend friend friend friend朋友 朋友 朋友 朋友 朋友 朋友level level ...
分类:其他好文   时间:2018-12-08 18:00:52    阅读次数:181
12月8日
课前回顾:—设置游戏中的字体和字体的大小的方法pygame 工具箱font 工具(设置字体的大小)SysFont () 需要怎么使用工具(从系统中调出的字体样式)计算机英语:friend friend friend friend friend朋友 朋友 朋友 朋友 朋友 朋友level level ...
分类:其他好文   时间:2018-12-08 17:59:58    阅读次数:148
1299条   上一页 1 ... 22 23 24 25 26 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!