码迷,mamicode.com
首页 >  
搜索关键字:average and standard deviation-平均数和标准差    ( 5852个结果
Studying TCP's Throughput and Goodput using NS
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
[RK_2014_1026][C++_03]POSIX Threads
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
【C/C++】STL,ATL,WTL之间的联系和区别
STL即 Standard Template Library (标准模板库) STL是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就...
分类:编程语言   时间:2014-10-26 13:03:18    阅读次数:302
wince开发环境搭建遇到的问题及解决办法
仅仅记录自己在安装各个开发工具时碰到的问题以及最后通过什么方法才解决掉,有些方法也是不知道到底是因为什么原因才导致最后通过了安装,总之记录一下,以备不时之需。standard_sdk安装中断安装标准sdk就碰到了大问题,双击安装文件没几步呢就报错了,翻译一下就是本sdk缺少一些相关软件,虽然能够继续...
分类:Windows程序   时间:2014-10-25 18:38:31    阅读次数:197
JSON之HelloWord
一、JSON介绍 声明:文中对JSON的介绍引用了网络上共享的知识,本文的知识也提供给读者分享。 JSON(JavaScript Object Notation)是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December ...
分类:Web程序   时间:2014-10-25 09:12:35    阅读次数:237
wince5.0开发环境搭建
本来是写了挺多的内容的,后来因为安装软件过程中一不小心重启了电脑,写的东西全丢了,这次就简单的写一下用的工具和安装流程以及碰到的问题;主要用的开发工具为windowsce5.0 standard sdk,embedded visual c++4.0,ACTIVE SYNC,这第一个工具就内含了win...
分类:Windows程序   时间:2014-10-24 22:06:34    阅读次数:344
Codeforces Round #270(活用prim算法)
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
[RK_2014_1024][C++_01]C++ Standard Library
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
VMware下Windows Server 2012添加新磁盘
系统管理员在VM下新装了一台Windows Server 2012服务器,我在上面安装了SQL Server 2014 Standard版数据库,安装之初,只分配了一个C盘,我想在这台服务器上添加了三个磁盘(虚拟磁盘),步骤如下截图所示: Step 1: 通过VMware vSphere Clien...
分类:Windows程序   时间:2014-10-24 14:27:08    阅读次数:396
思考一下activity的启动模式
在android里,有4种activity的启动模式,分别为:“standard” (默认) “singleTop” “singleTask” “singleInstance” standard、singleTop、singleTask、singleInstance(其中前两个是一组、后两个是一组),默认为standard  standard:就是intent将发送给新的实例,所以每次...
分类:其他好文   时间:2014-10-23 19:23:36    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!