This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstdio> | |
| #include <cstdlib> | |
| int strlen(char *text) | |
| { | |
| int i; | |
| for(i = 0; text[i] != '\0'; i++); | |
| return i; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstdio> | |
| #include <cstdlib> | |
| int strlen(char *text) | |
| { | |
| int i; | |
| for(i = 0; text[i] != '\0'; i++); | |
| return i; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <fstream> | |
| #include <string> | |
| using namespace std; | |
| char encode(char ch, int key) | |
| { | |
| if(!isalpha(ch)) | |
| return ch; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <fstream> | |
| #include <string> | |
| using namespace std; | |
| const char *dic_name = "dictionary.txt"; | |
| string *dict; | |
| int dict_len; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <fstream> | |
| #include <string> | |
| using namespace std; | |
| char encode(char ch, int key) | |
| { | |
| if(!isalpha(ch)) | |
| return ch; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <math.h> | |
| using namespace std; | |
| int main() | |
| { | |
| int a,b,c; | |
| cout << "A: "; | |
| cin >> a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| interface IHasValue | |
| { | |
| int val { get; set; } | |
| } | |
| class TVertex | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| class EmptyDequeException : Exception | |
| { | |
| public EmptyDequeException() | |
| : base() | |
| { | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 3. Попытка создание системы коллективной безопасности в Европе. | |
| Важным этапом в формировании межгосударственных отношений явилась международная Женевская конференция по разоружению. Она продолжалась с 1932 по 1935г при участии представителей 63 стран. На этой конференции СССР выступил с предложением осуществить принцип всеобщего и полного разоружения, однако западные государства не поддержали советской инициативы. В мае 1935 г. Были подписаны советско-французский и советско-чехословацкий договоры о взаимной помощи. Эти соглашения могли бы стать в дальнейшем существенным фактором сдерживания агрессивной политики гитлеровской Германии и её союзников. Советский союз осуждал действия Германии и предлагал провести международную конференцию для организации системы коллективной безопасности и защиты независимости стран, которым угрожала агрессия. Усилие советского правительства направлялись на объеденение действий СССР, Великобритании и Франции против расширения агрессии Германии. В 1939г. Активные действия советск |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $this->letter_mask = array( | |
| "1" => array(array(1, 1, 1, 0, 0), array(1, 1, 1, 0, 0), array(0, 0, 1, 0, 0), array(1, 1, 1, 1, 1)), | |
| "2" => array(array(1, 1, 1, 1, 1, 1, 1), array(1, 1, 1, 1, 1, 1, 1), array(0, 0, 0, 0, 0, 1, 1), array(1, 1, 1, 1, 1, 1, 1)), | |
| "3" => array(array(1, 1, 1, 1, 1, 1, 1), array(1, 1, 1, 1, 1, 1, 1), array(0, 0, 0, 0, 0, 1, 1), array(1, 1, 1, 1, 1, 1, 0)), | |
| "4" => array(array(0, 0, 0, 0, 1, 1, 0, 0), array(0, 0, 0, 1, 1, 1, 0, 0), array(0, 0, 1, 1, 1, 1, 0, 0), array(0, 0, 0, 0, 0, 1, 0, 0)), | |
| "5" => array(array(1, 1, 1, 1, 1, 1, 1), array(1, 0, 0, 0, 0, 0, 0), array(1, 0, 0, 0, 0, 0, 0), array(1, 1, 1, 1, 1, 1, 0)), | |
| "6" => array(array(0, 0, 1, 1, 1, 1, 0), array(0, 1, 1, 1, 1, 0, 0), array(1, 1, 0, 0, 0, 0, 0), array(0, 1, 1, 1, 1, 1, 0)), | |
| "7" => array(array(1, 1, 1, 1, 1, 1, 1), array(0, 0, 0, 0, 0, 1, 1), array(0, 0, 0, 0, 0, 1, 1), array(0, 1, 1, 0, 0, 0, 0)), | |
| "8" => array(array(1, |