A simulator is an automated model that captures the essential logic and behaviour of a particular object. A good simulator allows investigating the properties of the object, exploring "what-if" scenarios, or incorporating the object into a landscape interacting objects. Simulator design often ...

learn more… | top users | synonyms

1
vote
3answers
46 views

Is there any iPAD simulator for WINDOWS in order to test using our ipa file?

How to test our .ipa file in windows machine? Is there any iPAD simulator for windows.. Is there any means that we can test our app in a windows machine?
0
votes
1answer
21 views

iOS Simulator run in 568x320

Is it possible to run the iOS simulator iphone as 568x320? Or disable the retina frame buffer? The reason I ask is I'm trying to do a screen capture on the iOS Simulator for a game trailer and running ...
0
votes
0answers
7 views

How to dump keychain data of an iPhone simulator

For iOS device, once jailbroken, we can dump the keychain content by using keychain_dumper. I'm curious to know if there are any similar way to dump the iPhone Simulator's keychain data. I know ...
-3
votes
0answers
27 views

Set the lags in `brian.correlogram` [closed]

I am using the brian.correlogram function, and all I want is to have on the x-axis the values to be from -30 to 30 mseconds. On the description of correlogram(T1,T2,width=20*ms,bin=1*ms,T=None) it ...
0
votes
0answers
42 views

Xcode 4.6.2 and strange iPhone Simulator issue

I came across a strange iPhone simulator issue. I have created an application which uses MKMapView to show a map. I want this map to be centered and therefor used the following code. - ...
0
votes
0answers
15 views

iPhone Simulator crashes when I try to switch Titanium Alloy (3.1.0.GA) project to different simulator hardware

I create a brand new Alloy project in Titanium, and launch it in the simulator. It ALWAYS defaults the to 3G/3GS simulator, so I try to change it to one of the other ones. The simulator crashes. I've ...
0
votes
0answers
28 views

Generate GPS Route programatically, preferably in Python

I want to generate a route based on a departure and destination address. Ideally I want something like http://py-googlemaps.sourceforge.net/, but one that actually works TODAY (GoogleMaps have again ...
0
votes
2answers
33 views

SPIM equivalent for x86 assembly language

Having learned MIPS, it was super helpful to write simple code and testing it out with SPIM. Being able to see all the registers and stepping through the code really helped me understand what each ...
-1
votes
1answer
31 views

Advice on first steps to starting a simulator that uses pixels to represent atoms

My apologies for the length of the question - I tend to do that when I'm unsure of the terminology to use, or where to start. I've been using C# for some time now, but mostly within the context of ...
0
votes
1answer
67 views

Accessing private variable from a friend class - I believe my syntax is wrong

Okay, so this is a parking ticket application... I'm sure you've all seen/done them before. This one is for C++ and I'm having trouble with getting my class-contained methods to access private members ...
0
votes
0answers
9 views

IPN Simulator IPN Delivery Failed:No matching constant for [999]

does anyone know what this error means. the same listener script works fine on another server, but I get this error on our hosted production server
-1
votes
0answers
29 views

Genetic Programming for Operating System in C sharp [closed]

I've been looking genetic programming for simulation operating system like cheddar in ada language or cpuss in C#. Anyone knows of good online resources? Wonder if there is a C# library out there for ...
1
vote
2answers
32 views

Is the Simulator or Emulator closer to matching device?

When I run my web application on the Tizen Web Simulator and the Tizen Emulator using the same resolution (HD 720x1280) and density (DPI), the display does not match. Which one is closer to the ...
0
votes
0answers
55 views

iOS Simulator “could not find the SDK” and it “may need to be reinstalled”

I tried running my app today using Xcode 4.6.1 in the iPhone 6.1 simulator, however it did not work. The app built successfully but then when the simulator opened it said "iOS Simulator could not find ...
1
vote
2answers
41 views

ParkingSimulation infinite while loop crisis

I'm a beginning computer science student and we've been asked to complete a project that animates random generated car objects moving to randomly generated parking spots on a city map grid. I've ...
3
votes
2answers
125 views

should I make member functions that work with an adjustable clock static?

