Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
bus
- Page 1
Re: Buggy career talk :-P
Programming
1 Month Ago
by Salem
…many months, the cause was eventually captured on a
bus
analyser. After which, the solution was obvious after …algorithm turned into a read-write on the
bus
. Fine if it was the only thing on… the
bus
as the memory logic in the processor …But it wasn't the only thing on the
bus
, and the other processor was in that super …
Re: Bus error (core dumped)
Programming
Software Development
14 Years Ago
by abhimanipal
Bus
error is usually because you have tried to access some memory that does not belong to you - You have int arr[10] and you try to access the arr[10] Your best bet is to use printf's to try to narrow down the problem
Re: bus
Hardware and Software
Microsoft Windows
15 Years Ago
by Bing7
[QUOTE=ctk_satz;1027952]what is the
bus
connecting mother board to hard disk?[/QUOTE] hi,don't …think it refered to a
bus
for MB to hdd, its data transfer cable ,measured in…'s per second , i think. the harddrive may have a
bus
speed up to 133 if its a ide drive. some…
bus
Hardware and Software
Microsoft Windows
15 Years Ago
by ctk_satz
what is the
bus
connecting mother board to hard disk?
Bus
Hardware and Software
Hardware
15 Years Ago
by ctk_satz
what is the
bus
connecting mother board with hard disk?
Re: Bus
Hardware and Software
Hardware
15 Years Ago
by cguan_77
check out this link.. for the details of
Bus
Description below: IDE/ PATA(IDE) / SATA / SCSI -> [url]http://www.interfacebus.com/Design_Connector_IDE.html[/url]
Bus Information System
Programming
Software Development
15 Years Ago
by nishant52
…takes source and destination station from user and displays
bus
numbers between those two stations. Here two cases …arises:- 1) Direct
bus
connectivity - in which case it displays the list …a database. I've the data regarding various
bus
routes between different stations and distances between the stations…
Bus Error when I run my C++ program
Programming
Software Development
20 Years Ago
by ckrieger1
I need help. I keep getting a
Bus
Error when I run my program and I've narrowed … anyone see why this code would be giving me a
Bus
Error? Thanks. // set *px0c0 and *px0c1 for(int m=0…
Bus ticket reservation system
Programming
Software Development
10 Years Ago
by Kaushalya15
/* SPRPTA
Bus
Ticket Reservation System C++ Software Development Project */ #include <iostream&…"); cout << "\n\n Welcome to SPRPTA
Bus
Ticket Reservation System \n\n" ; cout << "…
Re: Bus Error when I run my C++ program
Programming
Software Development
20 Years Ago
by Fasola
what is a
Bus
Error?
Re: Bus error/segmentaion fault in random array building
Programming
Software Development
16 Years Ago
by slimjimmer
… so far, but I have become stuck again with a
bus
error. Here's the code [CODE=C] #include <stdio… I have added the while loop I again receive a
bus
error. I don't think the program gets as far…
Bus error/segmentaion fault in random array building
Programming
Software Development
16 Years Ago
by slimjimmer
… becomes even a little large, say 10x10, I get the
Bus
Error or Segmentation Fault (I think I still get the…
Re: Bus error/segmentaion fault in random array building
Programming
Software Development
16 Years Ago
by slimjimmer
Getting a
bus
error in the while loop now. Arrrgh this code is driving me nuts
Re: Bus error/segmentaion fault in random array building
Programming
Software Development
16 Years Ago
by slimjimmer
No I didn't use -wall because I am compiling with gcc and its not an option on that compiler (as far as I know!) I am still getting a
bus
error in the while loop by the way, and as I'm new and rubbish at spotting these I really would be grateful if someone could spot it for me
bus reservation
Programming
Software Development
16 Years Ago
by kha_504
i have another problem i can't determine final database ER but for online
bus
reservation can u help me
bus reservation system
Programming
Software Development
15 Years Ago
by reyaanhelp
If anyone have "
bus
reservation system" c++ code in classes format then please give it to me.
Bus reservation in JAva!! help
Programming
Software Development
15 Years Ago
by blueblade
anyone have codes for
bus
reservation in java?
Bus error (core dumped)
Programming
Software Development
14 Years Ago
by MKDWOLF
how to solve
bus
error problem?
Bus Error - Cant Figure Out
Programming
Software Development
14 Years Ago
by cpiody
Hi, sorry to post about a
bus
error I realize there are many answers on others threads …
Re: Problem about Bus Topology
Hardware and Software
Networking
19 Years Ago
by chrisbliss18
Bus
networks are very inefficient. In order to ensure successful data …'ll take that to mean that you currently have a
bus
network and want to connect all these machines to the…
Re: can anyone help me in bus reservation system
Programming
Software Development
15 Years Ago
by p.anil52
bus
reservation project
Re: Bus Error
Programming
Software Development
15 Years Ago
by Kirielson
… through and destroy the whole list at once. Now the
bus
error is still there, not specifically telling me what is…
Re: Bus Ticketing System help
Programming
Software Development
5 Years Ago
by rproffitt
Your post is as friendly as some
bus
drivers. You pull up, dump, and drive off without a word.
PCI bus question...
Hardware and Software
Hardware
17 Years Ago
by umodjm
… classcode) that looks like the following: VendorID: 0x8086 DeviceID: 0x109a
Bus
: 4 Slot: 0 Function: 0 Slotpath: class: 020000 BAR1: fe3e0000… PCI bridges in the system I see none that offer
bus
4 as secondary.. Here's the bridge list: 1 HOST…
Why are simple initializations causing me BUS errors?
Programming
Software Development
14 Years Ago
by M.manning
…NEXT LINE OF CODE * */ // SHOULD THROW
BUS
ERROR WHEN UNCOMMENTED // original->num_colors++; /*----START… ALSO CAUSE THE PROGRAM TO THROW A
BUS
ERROR * */ // SHOULD THROW
BUS
ERROR WHEN UNCOMMENTED // int r, c…CODE WHEN I FIRST NOTICED THE PROBLEM WITH THE
BUS
ERRORS * */ /*----------READ RASTER DATA----------*/ //for(int…
Re: Problems with my bus ticket program.
Programming
Software Development
18 Years Ago
by chris99
…: def __init__(self, master): self.master = root self.master.title('
Bus
Tickets') self.master.geometry('300x250+350+450') self.labelTitle = Label…(self.master, text='
Bus
Tickets') self.labelTitle.pack(side=TOP) self.labelStart = Label(self…
Problems with my bus ticket program.
Programming
Software Development
18 Years Ago
by chris99
…: def __init__(self, master): self.master = root self.master.title('
Bus
Tickets') self.master.geometry('300x250+350+450') self.labelTitle = Label…(self.master, text='
Bus
Tickets') self.labelTitle.pack(side=TOP) self.labelStart = Label(self…
Re: Problems with my bus ticket program.
Programming
Software Development
18 Years Ago
by chris99
…: def __init__(self, master): self.master = root self.master.title('
Bus
Tickets') self.master.geometry('300x250+350+450') self.labelTitle = Label…(self.master, text='
Bus
Tickets') self.labelTitle.pack(side=TOP) self.labelStart = Label(self…
Re: Problems with my bus ticket program.
Programming
Software Development
18 Years Ago
by vegaseat
…master): #self.master = root self.master = master self.master.title('
Bus
Tickets') self.master.geometry('300x250+350+450') self.labelTitle = Label…(self.master, text='
Bus
Tickets') self.labelTitle.pack(side=TOP) self.labelStart = Label(…
Re: Problems with my bus ticket program.
Programming
Software Development
18 Years Ago
by vegaseat
…master): #self.master = root self.master = master self.master.title('
Bus
Tickets') self.master.geometry('300x250+350+450') self.labelTitle = Label…(self.master, text='
Bus
Tickets') self.labelTitle.pack(side=TOP) self.labelStart = Label(…
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