Practical

Chen Shuo's Practical Network Programming - TTCP Lecture代码注释

下面是C语言版本的TTCP,主要注释的是void receive(const Options& opt);函数,负责在服务器接收客户端发送的数据: // muduo/examples/ace/ttcp/ttcp_blocking.cc #include ... // 接受新的TCP连接 static ......
注释 Programming Practical Network Lecture

Implementing Domain Driven Design (A practical guide for implementing the Domain Driven Design with the ABP Framework)

##CONTENTS **Introduction**.................................................. * **Goal**...................................................... * **Sim ......

【每日一题】Problem 253B. Physics Practical

[原题](https://codeforces.com/problemset/problem/253/B) #### 解决思路 1. 定义 $dp[i][j]$ 为对 $i$ 元素做出选择后,要删除的最少元素个数 2. 对于 $i$,有两种情况,选或不选 1. 选:则找到 $y(y>2x)$ 的个数 ......
Practical Problem Physics 253

A Practical Methodology, HSM, Handler,Service,Model, for Golang Backend Development

A simple methodology or design pattern called HSM (Handler, Service, Model) or Golang backend development. HSM is similar to MVC but specifically tail... ......

[6] Fast and Practical Secret Key Extraction by Exploiting Channel Response 论文精读 INFOCOM 13'

摘要 摘要写的很清楚,几句话说明了当前密钥发展现状,即使用RSS为基础的密钥生成解决方案的生成速率有待提升,因此本文主打一个高速率;此外本文提出了CGC算法来解决现实生活中的信道互易性差的问题;此外,其能够抵御被认为对RSS技术有害的恶意攻击! 但是他的Abstract我有一点不满哈,全文都是CSI ......
共5篇  :1/1页 首页上一页1下一页尾页