I have the following two headers. #ifndef DRD_EVENT_HPP #define DRD_EVENT_HPP #include <functional> namespace drd { template <typename Clock> class event { public: ...
0
votes
3answers
48 views

Why Android simulator is so slow? [duplicate]

I'm using MAC PRO with quite powerful hardware(8G memory, SSD and i5). However, when I run the Android simulator, it's so slow(spent 2 minutes on start-up) and more worse, it response so slowly to ...
0
votes
1answer
26 views

cellForRowAtIndexPath not called and numberOfSections and numberOfRows are bigger than zero

I have a strange problem that ocurrs with simulator of iPhone 4 but not with simulator of iPhone 5... The situation is: I have a screen composed by one VC that contains a TableViewController. In the ...
0
votes
0answers
27 views

control robot movement in Stage simulator

How to control a robot in Stage simulator using C code under ubuntu ? their is libstage that can be used, but how to link the code into the simulator to be executed in runtime ?
0
votes
0answers
17 views

WAP: Any good simulators still available?

I'm busy playing around with WML and was just wondering if there are any simulators still available? I have looked around quite a bit and have encountered a lot of dead links RESOLVED: M3Gate appears ...
-2
votes
0answers
14 views

Unable to log in to test app through iPhone simulator [closed]

I receive an error message every time I try to enter my login credentials on my test app. Does this happen when you run the iPhone simulator? I'm currently running the app on the version 6.1. ...
0
votes
0answers
15 views

UISlider works on iphone 5 but not in iphone 4s or 4

I have a issue , i'm using a UISlider, i have an array of pictures 4 or 5, i have four views , and each one goes up with animation, and i can't slide in simulator but it works with iphone 5. When i ...
1
vote
0answers
59 views

How to design a sample ussd app in java and test using a simulator [closed]

I'm trying to develop a simple hello word application for my assignment in java, I'm stuck on how to begin, I have downloaded the simulator (Leibcit) but cant figure out how to make it work with my ...
0
votes
1answer
19 views

How to fix objects (text fields, labels, etc) in viewcontroller.xib (Xcode 4)

Sorry I am just learning how to program so sorry for the noob question. I began playing around with Xcode and put together my first test app with just a login and password. The problem I am having is ...
0
votes
0answers
26 views

separate source files for separate schemes in XCode 4

I have some source files: iosA.m iosB.m x86ABC.m which perform similar tasks differently on IOS and simulator, respectively. How do i handle this in XCode 4? I would have thought it would be a case ...
0
votes
0answers
19 views

microsoft pixelsense/surface 1.0 simulator partly obscured

I am trying to simulate a project on my home computer, the Surface is located at my school so I need to be able to test my code at home most of the time. none of the tools such as finger, blob, or tag ...
-4
votes
0answers
10 views

Protocols in OPNET simulator [closed]

I couldn’t implement (RTP,RTCP,RTSP,SRTP and ZRTP) protocols in OPNET simulator, I am very interested to know more about it. I wonder if you could help me in this regard.
0
votes
0answers
208 views

XCode 4.6.2, IOS Simulator, Bluetooth Connection Problems

Problem: I have been using XCode 4.6.2 and have been successfully pairing an iPad with the IOS simulator on my MacBook Pro to test my app for 2 weeks. Note that I have been doing this WITHOUT ...
1
vote
3answers
69 views

What tools can I use to create a simple IVR system prototype

I'm now doing a project on the usability of IVR systems, so I need a touch-tone based IVR system prototype/simulator on my laptop/mobile device.I'm going to ask participants to complete some tasks ...
-1
votes
0answers
54 views

GSM network simulation

I am trying to simulate a protocol which helps two trains communicate over a GSM-R network. Are there any network simulators available with the help of which I can simulate the communication ...
0
votes
0answers
12 views

Running binaries or benchmarks on simple scalar simulator in ubuntu

I am trying to run some benchmarks in the terminal for my Computer Architecture. Can anyone help me in putting up the commands in running the binary files/ benchmarks!
1
vote
1answer
79 views

Can I start the Windows 8 device simulator with a different user account?

I noticed that the simulator in VS2012 is (apparently) opening a new Windows session with the same account, which causes many issues: I can't use the Modern UI version of IE, because IE is not my ...
-1
votes
0answers
30 views

