Studying TCP's Throughput and Goodput using NS What is Throughput Throughput is the amount of data received by the destination.The Average Throughput ...
分类:
其他好文 时间:
2014-10-27 00:15:48
阅读次数:
276
1.POSIX Threads, usually referred to as Pthreads, is a POSIX standard for threads. The standard, POSIX.1c, Threads extensions (IEEE Std 1003.1c-1995),...
分类:
编程语言 时间:
2014-10-26 21:02:56
阅读次数:
149
STL即 Standard Template Library (标准模板库) STL是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就...
分类:
编程语言 时间:
2014-10-26 13:03:18
阅读次数:
302
仅仅记录自己在安装各个开发工具时碰到的问题以及最后通过什么方法才解决掉,有些方法也是不知道到底是因为什么原因才导致最后通过了安装,总之记录一下,以备不时之需。standard_sdk安装中断安装标准sdk就碰到了大问题,双击安装文件没几步呢就报错了,翻译一下就是本sdk缺少一些相关软件,虽然能够继续...
一、JSON介绍 声明:文中对JSON的介绍引用了网络上共享的知识,本文的知识也提供给读者分享。 JSON(JavaScript Object Notation)是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December ...
分类:
Web程序 时间:
2014-10-25 09:12:35
阅读次数:
237
本来是写了挺多的内容的,后来因为安装软件过程中一不小心重启了电脑,写的东西全丢了,这次就简单的写一下用的工具和安装流程以及碰到的问题;主要用的开发工具为windowsce5.0 standard sdk,embedded visual c++4.0,ACTIVE SYNC,这第一个工具就内含了win...
D. Design Tutorial: Inverse the Problem
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
There is an easy wa...
分类:
编程语言 时间:
2014-10-24 20:51:39
阅读次数:
225
1 Standard headers1.1 Containers1.2 General1.3 Localization1.4 Strings1.5 Streams and Input/Output1.6 Language support1.7 Thread support library1.8 Nu...
分类:
编程语言 时间:
2014-10-24 18:26:01
阅读次数:
175
系统管理员在VM下新装了一台Windows Server 2012服务器,我在上面安装了SQL Server 2014 Standard版数据库,安装之初,只分配了一个C盘,我想在这台服务器上添加了三个磁盘(虚拟磁盘),步骤如下截图所示: Step 1: 通过VMware vSphere Clien...
在android里,有4种activity的启动模式,分别为:“standard” (默认) “singleTop” “singleTask” “singleInstance”
standard、singleTop、singleTask、singleInstance(其中前两个是一组、后两个是一组),默认为standard
standard:就是intent将发送给新的实例,所以每次...
分类:
其他好文 时间:
2014-10-23 19:23:36
阅读次数:
179