Freelancers Forum Messages on Saturday April 10th 2004
RE: FN-FORUM: Algorithm Problem
date posted 10th April 2004 14:04
If you want Permuations as well:
using System;
namespace Combinations
{
///
/// Summary description for Class1.
///
class Class1
{
public static bool NextPerm(int c, int p, ref int[]
perm,...
Re: FN-FORUM: Algorithm Problem
date posted 10th April 2004 11:34
Thanks to everyone who has chipped in on the algorithm front, I had not
thought the email had got the list as my machine had crashed when I was
trying to send. I had given up last night as it had addl...
RE: FN-FORUM: Algorithm Problem
date posted 10th April 2004 11:24
Here's a solution for combinations in C#.
Note: Combinations not permutations. With combinations the order is
unimportant.
using System;
namespace Combinations
{
///
/// Summary description for...
FN-FORUM: Flash Open window problem
date posted 10th April 2004 11:00
Morning all
Can anyone tell me the actionscript used for opening a html window in
flash?
The html file will need to open from a folder and at a fixed width any
ideas?
Thanks
John...