Click here to Skip to main content
15,887,746 members
Everything / Simulator

Simulator

simulator

Great Reads

by Nagaraj Krishnamurthy
This article goes into the details of how to write a Linux Device Driver for a pseudo Ethernet device simulated on a Qemu platform.
by Amir Emamjomeh
This application integrates modification, simulation and visualization of Black-Oil model of hydrocarbon reservoirs
by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels
by MohamedKamalPharm, Omneya Hassanain, Nouran Yasser, Fatma Abdelhameed
Simulation Model to plan the capacity of an oncology Hospital with limited number of beds. The R script is run on R Studio or called from PHP.

Latest Articles

by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels
by MohamedKamalPharm, Omneya Hassanain, Nouran Yasser, Fatma Abdelhameed
Simulation Model to plan the capacity of an oncology Hospital with limited number of beds. The R script is run on R Studio or called from PHP.
by Nagaraj Krishnamurthy
This article goes into the details of how to write a Linux Device Driver for a pseudo Ethernet device simulated on a Qemu platform.
by Avron Polakow
This article presents a client-side, JavaScript Relational Database Simulator in the browser, using SQL commands to Create, Read, Insert, Update and Delete in-browser table data, as well as formatting the output as HTML objects in a Webpage.

All Articles

Sort by Score

Simulator 

