English | Russian |
file I/O operations, each for small amount of data | обмен небольшими порциями данных с файлом (ssn) |
file operation | операция обработки файла (Alex_Odeychuk) |
file operation | операция обработки файлов (Alex_Odeychuk) |
file operation | файловая операция (ssn) |
file operations | файловые операции (ssn) |
frequent file I/O operations, each for small amount of data | частый обмен небольшими порциями данных с файлом (ssn) |
program performance when the program needs frequent file I/O operations, each for small amount of data | производительность программы при частом обмене небольшими порциями данных с файлом (ssn) |
the Framework Class Library provides many predefined classes that contain methods for performing common mathematical calculations, string manipulations, input/output operations, database operations, networking operations, file processing, error checking and more | Framework Class Library предоставляет много готовых классов с методами для выполнения стандартных математических вычислений, манипуляций со строками, операций ввода-вывода, операций с базами данных, сетевых операций, обработки файлов, проверки ошибок и т.д. (см. Deitel P., Deitel. H. – Visual C# 2012 How to Program, 5Ed. – 2013) |
the use of buffers can improve program performance when the program needs frequent file I/O operations, each for small amount of data | Применение буферов может повысить производительность программы при частом обмене небольшими порциями данных с файлом |