simulation
How can I simulate SerialPort interactions for testing?
I\'m about to start developing a small app (C#) that communicates with a PLC and a testing unit via Serial Ports - this is my first venture into this area.[详细]
2023-02-25 13:34 分类:问答improving performance for graph connectedness computation
I am writing a program to generate a graph and check whether it is connected or not. Below is the code. Here is some explanation: I generate a number of points on the plane at random locations. I the[详细]
2023-02-25 04:47 分类:问答Verilog testbench simulation error
module stimulus; reg [511:0]FROM_LS; reg CLOCK; reg [2:0]HMIC_CTRL; reg [20:0]BRANCH_CTRL; reg[63:0]TO_IF_ID;[详细]
2023-02-22 17:17 分类:问答Runtime Error in Visual Simulation Environment - Microsoft Robotics Studio
I am using Microsoft Robotics Studio for a school project and I am getting a strange error when I try to run the Visual Simulation Environment. It was working fine until yesterday and then suddenly it[详细]
2023-02-19 20:29 分类:问答CPU Simulation, Randomize the burst, waiting and priority
I made a code here which is a user interactive for the CPU simulation, here the user will input the number of burst time, waiting time and priority. I would like to remove the that feature and replace[详细]
2023-02-17 16:40 分类:问答Rolling Dice Simulation
I have to write a script that uses the user input to roll a certain amount of dice, with a certain amount of sides, with a certain amount of rolls , and a certain amount of trials.[详细]
2023-02-15 19:05 分类:问答Implementing a basic predator-prey simulation
I am trying to implement a predator-prey simulation, but I am running into a prob开发者_如何学编程lem.[详细]
2023-02-15 14:29 分类:问答Algorithm to simulate in real time some liquid in a 2D container
I\'m looking for some algorithms (or some applets/examples with source code) to simulate fluids in a 2D container (which can be moved and rotated).[详细]
2023-02-15 04:24 分类:问答Using a Simulation (MyHDL) and wxPython together
I am using the package MyHDL to do hardware simulation, but I want to put a GUI around it so that users can interactively change signals and see the other signals update.[详细]
2023-02-14 19:23 分类:问答Best algorithm for optimizing the decisions in a simulation
I\'m looking for the best algorithm to 开发者_开发百科optimise the decisions made in a simultaion to find a fast result in a reasonable amount of time. The simultaion does a number of \"ticks\" and oc[详细]
2023-02-13 05:59 分类:问答