码迷,mamicode.com
首页 >  
搜索关键字:magic packet    ( 2626个结果
ACM——Quicksum
Quicksum时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:615 测试通过:256描述A checksum is an algorithm that scans a packet of data and returns a s...
分类:其他好文   时间:2014-07-22 00:25:37    阅读次数:249
IP packet transmission using vehicular transport
In one embodiment, a first stationary router may detect a disconnected backhaul link to a destination. In response to detecting the disconnected backh...
分类:其他好文   时间:2014-07-22 00:01:35    阅读次数:370
Java Magic. Part 4: sun.misc.Unsafe
原文地址?译文地址?译者:许巧辉 校对:梁海舰 Java是一门安全的编程语言,防止程序员犯很多愚蠢的错误,它们大部分是基于内存管理的。但是,有一种方式可以有意的执行一些不安全、容易犯错的操作,那就是使用U...
分类:编程语言   时间:2014-07-21 10:28:27    阅读次数:293
关于开源的RTP——jrtplib的使用
session.BeginDataAccess(); if (session.GotoFirstSource()){ do{ RTPPacket *packet; while ((packet = session.GetNextPacket()) != 0){ ...
分类:其他好文   时间:2014-07-19 17:34:58    阅读次数:243
实时捕捉以太网原始数据包(PacketRawEthernetMonitor)----Kithara RTS工程源代码解析
本文以windows实时拓展Kithara RTS安装目录下的smp文件夹内的PacketRawEthernetMonitor工程源码为例,该源码实现了一个简单的网络监视程序,可以实时监测网卡接收的原始数据。该工程主要使用了Kernel,Packet模块,有三个函数组成:主函数runSample,回...
分类:Web程序   时间:2014-07-19 09:14:26    阅读次数:476
待字闺中之Magic Index 分析
给定一个数组A,其中有一个位置被称为Magic Index,含义是:如果i是Magic Index,则A[i] = i。假设A中的元素递增有序、且不重复,请给出方法,找到这个Magic Index。更进一步,当A中允许有重复的元素,该怎么办呢? 没有重复元素的情况 一些同学在遇到这个题目的时候,往往会觉得比较简单。扫描一遍,不就ok了么?O(n)的。很简单呀。可是,大家要注意到...
分类:其他好文   时间:2014-07-16 16:23:25    阅读次数:272
TCP/IP 协议工作原理与Linux系统下调优
TCP/IP建立连接的三次握手过程:建立TCP连接共需要三个packetClient-->syn=1,ack=0,fin=0-->ServerClient<--syn=1,ack=1,fin=0<--ServerClient-->syn=0,ack=1,fin=0-->ServerTCP/IP关闭连接的四个过程:关闭TCP连接需要四个packet:Client-->FIN-->S..
分类:系统相关   时间:2014-07-16 13:18:13    阅读次数:375
E. A Magic Lamp
E. A Magic LampTime Limit:1000msCase Time Limit:1000msMemory Limit:32768KB64-bit integer IO format:%I64d Java class name:MainKiki likes traveling. One...
分类:其他好文   时间:2014-07-14 23:52:41    阅读次数:352
H - Quicksum(1.5.3)
Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description A checksum is an algorithm that scans a packet of data and returns a single numb...
分类:其他好文   时间:2014-07-13 18:47:10    阅读次数:219
opencms 安装出现下面的问题:Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).
一、问题 在安装opencms是会出现如下错误: MySQL system variable 'max_allowed_packet' is set to 1048576 Byte (1MB). Please note that it will not be possible for OpenCms to handle files bigger than this value in ...
分类:其他好文   时间:2014-07-12 22:58:44    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!