| The symbol of integration is {\displaystyle \int}, an elongated S (the S stands for "sum"). |
Символом интегрирования является {\displaystyle \int}, удлиненная буква S (S означает «сумма»). |
| In practice, compilers are likely to display a warning, then assume int and continue translating the program. |
На практике же, компиляторы могли определять неуказание, но также допускали, что это int и продолжали компиляцию программы. |
| The minimum size for char is 8 bits, the minimum size for short and int is 16 bits, for long it is 32 bits and long long must contain at least 64 bits. |
Минимальный размер для char - 8 бит, для short и int - 16 бит, для long - 32 бита, для long long - 64 бита. |
| The application processes the data received from inventory system Gabriel (SITA), local database (MySQL) and payment gateway (INT). |
Приложение обрабатывает данные получаемые из инвенторной системы Gabriel (SITA), локальной базы данных (MySQL)и шлюза платежной системы (INT). |
| 32} 33 34 public void unlock(int pid) 35 {36 tickets.set(pid, 0); 37} Each thread only writes its own storage, only reads are shared. |
32} 33 34 public void unlock(int pid) 35 {36 ticket.set(pid, 0); 37} Каждый поток пишет в свою собственную память, только операция чтения может выполняться в общей памяти. |