- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
[B]This is a homework question[/B] I am attempting to write a hash function that will evenly distribute 20 randomly selected census name into 20 buckets. I may have up to three collisions of two each. [CODE] public int hashCode(Contact c) { // TODO Auto-generated method stub int result = 0; … | |
Re: You can create two partitions and install XP on the other partition. But, you will have to secure a disk as XP will overwrite the bootloader. Once installed, insert anyone's Win7 disk and run the repair option. The Windows 7 bootloader should be fixed and able to run either XP … | |
Re: [QUOTE=dangari;1388507]The Windows 7 is a trial run due to lock out in 3 days. how can I quickly do away with it and install my genuine Vista in its stead? Thank you all in advance[/QUOTE] If you are needing to retain your information, I'd advise you to backup your data … | |
A few friends and I are writing a music player application is C# and .NET 4. We are trying to be ambitious in our features, but are curious about one thing. I have researched some existing classes such as the MediaPlayer and Song classes. We are trying to abstract away … | |
I have an implementation question. I am trying to have a rectangle change color based on the position of four sliders. (Alpha, Red, Green, Blue) I am attempting to use a dependency property to combine all four values, convert them to a brush, and apply the brush to a rectangle. … |
The End.