Enter Keywords:
1 - 10 of 207(0.011 seconds)
Sort By:
 
Hi, I have 2 boolean expressions, I need to mix. So I use this If (A = True And B= True) Then Begin  // code End; If (A = True And B= False) then Begin // Code End; If (A = False And B= True) The...
Zones: Delphi ProgrammingDate Answered: 06/12/1999 Rating: 9.4 Views: 0
I have two computers running Windows 95, I have 2 static IP's assigned to me and 1 dedicated dial-up account. Computer A is on ip 204.134.204.125 and computer B has the ip 204.134.204.126, what i n...
Zones: Windows 9x NetworkingDate Answered: 03/16/2002 Rating: 7.4 Views: 0
I would like to ask how to collect console input in c#. For example, if I am using c++, the input can be collected by scanf( "%d %lf %d %s %s", &a, &b, &c, d, e ); how to collect this input by ...
Zones: C#Date Answered: 10/06/2003 Rating: 8.6 Views: 0
DB: Access 2002. I only have two simple tables. Table A - email  [string] Table B - domain [string] ---------------------------------- Table A Sample Data - abc@hotmail.com - abc@Not...
Zones: DatabasesDate Answered: 04/11/2005 Rating: 6.6 Views: 0
i am having a roblem when i am trying to create a template page for my site i am using php and basically i am creating a header and a footer file, and the any pages i create will include them li...
Zones: PHPDate Answered: 06/17/2007 Rating: 8.4 Views: 0
Hello, I am confused about the b trees. Can anyone please tell me what's the difference between B+ and B trees? I need to know how many keys can be found in leaf nodes and non-leaf nodes of B tr...
Zones: Algorithms, C++, CDate Answered: 01/19/2009 Rating: 8.0 Views: 160
I don't understand which key we should choose to separate the b-tree. For example when we want to split a leaf node, we also have to update the parent node with the separation value we use. B...
Zones: Algorithms, C++, CDate Answered: 01/19/2009 Rating: 9.1 Views: 0
Tags: b, tree
I'm lokking for algorithms about B-Tree
Zones: PascalDate Answered: 02/13/1998 Rating: 5.8 Views: 0
My A & B drives were switched when I had my PC upgraded. Can I just rename the drives the way they should be, i.e. B should be A?
Zones: Windows 98Date Answered: 03/20/1999 Rating: 5.8 Views: 0
Tags: b, tree
How do I write a code on B Tree in C++?
Zones: C++Date Answered: 05/07/1999 Rating: 7.6 Views: 0