Niestety, nie byliśmy w stanie w pełni poprawnie wyświetlić tego pliku, ponieważ nie jest zakodowany w UTF-8.
Możesz pobrać ten plik i spróbować otworzyć go samodzielnie.
//#include <conio.h> /////////////////////////////////////////////////////////////////////// //#include <stdio.h> /////////////////////////////////////////////////////////////////////// #include "cielib.h" int Entek[501], Entek2[501]; int historia[2000][2]; int hist_poz; int d,r,k,wynik,kierunek; int pocz,kon,propon; double MAC_A[501][501]; double ODW_A[501][501]; double WEK_B[501]; double punkt[501]; int losuj() { static int a; return (a+1)%2; } int main() ///<<<<< { d=podajD(); r=podajR(); k=podajK(); for (int nr_rown=0; nr_rown<d; nr_rown++) { int znam=0; hist_poz=0; pocz=0; kon=r; while (!znam) { //for (int i=0; i<d; i++) scanf("%ld",&Entek[i]); if (hist_poz==1) { if (losuj()) {//w g�r� propon = (kon + historia[hist_poz][0])/2; hist_poz++; historia[hist_poz][0]=propon; } else {//w d� propon = (historia[hist_poz][0] + pocz)/2 ; hist_poz++; historia[hist_poz][0]=propon; } } else if ((hist_poz==0) || (historia[hist_poz][1]==0)) { propon=(kon-pocz)/2+pocz; hist_poz++; historia[hist_poz][0]=propon; } else { if (losuj()) {//w g�r� propon = (kon + historia[hist_poz][0])/2; hist_poz++; historia[hist_poz][0]=propon; } else {//w d� propon = (historia[hist_poz][0] + pocz)/2 ; hist_poz++; historia[hist_poz][0]=propon; } } //Ustawienie wartosci for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; // printf("propon=%ld\n",propon); //////////////////////////////////////////// // for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// // printf("\n"); ///////////////////////////////////////////////////////////// if (Entek[0]>=0) { wynik=czyCieplo(Entek); // if (wynik) printf("BLIZEJ\n"); // else printf("Dalej\n"); historia[hist_poz][1]=wynik; if (hist_poz>1) { if (historia[hist_poz][0]-historia[hist_poz-1][0]>0) {//ROSLO if (wynik==1) {//ROSLO i BLI�EJ pocz= (historia[hist_poz][0] + historia[hist_poz-1][0])/2; } else {//ROSLO i dalej kon= (historia[hist_poz][0] + historia[hist_poz-1][0])/2 + 1; } } else if (historia[hist_poz][0]-historia[hist_poz-1][0]<0) {//malalo if (wynik==1) {//malalo i BLI�EJ kon= (historia[hist_poz][0] + historia[hist_poz-1][0])/2 + 1; } else {//malalo i dalej pocz= (historia[hist_poz][0] + historia[hist_poz-1][0])/2; } } //printf("pocz( %ld ; %ld )kon\n",pocz,kon); } } /* else { printf("Podaj pozycje Krotki:\n"); for (int i=0; i<d; i++) scanf("%ld",&Entek[i]); znalazlem(Entek); } */ if (kon-pocz<=4) { //printf("Potrzebne ograniczenie na warunki szczegolne.\n"); do { propon = historia[hist_poz][0] + 1; if (propon>r) propon=r; hist_poz++; historia[hist_poz][0]=propon; for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; //printf("propon=%ld\n",propon); //////////////////////////////////////////// //for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// //printf("\n"); ///////////////////////////////////////////////////////////// wynik=czyCieplo(Entek); //if (wynik) printf("BLIZEJ\n"); //else printf("Dalej\n"); historia[hist_poz][1]=wynik; } while ((wynik) && (propon<r)); do { propon = historia[hist_poz][0] - 1; if (propon<0) propon=0; hist_poz++; historia[hist_poz][0]=propon; for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; //printf("propon=%ld\n",propon); //////////////////////////////////////////// //for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// //printf("\n"); ///////////////////////////////////////////////////////////// wynik=czyCieplo(Entek); //if (wynik) printf("BLIZEJ\n"); //else printf("Dalej\n"); historia[hist_poz][1]=wynik; } while ((wynik) && (propon>0)); do { propon = historia[hist_poz][0] + 1; if (propon>r) propon=r; hist_poz++; historia[hist_poz][0]=propon; for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; //printf("propon=%ld\n",propon); //////////////////////////////////////////// //for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// //printf("\n"); ///////////////////////////////////////////////////////////// wynik=czyCieplo(Entek); //if (wynik) printf("BLIZEJ\n"); //else printf("Dalej\n"); historia[hist_poz][1]=wynik; } while ((wynik) && (propon<r)); znam=1; //Konkretny punkt: if ((historia[hist_poz][1]==0) && (historia[hist_poz-1][1]==0)) {// Po��wka for (int i=0; i<nr_rown; i++) {Entek[i]=r-historia[hist_poz][0]; Entek2[i]=r-historia[hist_poz-1][0];} for (int i=nr_rown; i<d; i++) {Entek[i]=historia[hist_poz][0]; Entek2[i]=historia[hist_poz-1][0];} for (int i=0; i<d; i++) {punkt[i+1]= ( double(Entek[i]) + double(Entek2[i]) )/2.0; } } else if ((historia[hist_poz][1]==0) && (historia[hist_poz-1][1]==1)) {// Na linii jest przedostatni for (int i=0; i<nr_rown; i++) {Entek[i]=r-historia[hist_poz-1][0];} for (int i=nr_rown; i<d; i++) {Entek[i]=historia[hist_poz-1][0];} for (int i=0; i<d; i++) {punkt[i+1]= double(Entek[i]); } } else if ((historia[hist_poz][1]==1) && (historia[hist_poz-1][1]==0)) {//Na linii jest ostatni for (int i=0; i<nr_rown; i++) {Entek[i]=r-historia[hist_poz][0];} for (int i=nr_rown; i<d; i++) {Entek[i]=historia[hist_poz][0];} for (int i=0; i<d; i++) {punkt[i+1]= double(Entek[i]); } } else { //printf("Czegos nie rozumiem...\n"); //getch(); } //Wpisanie do macierzy: for (int i=0; i<nr_rown; i++) MAC_A[nr_rown+1][i+1]=-1.0; for (int i=nr_rown; i<d; i++) MAC_A[nr_rown+1][i+1]=1.0; WEK_B[nr_rown+1] = 0; for (int i=0; i<d; i++) WEK_B[nr_rown+1] += MAC_A[nr_rown+1][i+1]*punkt[i+1]; } //getch(); ///////////////////////////////////////////////////////////////////////////// } //while (!znam) }// for nr_rown= 0 : d-1 for (int rr=1; rr<=d; rr++) { for (int i=1; i<=d; i++) { if (rr==i) ODW_A[rr][i]=1.0; else ODW_A[rr][i]=0.0; } } //Dolny tr�jk�t: Entek[0]=int(0.5*WEK_B[1]-0.5*WEK_B[2]+0.5); Entek[1]=int(0.5*WEK_B[1]+0.5*WEK_B[2]+0.5); znalazlem(Entek); /* printf("\n\nMAC_A:\n"); for (int rr=1; rr<=d; rr++) { for (int i=1; i<=d; i++) printf("%.3lf ",MAC_A[rr][i]); printf("\n\n"); } printf("\nWEK_B:\n"); for (int i=1; i<=d; i++) printf("%.3lf\n",WEK_B[i]); */ return 0; }
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 | //#include <conio.h> /////////////////////////////////////////////////////////////////////// //#include <stdio.h> /////////////////////////////////////////////////////////////////////// #include "cielib.h" int Entek[501], Entek2[501]; int historia[2000][2]; int hist_poz; int d,r,k,wynik,kierunek; int pocz,kon,propon; double MAC_A[501][501]; double ODW_A[501][501]; double WEK_B[501]; double punkt[501]; int losuj() { static int a; return (a+1)%2; } int main() ///<<<<< { d=podajD(); r=podajR(); k=podajK(); for (int nr_rown=0; nr_rown<d; nr_rown++) { int znam=0; hist_poz=0; pocz=0; kon=r; while (!znam) { //for (int i=0; i<d; i++) scanf("%ld",&Entek[i]); if (hist_poz==1) { if (losuj()) {//w g�r� propon = (kon + historia[hist_poz][0])/2; hist_poz++; historia[hist_poz][0]=propon; } else {//w d� propon = (historia[hist_poz][0] + pocz)/2 ; hist_poz++; historia[hist_poz][0]=propon; } } else if ((hist_poz==0) || (historia[hist_poz][1]==0)) { propon=(kon-pocz)/2+pocz; hist_poz++; historia[hist_poz][0]=propon; } else { if (losuj()) {//w g�r� propon = (kon + historia[hist_poz][0])/2; hist_poz++; historia[hist_poz][0]=propon; } else {//w d� propon = (historia[hist_poz][0] + pocz)/2 ; hist_poz++; historia[hist_poz][0]=propon; } } //Ustawienie wartosci for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; // printf("propon=%ld\n",propon); //////////////////////////////////////////// // for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// // printf("\n"); ///////////////////////////////////////////////////////////// if (Entek[0]>=0) { wynik=czyCieplo(Entek); // if (wynik) printf("BLIZEJ\n"); // else printf("Dalej\n"); historia[hist_poz][1]=wynik; if (hist_poz>1) { if (historia[hist_poz][0]-historia[hist_poz-1][0]>0) {//ROSLO if (wynik==1) {//ROSLO i BLI�EJ pocz= (historia[hist_poz][0] + historia[hist_poz-1][0])/2; } else {//ROSLO i dalej kon= (historia[hist_poz][0] + historia[hist_poz-1][0])/2 + 1; } } else if (historia[hist_poz][0]-historia[hist_poz-1][0]<0) {//malalo if (wynik==1) {//malalo i BLI�EJ kon= (historia[hist_poz][0] + historia[hist_poz-1][0])/2 + 1; } else {//malalo i dalej pocz= (historia[hist_poz][0] + historia[hist_poz-1][0])/2; } } //printf("pocz( %ld ; %ld )kon\n",pocz,kon); } } /* else { printf("Podaj pozycje Krotki:\n"); for (int i=0; i<d; i++) scanf("%ld",&Entek[i]); znalazlem(Entek); } */ if (kon-pocz<=4) { //printf("Potrzebne ograniczenie na warunki szczegolne.\n"); do { propon = historia[hist_poz][0] + 1; if (propon>r) propon=r; hist_poz++; historia[hist_poz][0]=propon; for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; //printf("propon=%ld\n",propon); //////////////////////////////////////////// //for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// //printf("\n"); ///////////////////////////////////////////////////////////// wynik=czyCieplo(Entek); //if (wynik) printf("BLIZEJ\n"); //else printf("Dalej\n"); historia[hist_poz][1]=wynik; } while ((wynik) && (propon<r)); do { propon = historia[hist_poz][0] - 1; if (propon<0) propon=0; hist_poz++; historia[hist_poz][0]=propon; for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; //printf("propon=%ld\n",propon); //////////////////////////////////////////// //for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// //printf("\n"); ///////////////////////////////////////////////////////////// wynik=czyCieplo(Entek); //if (wynik) printf("BLIZEJ\n"); //else printf("Dalej\n"); historia[hist_poz][1]=wynik; } while ((wynik) && (propon>0)); do { propon = historia[hist_poz][0] + 1; if (propon>r) propon=r; hist_poz++; historia[hist_poz][0]=propon; for (int i=0; i<nr_rown; i++) Entek[i]=r-propon; for (int i=nr_rown; i<d; i++) Entek[i]=propon; //printf("propon=%ld\n",propon); //////////////////////////////////////////// //for (int i=0; i<d; i++) printf("%ld ",Entek[i]); ////////////////////////// //printf("\n"); ///////////////////////////////////////////////////////////// wynik=czyCieplo(Entek); //if (wynik) printf("BLIZEJ\n"); //else printf("Dalej\n"); historia[hist_poz][1]=wynik; } while ((wynik) && (propon<r)); znam=1; //Konkretny punkt: if ((historia[hist_poz][1]==0) && (historia[hist_poz-1][1]==0)) {// Po��wka for (int i=0; i<nr_rown; i++) {Entek[i]=r-historia[hist_poz][0]; Entek2[i]=r-historia[hist_poz-1][0];} for (int i=nr_rown; i<d; i++) {Entek[i]=historia[hist_poz][0]; Entek2[i]=historia[hist_poz-1][0];} for (int i=0; i<d; i++) {punkt[i+1]= ( double(Entek[i]) + double(Entek2[i]) )/2.0; } } else if ((historia[hist_poz][1]==0) && (historia[hist_poz-1][1]==1)) {// Na linii jest przedostatni for (int i=0; i<nr_rown; i++) {Entek[i]=r-historia[hist_poz-1][0];} for (int i=nr_rown; i<d; i++) {Entek[i]=historia[hist_poz-1][0];} for (int i=0; i<d; i++) {punkt[i+1]= double(Entek[i]); } } else if ((historia[hist_poz][1]==1) && (historia[hist_poz-1][1]==0)) {//Na linii jest ostatni for (int i=0; i<nr_rown; i++) {Entek[i]=r-historia[hist_poz][0];} for (int i=nr_rown; i<d; i++) {Entek[i]=historia[hist_poz][0];} for (int i=0; i<d; i++) {punkt[i+1]= double(Entek[i]); } } else { //printf("Czegos nie rozumiem...\n"); //getch(); } //Wpisanie do macierzy: for (int i=0; i<nr_rown; i++) MAC_A[nr_rown+1][i+1]=-1.0; for (int i=nr_rown; i<d; i++) MAC_A[nr_rown+1][i+1]=1.0; WEK_B[nr_rown+1] = 0; for (int i=0; i<d; i++) WEK_B[nr_rown+1] += MAC_A[nr_rown+1][i+1]*punkt[i+1]; } //getch(); ///////////////////////////////////////////////////////////////////////////// } //while (!znam) }// for nr_rown= 0 : d-1 for (int rr=1; rr<=d; rr++) { for (int i=1; i<=d; i++) { if (rr==i) ODW_A[rr][i]=1.0; else ODW_A[rr][i]=0.0; } } //Dolny tr�jk�t: Entek[0]=int(0.5*WEK_B[1]-0.5*WEK_B[2]+0.5); Entek[1]=int(0.5*WEK_B[1]+0.5*WEK_B[2]+0.5); znalazlem(Entek); /* printf("\n\nMAC_A:\n"); for (int rr=1; rr<=d; rr++) { for (int i=1; i<=d; i++) printf("%.3lf ",MAC_A[rr][i]); printf("\n\n"); } printf("\nWEK_B:\n"); for (int i=1; i<=d; i++) printf("%.3lf\n",WEK_B[i]); */ return 0; } |