会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪溯
总之心情不好的话大概就会来这边做两道OJ,此处顺便储存部分笔记
开启论文记录化工程中,会陆续把已经读过的论文转化为笔记存下来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
42
43
44
45
46
47
48
49
50
···
81
下一页
2020年9月18日
flex + bison multiple parsers
摘要: flex.l 中加%option prefix="any_name_I_like" bison.y中加%define api.prefix {any_name_I_like} %define api.token.prefix {any_name_I_like}
阅读全文
posted @ 2020-09-18 03:57 雪溯
阅读(145)
评论(0)
推荐(0)
2020年9月17日
Educational Codeforces Round 95 (Rated for Div. 2)
摘要: Problem A 题意:开局:1A 两种操作: 1A->xA,yA->1B,问最少多少次操作能获得kA和kB 思路:1A->xA这个操作增加了x-1 A 要获得kB,那肯定需要y* kA + k个操作 所以总共需要(y+1) * k个A,这些需要 ceiling(((y + 1) * k - 1)
阅读全文
posted @ 2020-09-17 22:34 雪溯
阅读(211)
评论(0)
推荐(0)
2019年12月7日
cryptopals S1-6
摘要: 题目: https://cryptopals.com/sets/1/challenges/6 思路: Here's how: 解: 感想: keysz=29,这个实际上是硬暴力来的 其实还不完全,直接按照E的数目最多来拼是Terminator X: Br,ng thm noise 但实际上应该是Br
阅读全文
posted @ 2019-12-07 02:06 雪溯
阅读(255)
评论(0)
推荐(0)
cryptopals S1-5
摘要: 题目: https://cryptopals.com/sets/1/challenges/5 解法:
阅读全文
posted @ 2019-12-07 00:55 雪溯
阅读(96)
评论(0)
推荐(0)
cryptopals S1-4
摘要: 题目: https://cryptopals.com/sets/1/challenges/4 解法: 感想: 没有仔细读题,还以为就是S1-3的放大版
阅读全文
posted @ 2019-12-07 00:45 雪溯
阅读(214)
评论(0)
推荐(0)
Cryptopals S1-3
摘要: 题目地址: https://cryptopals.com/sets/1/challenges/3 解法: 感想: 还以为要把ETAOIN SHRDLU这句话当成答案
阅读全文
posted @ 2019-12-07 00:29 雪溯
阅读(122)
评论(0)
推荐(0)
Crptopals S1-2
摘要: 题目地址: https://cryptopals.com/sets/1/challenges/2 解法: hex(x^y) python3
阅读全文
posted @ 2019-12-07 00:12 雪溯
阅读(159)
评论(0)
推荐(0)
Crptopals S1-1
摘要: 题目: https://cryptopals.com/sets/1/challenges/1 转码,hex到base64 x = "0x49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d
阅读全文
posted @ 2019-12-07 00:06 雪溯
阅读(112)
评论(0)
推荐(0)
2019年9月10日
anaconda the procedure entry point openssl_sk_new_reserve could not be located in the dynamic link library libssl-1_1-x64.DLL
摘要: 出现时间大致是2019年6月,在之后的版本中应该会修复 解决方法:把miniconda/dlls下的libssl-1_1-x64.dll拷贝到miniconda/library/bin下
阅读全文
posted @ 2019-09-10 23:12 雪溯
阅读(1087)
评论(0)
推荐(0)
2019年6月13日
geth 私有链 invalid opcode -0x3d
摘要: 可能是由于没有到byzantium block因此outofdate, 解决方法: genesis.json config中加 "byzantiumBlock": 0
阅读全文
posted @ 2019-06-13 17:02 雪溯
阅读(297)
评论(0)
推荐(0)
上一页
1
···
42
43
44
45
46
47
48
49
50
···
81
下一页
公告