会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Elpsywk's Blog
The truth is what it is,not what you see.
博客园
首页
新随笔
联系
订阅
管理
12 2017 档案
12.24逆向工程上机作业整理
摘要:.386 .model flat, stdcall include kernel32.inc includelib kernel32.lib include msvcrt.inc includelib msvcrt.lib .data szText db "Reverse Engineering",
阅读全文
posted @
2017-12-24 20:07
Elpsywk
阅读(762)
评论(0)
推荐(0)
[poj1703]Find them, Catch them(种类并查集)
摘要:题意:食物链的弱化版本 解题关键:种类并查集,注意向量的合成。 $rank$为1代表与父亲对立,$rank$为0代表与父亲同类。 法二:$fa$数组代表$i$属于$A$或$i$属于$B$
阅读全文
posted @
2017-12-01 23:05
Elpsywk
阅读(210)
评论(0)
推荐(0)
公告