Please suggest a Software Design Pattern for a power station simulation (C#), [closed]

I'm using Unity game engine to create a simulation of the operation of a fossil-fuel based power station. Basically I have several layers of systems, each system, comprising various pant machinery. ...
0
votes
0answers
30 views

Network Simulator and Lan Connection

I was trying to implement a network simulator but before that I was advised to learn what actually works inside of lan connections. eg. What type of data is sent for the very first time in order to ...
2
votes
1answer
58 views

ARM Cycle-Accurate Simulator

Is there a free and cycle-accurate ARM (Cortex A9) simulator out there? I think ARM IDE is providing some sort of profiler but first I am not sure if it provides a commanline interface and secondly ...
2
votes
1answer
44 views

How to use a camera in Corona Simulator?

I'm wondering how to use a camera in Corona Simulator. I want to test my app (which requires a camera) out on the simulator but i don't know how to enable usage for a camera. Is there anyway to set up ...
0
votes
1answer
48 views

Domain=NSCocoaErrorDomain Code=513 only in the simulator

I have an Ipad App, which download different files from the Internet. This App works great when I use the Xcode Simulator. When I try the App on the Ipad, I have an error at the beginning of the App, ...
0
votes
2answers
38 views

XCode simulator is not displaying latest changes

I am creating an app in XCode 4.5. My problem is that I am running app in simulator but it is not showing recent changes. On resetting Content and Settings from iOS simulator option it shows latest ...
0
votes
1answer
89 views

ns-3 source code

ns-3 users! I'm newbie in ns-3 Please, help me to understand something here: http://code.nsnam.org/ns-3-dev/file/tip/examples/wireless/wifi-simple-adhoc-grid.cc I can not understand something here ...
0
votes
1answer
60 views

For loop not working as it should in the simulation

Here is a code that I created in python (fairly new to it). I am trying to make a simulation for biofilms, but before I take it to implementing the actual algorithms (mathematical formulas for ...
0
votes
1answer
55 views

UILocalNotification sound settings in iPad simulator

I'm testing my app on iPad simulator. But have some problem with notification sound play. Notification sound would be played When the app is running on foreground, but not on background. It shows a ...
0
votes
0answers
34 views

OpenFlow simulator

I'm start learning Openflow. Now I'm trying to compare the performance and efficiency of the simulators to decide which one to be used. Is there any other simulator which openflow enabled except ns3 ...
2
votes
1answer
46 views

Having trouble with Simulator but not device

Im using the latest ios 6.1 on both phone and simulator. On the phone everything works fine, but when I go to the simulator it's not. The worst error is the segues. I'm performing a segue like this: ...
-2
votes
1answer
45 views

Best Simulator for Cryptography [closed]

any body knows, how to simulate cryptography's algorithm such as DES, AES, RSA and ECC. can you please help me.
0
votes
1answer
73 views

Python 3 - BASIC Simulator

I'm currently working on a BASIC simulator in Python, as the title suggests. This program should either print "success" or "infinite loop", depending on which one is true. Here is my code: def ...
0
votes
1answer
48 views

iOS simulator is running slowly

When I was debugging with Xcode, iOS simulator is running slowly. I encounter this issue every month, but I cannot find a step for reproduction. This issue occurred when I debug my project though, I ...
0
votes
0answers
40 views

iOS simulator uses hard disk storage a lot

When I use iOS simulator, remaining hard disk capacity is decreased very much. I tried to check the root cause by Instrument but I couldn't find anything. Does anyone have same issue?
0
votes
2answers
43 views

How to debug Iphone alignment issues?

My client web page is having a little text alignment issue on the iphone. Can some one help me any find good emulators that I could install in my windows 7 computer to debug these type of issues? I ...
-1
votes
2answers
102 views

Open an iOS app in the iPhone Simulator?

I built an web-based app, ran it through PhoneGap, which gave me an .ipa file. Now I want to create screenshots using the iPhone Simulator. But I can't figure out any way to get the app into the ...
0
votes
0answers
71 views

icarus verilog on windows7

I used to work with iverilog on win-xp. But ever since I moved to win7, it does not work. And I am not even using GTK, I just want a plain simulation to run. I have used different versions of iverilog ...

1 2 3 4 5 14