Scilab 5.5.2
- Справка Scilab
- Файлы: функции ввода/вывода
- Директория
- Пути - Имена файлов
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save format
- scanf
- преобразование scanf
- getURL
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getmd5
получение контрольной суммы md5
Последовательность вызова
res=getmd5(filename) res=getmd5(ParamString,'string')
Аргументы
- res
результат, контрольная сумма md5 (строка)
- filename
имя файла (строка или матрица строк)
- ParamString
строка или матрица строк
Описание
Функция getmd5
получает контрольную сумму md5 файла filename
или строки ParamString
.
Примеры
getmd5('Привет, мир!','string') getmd5(['Привет,' 'мир!'],'string') getmd5(['Привет,' ; 'мир!'],'string') getmd5( SCI+'/modules/core/etc/core.start' ) getmd5( SCI+'/modules/core/etc/'+['core.start' 'core.quit'])
Report an issue | ||
<< fscanfMat | Файлы: функции ввода/вывода | %io >> |