Gate Programming Software Development by nagarjuna I m Nagarjuna doing my engg in comp sci. I m preparing for GATE -2007 to pursue Mtech in any of the IITš. Does any of u ve the materials for GATE Gate Automation Hardware and Software Hardware Mobile and Wearables by snehabose Implementation of [B]Gate OCR system[/B] helps in [B]planning, tracking and monitoring all container [/B]movements on the terminals beginning of the arrival and the departure with the involvement of booking, document handling and invoicing. [url=http://www.surajinformatics.com/gate-automation.htm]Gate Automation[/url] Missing gate.until.asm in GATE Framework Programming Computer Science by thanhlct … all,[/I][/B][B][I]I'm a beginer in GATE (General Artchitecture for Text Engineering).[/I][/B] Now, I had…()[/I][/B], I looked several errors that missing Gate.util.asm.AnnotationVisitor and gate.util.asm.ClassReader and so on. Maybe All… of class in package gate.util.asm. I used Gate-5.0-Build-3244-ALL, Netbeans IDE (6… Re: XOR Gate - Digital Design Programming Computer Science by emilo35 …) * D) + (B(not) * C * D) a complete XOR gate. In that case, it would be some kind of incomplete…, inverted XOR gate that I've never heard of, so I won… only use I can think of for a gate in your case is if you would like an… ordinary XOR gate with the ability to enable/disable output (the … XOR Gate - Digital Design Programming Computer Science by speedy94519 I have a reduced function and one of the product terms is: B * C(not) * D + B(not) * C * D. Is that considered an XOR gate? Im aware that B * C(not) + B (not) + C is an XOR gate because When i do the truth table it has the characteristic of an XOR gate, but Im not sure about that terms above. Thank you Design and draw a logic diagram in gate level for the complete ALU (Homework) Programming Computer Science by Bishop21 … got homework to design and draw a logic diagram in gate level for the complete ALU (Arithmetic and Logic Unit). I… need to design logic gate circuit to perform 4 task (addition, subtraction, transfer and bitwise… Intel tri-gate transistors perpetuate Moore’s Law Community Center by happygeek The triple-gate transistor is not new, almost exactly three years ago on … it has a new found longevity thanks to the triple gate development. Mayberry is suggesting that it means chips can be… Re: XOR Gate - Digital Design Programming Computer Science by emilo35 If i'm not mistaken, (B * C(not) * D) + (B(not) * C * D) can be rewritten as (B XOR C) * D I'm not sure if this is what you're after. But if I were to construct a triple gate XOR, I think it would look like this: (B(not) * C(not) * D) + (B(not) * C * D(not)) + (B * C(not) * D(not)) Good luck to you! Emil Olofsson Re: XOR Gate - Digital Design Programming Computer Science by speedy94519 yeah thats what I was after. SO, (B * C(not) * D) + (B(not) * C * D) , is considered an XOR type gate correct? ASUS Express Gate Hardware and Software Hardware Mobile and Wearables by Bande Hi all, My ASUS Notebook PC N61J with Windows 7 Ultimate x64 came with "Express Gate" already installed. Is using ASUS Express Gate a must? If yes, why? If not, can I uninstal it without any concern? A million thanks in advance for your help. Regards, Bande Building a logic gate simulator - where do I start? Programming Software Development by Tiger_2 …#. For my project, I would like to build a logic gate simulator that could teach someone about the basics of Gates…. My starting point, I think, would be to treat each Gate as an 'object'. Where can I get assistance/tutorial from… Re: Building a logic gate simulator - where do I start? Programming Software Development by rproffitt While a fun idea, if the goal is logic gate simulation and teaching why not [well done projects like this](https://www.google.com/#q=logic+gate+source+code+graphical+simulator). film gate Programming Software Development by knish Hi, Is it possible to thicken the film gate that appears when the option is put on in maya. At present the line is may be 1 mm thick. I need that it becomes 20 mm thick. How may I use the Maya API to do this. BRdgs, kNish Algoritm for checking one gate's output to be stuck-at-1 or stuck-at-0? Programming Software Development by Sunil_6 What is the algorithm to check one gate's output to be stuck-at-1 or stuck-at-0 ? Thanks in advance. GATE question related to queues Programming Computer Science by miss curious Number of 'ADD' and 'REMOVE' operations required to access n/2th element of a queue of 'n' elements so that the original queue remains the same after the access is: a) 4*n b) 8*n c) 4*n-1 d) 8*n-1 The answer if a). Somebody please tell me how??? Re: GATE question related to queues Programming Computer Science by WaltP The answer to the poll is [B]terrible[/B]! How are we supposed to respond to "[I]how was the question?[/I]" Tasty? Needs salt? Entertaining? Re: Missing gate.until.asm in GATE Framework Programming Computer Science by thanhlct I need your help so much! Could you help me, Please? Thank you very much! Re: XOR Gate - Digital Design Programming Computer Science by speedy94519 I see, Ok. Thank you very much for responding :) Re: XOR Gate - Digital Design Programming Computer Science by Haneen Dweikat hey ... it's D*(B XOR C ) Re: Building a logic gate simulator - where do I start? Programming Software Development by Suzie999 You'll get help right here. The Amount of help is usually directly proportional to the effort you are willing to put in yourself. Do you have anything at all, yet? I would start simple by creating simple classes for logic gates, for example. class AndGate { public bool GetOutput(bool a, bool b) {… Re: Building a logic gate simulator - where do I start? Programming Software Development by ddanbe Just so happens, one of my(too many?) projects is trying to build an IC simulator. I started with defining a pin. Be aware that this is just a sketch. struct port { public port(portIOtype pIO, signal sig) { portIO = pIO; state = sig; //defaults … Re: film gate Programming Software Development by Salem Er, what part of that has anything to do with C++? Re: Algoritm for checking one gate's output to be stuck-at-1 or stuck-at-0? Programming Software Development by Ancient Dragon What in the world are you talking about??? Re: Algoritm for checking one gate's output to be stuck-at-1 or stuck-at-0? Programming Software Development by ddanbe Maybe [Click Here](http://blaauw.eecs.umich.edu/getFile.php?id=125&sid=nnxdqhqhnoszrgfg)? Re: Algoritm for checking one gate's output to be stuck-at-1 or stuck-at-0? Programming Software Development by Ancient Dragon A related [article here](http://en.wikipedia.org/wiki/Ladder_logic) Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by prlrina Gate Re: one letter Community Center Geeks' Lounge by ChintuChowdary gate Digital Circuit Simulator not working correctly Programming Software Development by sciwizeh … ( Gate gate : gates ) { if ( gate instanceof AND ) { ( ( AND ) gate ).doFigure ( ) ; ( ( AND ) gate ).out.fillList ( ) ; ( ( AND ) gate ).out.changeInputs ( ) ; } else if ( gate instanceof OR ) { ( ( OR ) gate ).doFigure ( ) ; ( ( OR ) gate ).out… Re: Digital Circuit Simulator not working correctly Programming Software Development by sciwizeh …). so i laid it out like this in the program: Gate is the base class of all of the gates. each… gate (with the exception of NOT) has two member variables of …/wiki/Flip-flop_(electronics)"]Flip-Flops[/URL]) when a gate is drawn it also draws it's members (outputs and… Works only sometimes. WHy? Programming Web Development by HiWorld …, $total); $model_quote = $model_quote . printInvoice("Business - Lift Gate Required", "T14", 479, $qt170, $t170_quote_business1, $total…t440_quote_residence, $total); $model_quote = $model_quote . printInvoice("Business - Lift Gate Required", "T45", 1199, $qt440, $t440_quote_business1, $total…