Search results for query: *

  • Users: DANILIN
  • Content: Threads
  • Order by date
  1. D

    Xonix C#

    I program movement of XONIX view through an array of parameters and coordinates and main thing is that it is unclear: how to set colors avoiding names of colors like "Red"? Now dav.DrawEllipse(new Pen(Color.Red, 12),x,y[i],f[i],f[i]); As less than dav.DrawEllipse(new...
  2. D

    Knapsack 0-1 C# binary & rosettacode & WE

    Knapsack 0-1 C# binary & rosettacode & WE Classic Knapsack problem is solved in many ways Contents: Knapsack problem - Rosetta Code Long read: rosettacode.org/wiki/Knapsack_problem/0-1 My newest program synthesizes all ciphers from 0 & 1 adding an extra register and 0 remain on left in...
  3. D

    Resolved Falsification of probability

    Falsification of probability exploring possibility of falsification of random qbasic qb64 programs were created in an hour and a table using formulas = CASEBETWEEN(0;1) = IF (B3 = B2; C2 + 1; 0) = COUNTIF (C$3: C$55000; D2) = SUM(E2:E10) = E2 / E3 idea: fake a 50% chance results: research...
  4. D

    Russian Sorting Halves Danilin

    Russian Sorting Halves and fast and human sorts 1'000'000 in 2.2 seconds on QB64 sorts 1'000'000 in 0.3 seconds on PureBasic me interested implementation of algorithm in language C# number of elements is written to file with c:/N.txt or use variable n array d(n) can be read from a file...
Back
Top Bottom