Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
simulate
- Page 1
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
1 Month Ago
by elary
It is a nice project.Is there any notification function?
Simulate a patient’s lines using queues with enqueue ( ), dequeue ( ) and p
Programming
Software Development
10 Years Ago
by Builder_1
Simulate
a patient’s lines using queues with enqueue ( ), dequeue ( ) and …
simulate enter button with c language
Programming
7 Years Ago
by AndryGabry1
simulate
enter button with c language pls help me
Simulate Mouse Move
Programming
Software Development
20 Years Ago
by alex130
Hi, I'm using windows XP and trying to
simulate
mouse movement and mouse clicks. The following code supposed to … performs a click. I've been unable so far to
simulate
mouse movement to any absolute coordinate (x,y) specified in…
Re: Simulate Mouse Move
Programming
Software Development
20 Years Ago
by bluezeg
…; Hi, > I'm using windows XP and trying to
simulate
mouse movement and mouse clicks. The following code supposed to… performs a click. I've been unable so far to
simulate
mouse movement to any absolute coordinate (x,y) specified in…
Simulate FCFS scheduling algo using pipes for IPC (on linux)
Programming
Software Development
13 Years Ago
by sumi1234
I have an assignment question . We need to
simulate
FCFS scheduling algorithm using C on linux OS. This is …what I need to do Write a program to
simulate
**FCFS scheduling algorithm** using pipes for inter process communication. 1…
Simulate “deleted Inode reference†error
Programming
Software Development
9 Years Ago
by boomerang2711
… or not. So my question is that: how can I
simulate
this error so that I can try in our systems… I want to delete some inode references. Any pointers to
simulate
this inode deletion scenario? I am thinking dd command should…
Simulate Mouse Click
Programming
Software Development
18 Years Ago
by IgniteTCS
… would like to know if there is a way to
simulate
this mouse click and hence indirectly alter the slide transition…
Re: Simulate Mouse Click
Programming
Software Development
18 Years Ago
by Gumster
…) } [/CODE] simply changing the values of x and y will
simulate
a click. Hope this helps if you want more help…
Simulate Key strokes, and mouse clicks
Programming
Software Development
17 Years Ago
by david.crawford
I was wondering if anyone could point me in the direction of a simple solution to my problem. I need to
simulate
key strokes, and mouse clicks in my program, and everything i've found so far is complicated, and doesnt seem to work for me. I dont know if it matters, but i am using .net 2.0
simulate a 2-server queue
Programming
Software Development
16 Years Ago
by surender_kumar
Hi friends Please help me with suitable code snippets to
simulate
a 2-server queue in C.
simulate car movement using time intervals
Programming
Software Development
15 Years Ago
by eng_mary
…[i].move(); //here is my problem } }[/CODE] i need to
simulate
cars movement in [ICODE]runRace() [/ICODE]using time intervals, and…
Simulate the iterative decoder for the BEC and the Gallager A decoder for the BSC
Programming
Software Development
15 Years Ago
by detito
Write a C code to
Simulate
the binary erasure channel (BEC) and the binary symmetric channel (…
simulate browsers with php
Programming
Web Development
14 Years Ago
by valipour
Hi i want to
simulate
a browser with php but i need to send some more headers to target server for sample my display resolution or name of my browser (for sample Firefox) but if i call my target page_url without this parameters i can't run the page
simulate a WAP-based application for course registration system
Programming
Mobile Development
14 Years Ago
by SaranyaKrishnan
Really sorry if i m postin under the wrong topic. V ve to
simulate
a WAP-based course registration system.It can be for Nokia, Ericsson,.. V can use the simulators available online also. If this software is available, v can make use of tat itself. V ve to understand how it basically works. Any help would be appreciated. Thank u..
simulate and output the total number of page faults
Programming
Software Development
14 Years Ago
by selle05
can someone help me in creating a program that will
simulate
the two page replacement algorithms by using a reference pattern …
simulate <td colspan="3"> with DIV and CSS
Digital Media
UI / UX Design
14 Years Ago
by emulman
…></tr>[/CODE] but it seems impossible to
simulate
a COLSPAN with CSS...some idea???
simulate mouse events using eye tracking
Programming
Software Development
14 Years Ago
by ammukj
hai i want to track a particular frame from real time webcam video and then use it to
simulate
mouse movements.can anybody know how to get coordinates from tracking and how it can be integrated with mouse coordinates?
Re: simulate mouse events using eye tracking
Programming
Software Development
14 Years Ago
by myk45
1) To do object tracking, you can use OpenCV (an image processing library built using C++). 2) To
simulate
mouse events, you can go for OS specific functions. For example, on Windows, SetCursorPos() to set the cursor position in screen coordinates.
Re: Simulate Mouse Click
Programming
Software Development
13 Years Ago
by banguwes22
i cant run that to vb6 please help me ! code for
simulate
mouse click on vb6 only
Simulate a button click with a timer
Programming
Software Development
12 Years Ago
by George_91
Hello. I need to
simulate
a button click with a Timer. That the action performed by the button, repeats every 60 seconds. I've never use timers, any help?
Re: Simulate a button click with a timer
Programming
Software Development
12 Years Ago
by skatamatic
Do you just want to
simulate
the result of a click (ie calling the click event handler)? Or did you want to automate the click (ie the mouse move onscreen and visually depresses the button)? The first one is by far easier than the second one, but both are possible.
Re: Simulate a patient’s lines using queues with enqueue ( ), dequeue ( ) and p
Programming
Software Development
10 Years Ago
by NathanOliver
What do you need help with? Your instructor gave you how the program should function and work. Is there a part you don't understand?
Re: Simulate a patient’s lines using queues with enqueue ( ), dequeue ( ) and p
Programming
Software Development
10 Years Ago
by Builder_1
#include <iostream> #include <conio.h> #include <string> #include <cstdlib> #include <time.h> #include <Windows.h> using namespace std; class queue{ private: typedef struct Node{ int patientid; int checkuptime; int totaltime; Node *next;…
Re: Simulate a patient’s lines using queues with enqueue ( ), dequeue ( ) and p
Programming
Software Development
10 Years Ago
by rubberman
Yes? And what errors are you getting? Compiler errors, or runtime errors? Show the output. Asking us to analyze 167 lines of beginner code is asking a bit much...
Re: Simulate a patient’s lines using queues with enqueue ( ), dequeue ( ) and p
Programming
Software Development
10 Years Ago
by Builder_1
can someone tell me how to do simultaneously enqueue and dequeue in terms of the arrival time of patient and their check up time
Re: simulate enter button with c language
Programming
7 Years Ago
by rproffitt
You may have to specify Linux, BeOS, Apple OS, DOS or another OS. Also what dev system on what OS since this will likely tap into the OS. Finally this may be called malware by some antivirus suites so be sure this is not something you'll use widely. Now for Windows, AutoIT makes this a trivial task. Read one example at https://www.…
How to simulate ImageButton click via curl or html form?
Programming
Web Development
15 Years Ago
by sunrise2008
…sorry for my bad English :icon_redface: I really want to
simulate
a ImageButton click for an ASP.NET (.aspx) file …on [B]Default.aspx.cs[/B] that I want to
simulate
it through curl. [CODE=C#] protected virtual void MyIBtn_Click(…?>[/CODE] and this is HTML that I want to
simulate
it [CODE=HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD…
How to simulate mouse and keyboard input
Programming
Software Development
14 Years Ago
by TailsTheFox
Hello, I am looking to
simulate
keyboard inpout for a computer in general, not just for a window. I was allready told how to
simulate
keyboard strokes in a certan window, although I just want to
simulate
them as they might be in general. As in program says "X" and whatever place the text cursor happens to be prints "X".
How to simulate drag and drop using c++ windows api??
Programming
Software Development
14 Years Ago
by CodyOebel
… in the SendMessage() function. I was hoping this would
simulate
a drag and drop. Here is some code for example…gmy1,RedDot); }; [/CODE] This above is what I thought would
simulate
holding down the mouse and moving it on x,y…Im not sure if this is the correct way to
simulate
\automate a drag and drop using code. The mouse icon…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC