Advertisement

1 - 10 of 62 containing alltags:("shuffle") (0.001 seconds)
hi if my string is myString="this is a test" is there anyway to randomly shuffle the string so it becomes myString="hist si s etts" ie preserving where the whitespace is thanks
Zones: ASPDate Answered: 11/22/2003 Grade: A Views: 4
Hi - In my table "tblDeals&Rev" I have the names of companies in column called "CoName". I also have a "yes/no" column called "RZ?" that tells me if any of these companies are Red Zone compan...
Zones: MS AccessDate Answered: 01/14/2005 Grade: A Views: 0
Hi, I am trying to create a game of twenty-one where the aces can either be 1or 11 and there is no doubling down. I am currently using a dealing and shuffling routine from a text. But all that doe...
Zones: C, LanguagesDate Answered: 04/24/2007 Grade: C Views: 0
i am looking for an algorithm or c code that shuffle the values in an array
Zones: CDate Answered: 06/27/1998 Grade: A Views: 0
Hey everybody, I've been ordered by the lady of the house to write a program to try and win the Texas Cash 5 lotto by generating 5 different random numbers. I can't pull the algorithm off th...
Zones: C++Date Answered: 02/04/2000 Grade: A Views: 0
int Array[3] = {0,1,2} I want an algorithm that will shuffle the order of this array randomly, so that the following six combinations are all equally likely: {0,1,2} {0,2,1} (1,0,2} {1,2,0} ...
Zones: C++Date Answered: 04/27/2000 Grade: B Views: 0
I want my programme below to deal out five cards instead of one, but i can't figure out how to do it.... import javax.swing.*; import java.awt.*; import java.awt.event.*; public class DeckO...
Zones: JavaDate Answered: 09/21/2000 Grade: B Views: 0
i have an array of ten digits digitarray(10) and i want to shuffle it any ideas how its done?
Zones: ASPDate Answered: 07/23/2001 Grade: A Views: 11
i would like to use vbscript to do the following i have a text and i want to perform a shuffle test on it this is what will happen the first 10 sentences of the text (sentences are delimet...
Zones: ASPDate Answered: 04/21/2002 Grade: A Views: 0
I want to write assembly code that prompts the user to enter an 8 bit binary number, between 0 and 255. The program then inverts all bits according to the figure below. http://bmbsa.jeeran.com/...
Zones: AssemblyDate Answered: 11/13/2002 Grade: A Views: 0