Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
circuit
- Page 1
Circuit board swap - didn't work, can see in bios, but can't see in XP
Hardware and Software
Hardware
17 Years Ago
by netrate
Circuit
board swap - didn't work, can see in bios, but …
Calculating impedance of a RLC circuit
Programming
Software Development
12 Years Ago
by TrustyTony
 Here is a version in …-implementation for the details) for calculating impedance of a
circuit
. (Example
circuit
with 1MOhm like in the book's code not like…
circuit resistance
Programming
Software Development
14 Years Ago
by twedel10
… on how to write a program that will automatically adjust
circuit
resistance until the maximum power is delivered to the load…. The
circuit
will consists of a programmable power supply, a variable resistor…
Re: circuit resistance
Programming
Software Development
14 Years Ago
by Adak
… questions about whatever has you stumped. If you know your
circuit
equations (and I'm sure you do), this is not…
circuit simulation softwares
Programming
Computer Science
20 Years Ago
by Asif_NSU
I was trying to get familiar with some digital
circuit
simulation softwares but i dont know which one to start with. I wanted to know if anyone could advise me a digital simulation software that is used by the professionals in the industry.
Re: circuit simulation softwares
Programming
Computer Science
16 Years Ago
by ronjustincase
u canuse a software called proteus. it is very good in simulation but it is not much strict with the
circuit
rules. ie an led may not require a series resistance in simulation the software will not show any error.the trial version cannot save the design. all the best
circuit city bios password
Hardware and Software
Hardware
15 Years Ago
by johnir
I bought an open box Hp computer from
circuit
city before they went bankrupt, and I didn't know that the bios had been password protected. Now I need to access it, does anyone know if they used a standard password for all of their stuff, and what it might be?
Problem with coding to calculate total resistance of a circuit
Programming
4 Years Ago
by Jin En
…choice) { case 1: cout<<"Enter
circuit
formula: "; cin>>formula; break;… break; case 3: cout<<"
Circuit
formula is "; b.GenerateRandomCircuit(); cout<&…
Re: Problem with coding to calculate total resistance of a circuit
Programming
4 Years Ago
by rproffitt
Why does this look like https://www.chegg.com/homework-help/questions-and-answers/given-electrical-
circuit
-composed-network-resistors-arranged-parallel-series-write-program-q51421403 ? Since you wrote the code you would in your IDE break on the line that is doing the calculation and examine the values being input and see why the answer is zero.
Re: Random generation of circuit
Programming
Computer Science
4 Years Ago
by rproffitt
… number from 3 to 8 that know in advance the
circuit
network. Since the number of resistors is random then this…; is that any selection and connection is a
circuit
since a
circuit
can be open as in no current so unless the… assignment has a requirement that the
circuit
carry current through all paths, then you have an easier…
Bypassing a polarity protection diode with a part of a circuit
Hardware and Software
Hardware
2 Years Ago
by RyanWang
…, because the probe is intended to be powered from the
circuit
under test and I want to avoid damaging the probe… the original design sensed the actual supply voltage of the
circuit
under test, and which now suffers from a 0.7V… protection diode. I didn't want to modify heavily the
circuit
, so I thought of connecting the upper leg of the…
Random generation of circuit
Programming
Computer Science
4 Years Ago
by Jin En
I need help with random generation of
circuit
, i have no idea on how to write c++ program to generate random
circuit
. The following specifications must met: 1) Total number of resistors in the
circuit
is between 3 and 8. 2) The
circuit
network layout is restricted only to the one which can be expressed by a
circuit
formula.
9th Circuit Limits Use of Seized Computer Data
Community Center
15 Years Ago
by slfisher
The 9th
Circuit
Court of Appeals has issued a ruling that not only … were leaked to the media." The 9th U.S.
Circuit
Court of Appeals, in an unusual instance of the entire… not otherwise lawfully seize," the justices scolded. The 9th
Circuit
is typically thought of as being more liberal than other…
Reading IR circuit signals from serial port using Java
Programming
Software Development
13 Years Ago
by shawnv100
I am trying to use Java to detect signals from the serial port sent from an IR
circuit
. When the IR
circuit
detects an obstacle, it gives an output of 0 volts and otherwise the output is 5 volts. Can I read these voltage differences directly on the PC using Java. Do I need to have a PIC or some other micro controller integrated in the
circuit
?
Logic Circuit Sim (Drag&Drop)
Programming
Software Development
13 Years Ago
by v3ga
…, text areas, textfields etc) and I have chosen a Logic
Circuit
Simulator as a project. My objective is to simulate the… in a JList and then making a JPanel for the
circuit
area. The users will drag out of the JList and… onto the JPanel where the
circuit
will be made. But I have no idea how to…
Re: Logical Circuit
Programming
Software Development
12 Years Ago
by bguild
… set to provide input to the
circuit
and read to get the output from the
circuit
. It throws an exception if it… with which names. I'm assuming that input to the
circuit
would be provided from the user using a gate called… can have an input file that not only describes a
circuit
of logic gates, but can also define its own logic…
Re: Logical Circuit
Programming
Software Development
12 Years Ago
by maxbummber
… a listener every time a gate was added to the
circuit
. public abstract class Gate { protected Jack[] inputs; protected Jack[] … evaluate() { // Loop through inputs as you would expect } } public class
Circuit
implements GateListener { private final Set<Gate> gates = new…
Re: Logic Circuit Sim (Drag&Drop)
Programming
Software Development
13 Years Ago
by JamesCherrill
….border.LineBorder; /* Runnable demo of Java techniques for an electrical
circuit
design application * has NAND gates with connections etc and a… etc) * but also have the potential for simulating the actual
circuit
behaviour. * */ public class CircuitDesigner { // NAND gate drag'n'drop demo…
Re: Logical Circuit
Programming
Software Development
12 Years Ago
by bguild
…` method is just for being able to reuse the same
circuit
in more than one place, if you want that. Then… types or redefine old ones based on a given implementation
circuit
and `clearGates` allows you to remove all the gates you… have previously added to the current
circuit
. While reading in the input file you should probably keep…
Re: Logical Circuit
Programming
Software Development
12 Years Ago
by bguild
…then you don't get any results from the
circuit
. You could also allow a slight delay between… so it is time to read the outputs of the
circuit
. return queue.isEmpty(); } public void propagateUntilDone(int maxCycles)…stack overflow and the propagation of values through the
circuit
proceeds in an orderly manner, step-by-step…
Re: Logical Circuit
Programming
Software Development
12 Years Ago
by bguild
… for `readGates` depends on the nature of `Input`. Writing a
circuit
to a file isn't nearly as easy as reading… a
circuit
from a file. When reading from a file it is… you might try creating a file format that represents a
circuit
using some sort of ASCII art for the connections between…
Analysis and Simulation of Electrical circuit
Programming
Software Development
18 Years Ago
by thriller
… me the way to simulate the electrical
circuit
as well as Transient Anlaysis of the
circuit
on MTALAB Simulink....and also to…
Short-circuit Boolean evaluation in C# ?
Programming
Software Development
17 Years Ago
by fishsqzr
Does C# allow short-
circuit
evaluation of Boolean expressions? That is, if you have an … reason to evaluate test2 and a language which supports short-
circuit
evaluation never looks at the second test because the result…
Re: Short-circuit Boolean evaluation in C# ?
Programming
Software Development
17 Years Ago
by fishsqzr
… Exception("Null FieldName in SQLNumStrategy"); [/code] If short-
circuit
is working right, it should never check the FieldName.Length… is thrown and Length is never checked. Other kinds short-
circuit
evaluations seem to work, so the bug appears related to…
Re: Short-circuit Boolean evaluation in C# ?
Programming
Software Development
17 Years Ago
by _r0ckbaer
… working right, however your code is not, a short-
circuit
evaluation should be written like this : [code] if ((cr.FieldName == …
S: source for circuit diagram of mobo sony vaio vgn-fs315m
Hardware and Software
Hardware
15 Years Ago
by sarek
…. But I do not understand the function without a schematic
circuit
diagram for the board: 1P-0061100-8011 MSS1-M/B… dealer is a mechanical advice but nothin' about the exact
circuit
wiring. Some hint for me here? thx sarek
C language program for a timer circuit?
Programming
Software Development
15 Years Ago
by gtey
am trying to make a timer
circuit
with the help of 89c52 micro controller. I have one … you. If any other information you need related to the
circuit
please ask about it. _______________________- [URL="http://ltseo.com…
Re: C language program for a timer circuit?
Programming
Software Development
15 Years Ago
by dkalita
[QUOTE=gtey;1006828]am trying to make a timer
circuit
with the help of 89c52 micro controller. I have one … you. If any other information you need related to the
circuit
please ask about it. _______________________- [URL="http://ltseo.com…
how to make a timer? interfacing timer circuit, parallel connector and C++ program.
Programming
Software Development
15 Years Ago
by rush52490
… teacher told us to make a timer. interfacing the timer
circuit
we've made and parallel connector and using c++ program… for it and the connection of parallel connector to the
circuit
. we used 192, 7447, 08, and 04 IC and seven…
IR circuit to connect to serial/ COM port
Hardware and Software
Hardware
13 Years Ago
by shawnv100
I am trying to make an Alarm system which involves an Infra-red
circuit
which is connected to the serial port on the PC and generates a signal when motion is detected. The signal is to be read by a Java program and an e-mail sent to the client. Does anyone know how the
circuit
is to be made?
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