$value = ax + s (x-1); $value =ax+by;

Source: Internet
Author: User
1. Enter $value,
2. Select a formula
3. Output all possible positive integer values.
$value = ax + s (x-1); Page layout Floating Calculation formula: total pixels = pixel Width * Number of each Li + interval pixels.
How is it implemented?


Reply to discussion (solution)

How much is a and s?

$value = 179; $x = 0; $response = -1;while (1) {$result = get ($x); if ($result > $value) {break;} ElseIf ($result = = $value) {$response = $x; break;} $x + +;} if ($response!=-1) {echo $response;} Else{echo ' No solution ';} function Get ($x) {$a = 1; $s = 1;return $a * $x + $s * ($x-1);}

These 3 values are indeterminate, calculated automatically, to solution.

$value = $a * $x + $s * ($x-1);

Give $value, automatically give a $ A $s $x let me refer to.

function foo ($value) {for (  $a =1; $a < $value; $a + +) for    ($x =1; $x < $value; $x + +) for      ($s =1; $s < $value ; $s + +) {        if ($value = = $a * $x + $s * ($x-1)) printf ("a:%d x:%d s:%d\n", $x, $x, $s);      }} Foo (200);
a:1 x:2 s:198a:2 x:2 s:196a:2 x:3 s:97a:2 x:4 s:64a:2 x:7 s:31a:2 x:10 s:20a:2 x:12 s:16a:2 x:19 s:9a:2 x:23 s:7a:2 x:34 s :4a:2 x:67 s:1a:3 x:2 s:194a:4 x:2 s:192a:4 x:3 s:94a:4 x:5 s:45a:4 x:8 s:24a:4 x:15 s:10a:4 x:29 s:3a:5 x:2 s:190a:5 x:4 s:60a:5 x:6 s:34a:5 x:14 s:10a:5 x:16 s:8a:6 x:2 s:188a:6 x:3 s:91a:7 x:2 s:186a:8 x:2 s:184a:8 x:3 s:88a:8 x:4 s:56a:8 x: 5 s:40a:8 x:7 s:24a:8 x:9 s:16a:8 x:13 s:8a:8 x:17 s:4a:9 x:2 s:182a:10 x:2 s:180a:10 x:3 s:85a:10 x:6 s:28a:10 x:11 s:9a: 11 x:2 s:178a:11 x:4 s:52a:11 x:8 s:16a:11 x:10 s:10a:12 x:2 s:176a:12 x:3 s:82a:12 x:5 s:35a:13 x:2 s:174a:13 x:12 s:4a:1 4 x:2 s:172a:14 x:3 s:79a:14 x:4 s:48a:14 x:7 s:17a:15 x:2 s:170a:15 x:6 s:22a:16 x:2 s:168a:16 x:3 s:76a:16 x:5 s:30a:16 x:9 s:7a:17 x:2 s:166a:17 x:4 s:44a:18 x:2 s:164a:18 x:3 s:73a:18 x:8 s:8a:19 x:2 s:162a:20 x:2 s:160a:20 x:3 s:70a:20 x  :4 s:40a:20 x:5 s:25a:20 x:6 s:16a:20 x:7 s:10a:21 x:2 s:158a:22 x:2 s:156a:22 x:3 s:67a:23 x:2 s:154a:23 x:4 s:36a:24 x:2 S:152a:24 x:3 s:64a:24 x:5 s:20a:25 x:2 s:150a:25 x:6 s:10a:26 x:2 s:148a:26 x:3 s:61a:26 x:4 s:32a:26 x:7 s:3a:27 x:2 s:146a:28 x:2 s:144a:28 x:3 s:58a:28 x:5 s:15a:29 x:2 s:142a:29 x:4 s:28a:30 x:2 s:140a:30 x:3 s:55a:30 x:6 s:4a:31 x:2 s:138a:32 x:2 s:136a:32 x:3 s: 52a:32 x:4 s:24a:32 x:5 s:10a:33 x:2 s:134a:34 x:2 s:132a:34 x:3 s:49a:35 x:2 s:130a:35 x:4 s:20a:36 x:2 s:128a:36 x:3 s:4 6a:36 x:5 s:5a:37 x:2 s:126a:38 x:2 s:124a:38 x:3 s:43a:38 x:4 s:16a:39 x:2 s:122a:40 x:2 s:120a:40 x:3 s:40a:41 x:2 s:118 a:41 x:4 s:12a:42 x:2 s:116a:42 x:3 s:37a:43 x:2 s:114a:44 x:2 s:112a:44 x:3 s:34a:44 x:4 s:8a:45 x:2 s:110a:46 x:2 s:108a :46 x:3 s:31a:47 x:2 s:106a:47 x:4 s:4a:48 x:2 s:104a:48 x:3 s:28a:49 x:2 s:102a:50 x:2 s:100a:50 x:3 s:25a:51 x:2 s:98a:5 2 x:2 s:96a:52 x:3 s:22a:53 x:2 s:94a:54 x:2 s:92a:54 x:3 s:19a:55 x:2 s:90a:56 x:2 s:88a:56 x:3 s:16a:57 x:2 s:86a:58 x :2 s:84a:58 x:3 s:13a:59 x:2 s:82a:60 x:2 s:80a:60 x:3 s:10a:61 x:2 s:78a:62 x:2 s:76a:62 x:3 s:7a:63 x:2 s:74a:64 x:2 s : 72a:64 x:3 s:4a:65 x:2 s:70a:66 x:2 s:68a:66 x:3 s:1a:67 x:2 s:66a:68 x:2 s:64a:69 x:2 s:62a:70 x:2 s:60a:71 x:2 s:58a:72 x:2 s:56a:73 x:2 s:54a:74 x :2 s:52a:75 x:2 s:50a:76 x:2 s:48a:77 x:2 s:46a:78 x:2 s:44a:79 x:2 s:42a:80 x:2 s:40a:81 x:2 s:38a:82 x:2 s:36a:83 x:2 s: 34a:84 x:2 s:32a:85 x:2 s:30a:86 x:2 s:28a:87 x:2 s:26a:88 x:2 s:24a:89 x:2 s:22a:90 x:2 s:20a:91 x:2 s:18a:92 x:2 s:16a :93 x:2 s:14a:94 x:2 s:12a:95 x:2 s:10a:96 x:2 s:8a:97 x:2 s:6a:98 x:2 s:4a:99 x:2 s:2

Thank you, things suddenly more interesting, I go to the front side of the flicker.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.