码迷,mamicode.com
首页 >  
搜索关键字:little bird    ( 1933个结果
主机序与网络字节序解析
网络数据流的地址:先发出的数据是低地址,后发出的是高地址 TCP/IP协议规定,网络数据流采用大端(big endian)字节序,低地址存高字节序,高地址低字节序(网络字节序) 主机字节序一般采用小端(little endian)存储,低地址存低字节序,高地址存高字节序 例子: ntohs() 将一 ...
分类:其他好文   时间:2019-03-22 00:20:29    阅读次数:138
Little Sub and Traveling(杭师大第十二届校赛E题) 欧拉回路
题目传送门 题目大意: 从0出发,每次只能跳到(i*2)%n或者(i*2+1)%n,求字典序最大的哈密顿回路。 思路: 首先n为奇数时无解,先来证明这一点。 先假设n为奇数,若要回到原点,则必定有一步是$a%n=0$,则$a=kn(k为整数)$。 我们先假设a是通过$2x$的方式得到的,即$kn=2 ...
分类:其他好文   时间:2019-03-20 01:01:16    阅读次数:160
A.Little Sub and Applese
Description ’Why are you always repeating what I say?’ says Applese, a friend of Little Sub. ’Because it is the most important quality of mankind.’ sa ...
分类:移动开发   时间:2019-03-18 01:41:36    阅读次数:164
D.Little Sub and Balloons
Description Little Sub is an ICPC participant. Every time when Little Sub solves a new problem, a balloon will be given to him. Different problems hav ...
分类:其他好文   时间:2019-03-18 01:13:24    阅读次数:163
申请内存地址的方向
小结: 1、高->低; LITTLE-ENDIAN(小字节序、低字节序) BOM——Byte Order Mark 字节序标记 数据在内存中的存放顺序 ...
分类:其他好文   时间:2019-03-15 01:08:53    阅读次数:201
[HDU3085] Nightmare Ⅱ 题解
Problem Description Last night, little erriyue had a horrible nightmare. He dreamed that he and his girl friend were trapped in a big maze separately. ...
分类:Web程序   时间:2019-03-14 19:54:41    阅读次数:216
CodeForces - 13E
Little Petya likes to play a lot. Most of all he likes to play a game «Holes». This is a game for one person with following rules: There are N holes l ...
分类:其他好文   时间:2019-03-05 18:46:47    阅读次数:163
CF453(Div1 简单题解)
A .Little Pony and Expected Maximum pro:给定M,N,表示一个M面的骰子,甩N次,问出现的最大的数的期望。 sol:容斥,f(i)表示最大数<=i的期望,那么最大数=x的期望就是f(x)-f(x-1); B .Little Pony and Harmony Ch ...
分类:其他好文   时间:2019-03-04 21:01:52    阅读次数:238
Codeforces 460D Little Victor and Set(看题解)
Little Victor and Set 其他都很好求, 只有k == 3的时候很难受。。 我们找到第一个不大于l的 t, 答案为 l, 3 * t, (3 * t) ^ l 感觉好像是对的, 感觉又不会证明, 啊, 我好菜啊。 ...
分类:其他好文   时间:2019-03-03 22:32:10    阅读次数:155
CodeForces - 569A.Music
Little Lesha loves listening to music via his smartphone. But the smartphone doesn't have much memory, so Lesha listens to his favorite songs in a wel ...
分类:其他好文   时间:2019-03-03 22:16:21    阅读次数:129
1933条   上一页 1 ... 21 22 23 24 25 ... 194 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!