404 Not Found


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

读书笔记[De-anonymizingSocialNetworks]

发表于 2019-11-01 | 分类于 读书笔记
abstractthis paper propose a effective de-anonymization algorithm with 12% error rate. contribution survey the current state of data sharing in social ...
阅读全文 »

读书笔记[Offensive Techniques in Binary Analysis]

发表于 2019-10-13 | 分类于 读书笔记
Abstraction and introductionimportance of binary analysis: 很多情况下只用运行才能发现代码的某些特性。 解释型语言需要binary program 解释或 just-in-time 来及时编译。(都需要binary) OS核心以及一些需要考 ...
阅读全文 »

读书笔记[SoK Eternal War in Memory]

发表于 2019-09-26 | 分类于 读书笔记
AbstractionGoal and Contribution: 建立memory corruption attack的通用模型。 分析防护措施的高效性以及实用性。 为open research problem提供建议。 Introduction先是开了个玩笑,”The most obvio ...
阅读全文 »

data-mining

发表于 2019-09-25 | 分类于 读书笔记
The article has been encrypted, please enter your password to view.
阅读全文 »

page_segment_management

发表于 2019-09-25 | 分类于 读书笔记
阅读全文 »

读书笔记[Efficient Active Learning for Image Classification and Segmentation using a Sample Selection and Conditional Generative Adversarial Network]

发表于 2019-09-14 | 分类于 读书笔记
原文链接 Efficient Active Learning for Image Classification and Segmentation using a Sample Selection and Conditional Generative Adversarial Network简介这篇文章 ...
阅读全文 »

读书笔记[Cost-Effective Active Learning for Deep Image Classification]

发表于 2019-09-13 | 分类于 读书笔记
原文链接 简要本文提供了一个为图像分类的Active Learning框架。 文章梳理Introduction介绍部分主要是概括的批判了一番当时主流的Active Learning的方法。包括: 在选择sample时,置信度很高的unlabeled sample被忽略。 选择sample和CNN分 ...
阅读全文 »

ComputerAndNetworkSecurity

发表于 2019-09-11 | 分类于 读书笔记
The article has been encrypted, please enter your password to view.
阅读全文 »

leetcode 的刷题之旅

发表于 2019-09-05
之前已经刷过剑指offer和newcoder上的leetcode140题。如果感兴趣可以去看看那些文章。这篇博客主要是为了记录自己刷leetcode的过程,希望可以刷到300题左右(ps:我自己也不知道什么时候会太监)话不多说,开始。 12345678910111213141516171819202 ...
阅读全文 »

计算机系统总结

发表于 2019-07-24
抽空把深入了解计算机系统简要看了一遍。这里做个小总结。 计算机系统的基本特性并发,共享,虚拟,异步。并发指在计算机系统中同一时间段内共同运行着多个程序。(区别并行)具体包括用户程序与用户程序,用户程序与系统程序。共享指操作系统程序和多个用户程序共享系统资源(包括cpu运行时间,内存分配)。虚拟(主要 ...
阅读全文 »
12
李书赫

李书赫

It works on my machine

20 日志
4 分类
11 标签
© 2019 李书赫