1 Apr 2016 by Nagaraj Krishnamurthy
This article goes into the details of how to write a Linux Device Driver for a pseudo Ethernet device simulated on a Qemu platform.
21 Apr 2014 by Amir Emamjomeh
This application integrates modification, simulation and visualization of Black-Oil model of hydrocarbon reservoirs
25 Apr 2022 by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels
10 Jun 2014 by rjrohit2303
HI,I am trying to develop android application, to test the application I created one AVD. When I run the AVD my system's screen resolution changes to the resolution of the emulator..Why is this happening ?Below is the emulator settings -Emulator Settings -
22 Jul 2014 by mojtaba kamarkhani
I'm having the following error when running linsched What is the reason?
22 Jul 2014 by Richard MacCutchan
You don't have a problem running it since it has not been built yet. It would appear that you have some conflicts between 32-bit and 64-bit modules in your build system. You need to check the settings for the make script and ensure that, either all sources are rebuilt to the same configuration,...
23 Jan 2015 by Member 11398925
Hi,I get this error when I try to run my app in the simulator. The error is this: An error was encountered while running (Domain = LaunchServicesError, Code = 0). I tried to change the name of the app and this happened. Furthermore, I I tried cleaning the product and it didn't do...
27 Mar 2015 by azizbba
I'm wondering if anyone has worked with the ngspice.dll ( mixed-level/mixed-signal circuit simulator) in .NET with C#, Is there any code demonstrates how it can be invoked? Any help would be appreciated. http://ngspice.sourceforge.net/shared.html[^]
27 Mar 2015 by Sergey Alexandrovich Kryukov
As I understand, this is a native shared library, not CLI, so you will need to use P/Invoke:http://en.wikipedia.org/wiki/Platform_Invocation_Services,http://msdn.microsoft.com/library/en-us/vcmxspec/html/vcmg_PlatformInvocationServices.asp.This CodeProject article can also be useful:...
23 Jun 2015 by Andrius Leonavicius
Hi,Have you tried this tool to check whether a machine is SLAT capable: MachineSLATStatusCheck[^]?If you have a non-SLAT machine, it is impossible to run the emulator. However, you could build apps on a non-SLAT computer, but you need to deploy and test them on a physical device.
24 Mar 2016 by stackprogramer
hi,i want to simulate a system physical in simulink matlab rs2015.i read from website mathworkscross producti.e. using this:t1 = [2,3,1]; t2 = [3,1,2]; C = A(:,t1).*B(:,t2)-A(:,t2).*B(:,t1);please see image simulink:please see imagefcn function is defined:function C =...
24 Mar 2016 by stackprogramer
solution that i found i created vector and i used mux and demux for create separating signals.i created fcn and inputs signal,now with fcn and mux and demux finally i created cross product function.thanks for attention
31 May 2016 by Mehdi Gholam
Try the full version (not the student edition) : Compare Products | Arena Simulation[^]
31 May 2016 by Patrice T
Quote:when I try to run it I get an error that says that I've reached my maximum number of entities (150).Make sure you have a registered license, and that you are not in unregistered demo mode.This is a typical limitation in unregistered apps.
28 Nov 2016 by Jochen Arndt
This is a site for programmers who should know how to build an application from the sources. The executable programs provided with most articles are usually demo versions to have a quick look on the features.Therefore, there is usually no installation program but a plain executable. In your...
24 Nov 2017 by Member 13539611
I need to make a program that I can control the stepper motor with virtual keyboard. I have to use "Microprocessor Simulator - Version 5.0 (GNU) (http://www.softwareforeducation.com/sms32v50/index.php). I have included a script[^]. I got it working with numbers 1-6 but when I try to add new...
24 Nov 2017 by Richard MacCutchan
You need to use a long jump (if that exists in your assembler) or rework your code to use subroutine calls and ensure that all your jumps are within the limits mentioned.
15 Jan 2018 by Member 12666574
I want to know how I can implement my security algorithm on cloud analyst in netbeans to test it. The main objective of my study is to design a security model for cloud data by merging between cryptography and steganography algorithms for maintaining the privacy confidentiality and integrity of...
15 Jan 2018 by Richard MacCutchan
You do understand that netbeans is not a programming language? I assume you mean Java, in which case you need to study encryption in Java : java encryption - Google Search[^]
15 Mar 2018 by Member 13728029
Write Wombat1 machine language program that converts a number into a radix representation. For example, a number converted into radix 2 or radix 3. The program should be able to convert a decimal number into any radix from 2 to 8. Your program should take two inputs. The first input will be the...
15 Mar 2018 by CPallini
I suggest you to first write the symbolic code (assembly) and then, once your're confident it could work, transform it in machine language. Moreover, start simple: write, at first, a simple converter to radix 2 representation.
16 May 2021 by Member 15202663
When using the create module with for example the lognormal distribution, and directly dispose all entities, the output is exactly the same when running the model exactly 500 hours for example. However, the output should be variable right? And I...
16 May 2021 by OriginalGriff
This site is devoted to software development, we don't provide technical support for company products. And most especially, we do not provide tech support for paid products - all that would do is encourage companies to "offload" tech support to...
7 Aug 2016 by MohamedKamalPharm, Omneya Hassanain, Nouran Yasser, Fatma Abdelhameed
Simulation Model to plan the capacity of an oncology Hospital with limited number of beds. The R script is run on R Studio or called from PHP.
19 Jan 2016 by Avron Polakow
This article presents a client-side, JavaScript Relational Database Simulator in the browser, using SQL commands to Create, Read, Insert, Update and Delete in-browser table data, as well as formatting the output as HTML objects in a Webpage.
13 Jun 2015 by Dinesh92d
I have 4GB Ram and Windows 8.1 OS and Intel Pentium Dual Core Processor. But My system did not support developing apps and did not create simulator in my system.after searching my system did not have slat control.What can i do? How to Run My apps?
31 May 2016 by Member 12557999
I'm in a graduate class studying ARENA Simulation and am having trouble doing a problem on my home computer. I need to figure out how to model the traffic flow into a stadium on game day. Basically there are two entrances, Entrance A has 65% of all traffic flow, Entrance B has 35%. Each entrance...
20 Aug 2015 by verenaJam
My iOS app uses Master Detail view controller with sqlite3 database, it was working fine before i reset the iOS simulator.Now its shows me 'No such table error' can anyone help me, It'd be very great.
5 Nov 2015 by Member 12115918
In an airport simulation project focusing on queueing, I have a number of fligth arrivals with batches of baggage that I would like to assign to 5 different baggage claims in the end of the system. Right now what I experience is that the bags queue up at 1-2 baggage claim (process modules),...