The Znak „ ”. w języku programowania C jest znany jako „Powrót przewozu”, co pomaga w przesunięciu kursora na początek bieżącej linii bez przechodzenia lub przeskakiwania do następnej linii.
W kilku przypadkach możesz chcieć dodaj dodatkowy tekst bez wprowadzania nowej linii do bieżącej linii konsoli lub okna terminala. W pewnych okolicznościach możesz dodać nowy tekst do istniejącej treści, korzystając z opcji Znak „ ”. aby przenieść kursor z powrotem na początek linii.
Przykładowy fragment kodu:
#include int main() { int j; for (j = 0; j<10; j++) { printf('loading: %d ', j); fflush(stdout); sleep(1); } printf(' '); return 0; < pre> <p> <strong>Output:</strong> </p> <pre> Loading: 0 Loading: 1 Loading: 2 Loading: 3 Loading: 4 Loading: 5 Loading: 6 Loading: 7 Loading: 8 Loading: 9 </pre> <p> <strong>Explanation:</strong> </p> <p>This program counts from <strong> <em>0 to 9</em> </strong> , but instead of producing new lines after each iteration of the loop, it just overwrites the previous output. In order for the subsequent iteration of the loop to begin replacing the previous output from the left side of the console window, the <strong> <em>' '</em> </strong> character brings the cursor back to the beginning of the line.</p> <h4>Note: The output buffer is flushed using the fflush(stdout) call, causing the output to be immediately printed to the console. The goal of using ' ' to update the output in real time would be defeated without this call if the output was postponed until the end of the program.</h4> <p>There is some other additional information about <strong> <em>' '</em> </strong> in C programming which are as follows:</p> <ul> <li>A single character in C is represented by the character literal <strong> <em>' '</em> </strong> . It has the same <strong> <em>ASCII code</em> </strong> as the <strong> <em>carriage return character</em> </strong> in other computer languages, which is <strong> <em>13</em> </strong> , making it easy to identify.</li> <li>Complex output formatting can be created by combining the <strong> <em>' '</em> </strong> character with other control characters like <strong> <em>' ' (newline)</em> </strong> and <strong> <em>' ' (tab)</em> </strong> .</li> <li>To ensure that the output is quickly provided to the console after updating the output on the console or terminal window with <strong> <em>' '</em> </strong> , it's essential to flush the output buffer with <strong> <em>fflush(stdout)</em> </strong> . If not, the previous output could be cached in the output buffer and delayed from being displayed.</li> <li>The <strong> <em>' '</em> </strong> command can occasionally be used to output animated or dynamic text on the console. For instance, you could use <strong> <em>' '</em> </strong> to build a progress bar that updates while a lengthy task is finished.</li> <li>When creating custom console output in C, <strong> <em>' '</em> </strong> is frequently used in conjunction with other console output functions like <strong> <em>puts()</em> </strong> and <strong> <em>printf()</em> </strong> to control the output formatting.</li> <li>In <strong> <em>command-line interfaces (CLIs)</em> </strong> and other text-based programs, the update symbol <strong> <em>' '</em> </strong> is frequently used to show the status of an action, such as <strong> <em>downloading a file, transferring data</em> </strong> , or <strong> <em>compiling code</em> </strong> .</li> <li>The <strong> <em>' '</em> </strong> is particularly helpful for updating a single line of output without scrolling the entire terminal window. Working with large datasets or lengthy procedures can benefit from this.</li> <li>Additional special characters in C, such as <strong> <em>'' (backspace), 'v' (vertical tab),</em> </strong> and <strong> <em>' ' (return)</em> </strong> , can be used to modify the output formatting in addition to <strong> <em>' '</em> </strong> . These additional special characters shift the cursor back one character and down one line, respectively.</li> <li>In addition to being used in C programming, <strong> <em>' '</em> </strong> can also be used to control console output in <strong> <em>Java</em> </strong> , <strong> <em>Python</em> </strong> , and <strong> <em>Ruby</em> </strong> .</li> <li>Making ensuring that the new output is the same length as the previous output or greater is crucial when using <strong> <em>' '</em> </strong> to refresh the output on the console. Characters from the previous output that were not overwritten if the new output is shorter than the old output may cause output to be distorted or inaccurate.</li> <li>The <strong> <em>' '</em> </strong> does not clear the line or remove any text; it just advances the cursor to the start of the current line. If you want to format the line before writing new output, use <strong> <em>' '</em> </strong> and other control characters, like <strong> <em>spaces or backspaces</em> </strong> , to replace the old text with blank spaces.</li> <li>The <strong> <em>' '</em> </strong> can be used to modify both input and output formatting in conjunction with other terminal output functions like <strong> <em>scanf()</em> </strong> and <strong> <em>gets()</em> </strong> . For instance, use <strong> <em>' '</em> </strong> to make a command-line prompt that changes as the user types input.</li> </ul> <p> <strong>Example:</strong> </p> <p>Another code snippet demonstrating the use of <strong> <em>' '</em> </strong> in C to create an animated loading spinner:</p> <pre> #include #include #include int main() { int j; char raj[] = '\-+{}\'; for (j = 0; j<10; 100 j++) { printf('loading %c ', spinner[j % 4]); fflush(stdout); usleep(100000); sleep for milliseconds } printf('done!!!!!! '); return 0; < pre> <p> <strong>Output:</strong> </p> <pre> Loading Loading - Loading + Loading { Loading Loading - Loading + Loading { Loading Loading - Done!!!!!! </pre> <hr></10;></pre></10;>
Wyjaśnienie:
Ten program liczy się od 0 do 9 , ale zamiast tworzyć nowe linie po każdej iteracji pętli, po prostu nadpisuje poprzednie wyjście. Aby kolejna iteracja pętli zaczęła zastępować poprzednie wyjście z lewej strony okna konsoli, należy wykonać polecenie 'R' znak powoduje powrót kursora na początek linii.
Uwaga: Bufor wyjściowy jest opróżniany za pomocą wywołania fflush(stdout), co powoduje natychmiastowe wydrukowanie danych wyjściowych na konsoli. Cel użycia „ ” do aktualizacji danych wyjściowych w czasie rzeczywistym zostałby pokonany bez tego wywołania, gdyby dane wyjściowe zostały odroczone do końca programu.
Jest jeszcze kilka dodatkowych informacji dot 'R' w programowaniu w C, które są następujące:
- Pojedynczy znak w C jest reprezentowany przez literał znakowy 'R' . Ma to samo Kod ASCII jako znak powrotu karetki w innych językach komputerowych, tj 13 , co ułatwia identyfikację.
- Złożone formatowanie wyjściowe można utworzyć, łącząc 'R' znak z innymi znakami kontrolnymi, takimi jak „ ” (nowa linia) I „ ” (karta) .
- Aby mieć pewność, że dane wyjściowe zostaną szybko przesłane do konsoli po aktualizacji danych wyjściowych w konsoli lub oknie terminala za pomocą 'R' , konieczne jest przepłukanie bufora wyjściowego fflush(stdout) . W przeciwnym razie poprzednie dane wyjściowe mogą zostać zapisane w buforze wyjściowym i ich wyświetlenie może zostać opóźnione.
- The 'R' polecenie może być czasami użyte do wyświetlenia animowanego lub dynamicznego tekstu na konsoli. Na przykład możesz użyć 'R' aby zbudować pasek postępu, który będzie aktualizowany po zakończeniu długiego zadania.
- Podczas tworzenia niestandardowych danych wyjściowych konsoli w C, 'R' jest często używany w połączeniu z innymi funkcjami wyjściowymi konsoli, takimi jak stawia() I printf() do kontrolowania formatowania wyjściowego.
- W interfejsy wiersza poleceń (CLI) i innych programów tekstowych, symbol aktualizacji 'R' jest często używany do pokazania statusu akcji, np pobieranie pliku, przesyłanie danych , Lub kompilacja kodu .
- The 'R' jest szczególnie przydatny do aktualizowania pojedynczej linii danych wyjściowych bez przewijania całego okna terminala. Praca z dużymi zbiorami danych lub długimi procedurami może na tym zyskać.
- Dodatkowe znaki specjalne w języku C, takie jak „” (backspace), „v” (tabulacja pionowa), I „ ” (powrót) , można dodatkowo zmodyfikować formatowanie wyjściowe 'R' . Te dodatkowe znaki specjalne przesuwają kursor odpowiednio o jeden znak do tyłu i o jedną linię w dół.
- Oprócz tego, że jest używany w programowaniu w C, 'R' może być również używany do sterowania wyjściem konsoli Jawa , Pyton , I Rubin .
- Podczas użytkowania kluczowe znaczenie ma upewnienie się, że nowy wynik ma taką samą długość jak poprzedni lub większą 'R' odświeżyć dane wyjściowe na konsoli. Znaki z poprzedniego wyniku, które nie zostały nadpisane, jeśli nowy wynik jest krótszy niż stary wynik, mogą spowodować zniekształcenie lub niedokładność wyniku.
- The 'R' nie czyści linii ani nie usuwa żadnego tekstu; po prostu przesuwa kursor na początek bieżącej linii. Jeśli chcesz sformatować linię przed zapisaniem nowego wyniku, użyj 'R' i inne znaki kontrolne, takie jak spacje lub backspacey , aby zastąpić stary tekst spacjami.
- The 'R' może być używany do modyfikowania formatowania wejścia i wyjścia w połączeniu z innymi funkcjami wyjścia terminala, takimi jak skanf() I dostaje() . Na przykład użyj 'R' aby utworzyć wiersz poleceń, który zmienia się w miarę wprowadzania danych przez użytkownika.
Przykład:
Kolejny fragment kodu demonstrujący użycie 'R' w C, aby utworzyć animowany spinner ładujący:
#include #include #include int main() { int j; char raj[] = '\-+{}\'; for (j = 0; j<10; 100 j++) { printf(\'loading %c \', spinner[j % 4]); fflush(stdout); usleep(100000); sleep for milliseconds } printf(\'done!!!!!! \'); return 0; < pre> <p> <strong>Output:</strong> </p> <pre> Loading Loading - Loading + Loading { Loading Loading - Loading + Loading { Loading Loading - Done!!!!!! </pre> <hr></10;>
10;>10;>