码迷,mamicode.com
首页 >  
搜索关键字:simulator    ( 299个结果
一次服务器CPU占用率高的定位分析
现象: 当前项目启动一段时间,有一个服务导致CPU使用率持续超过30% 环境:Windows 7, CPU: 8核, 内存: 8g内存 定位过程: 启动项目,查看Java进程ID 查看Event Processor 的CPU使用情况,此时基本维持在1%左右: 开启Simulator发送几包数据,再次 ...
分类:其他好文   时间:2016-08-05 15:55:03    阅读次数:144
使用TARGET_IPHONE_SIMULATOR和TARGET_OS_IPHONE宏区分模拟器和设备
#if TARGET_IPHONE_SIMULATOR NSLog(@"run on simulator"); #else NSLog(@"run on device"); #endif 注意不要用#ifdef TARGET_IPHONE_SIMULATOR, 因为在device上, TARGET_ ...
分类:其他好文   时间:2016-08-05 11:40:58    阅读次数:358
Visual Studio找不到iOS模拟器
Visual Studio找不到iOS模拟器 Visual Studio可以正常连接Mac系统,但是在测试时候,提示以下错误信息:Failed to start iOS Simulator in the mac:An error occured on client vs9364admin while ...
分类:移动开发   时间:2016-08-04 15:03:32    阅读次数:206
[NEST simulator] NEST example分类及概述
NEST simulator官方提供了35个example network,数量不多,所以珍贵 本文对这些example做以分类以便后续学习进行。 分类依据2条主线:1.example内容: 包括example本身预期提供的内容,以及我对其的关注点。2.example优先级: 这是后续对exampl ...
分类:其他好文   时间:2016-07-21 19:35:26    阅读次数:215
[NEST simulator] NEST example network计划
还未对nest基本语法做介绍,就直接来到了example部分,以后会陆续把语法部分补上。 本文主要介绍下我的nest example network plan. 按下列思路开展对example的学习: goal 1.找到对目标有借鉴意义的example(Preferred example)goal ...
分类:Web程序   时间:2016-07-20 19:37:53    阅读次数:368
ns3的输入输出奥秘(三) Tracing系统
Tracing系统 (1)ASCII Tracing 还是以myfirst.cc为例子 可以在Simulator::Run()前面加上 编译完成后可以在 ns-3.25里面看到文件 myfirst.tr 通过cat命令可以看到 我们之前是发送的一个分组大小是1024字节,这里更详细的之处了 包含了 ...
分类:其他好文   时间:2016-07-18 02:52:09    阅读次数:222
ios模拟器快捷键操作
搜集资料: 1、虚拟机中iphone模拟器的旋转,以及iphone学习文档——快捷键: http://blog.sina.com.cn/s/blog_5d5a561b0100sef3.html 2、【整理】Xcode中的iOS模拟器(iOS Simulator)的介绍和使用心得:http://www ...
分类:移动开发   时间:2016-07-12 22:59:16    阅读次数:265
UDP协议下的NS2仿真
来自simple.tcl set ns [new Simulator]$ns color 0 blue$ns color 1 red$ns color 2 whiteset n0 [$ns node]set n1 [$ns node]set n2 [$ns node]set n3 [$ns node ...
分类:其他好文   时间:2016-07-04 13:39:45    阅读次数:210
Cooja Simulator拾遗
CoojaSimulator拾遗摸索了一段Cooja模拟器,前面也转发了几篇文章,也都涉及了cooja仿真模拟的例子,在译文环境搭建及开发流程(官网翻译GetStarted)中,也涉及了cooja的基本用法。其实自己多摸索摸索,简单的功能和用法还是能搞定。当然cooja功能还是很强大,例如串口,控制..
分类:其他好文   时间:2016-06-20 16:04:42    阅读次数:783
299条   上一页 1 ... 10 11 12 13 14 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!