Диссертация (1172872), страница 17
Текст из файла (страница 17)
Терновой / Учебник. – 2-е изд., перераб. и доп. – М.:ЮНИТИ-ДАНА, 2007. – 383 с.91. Ларичев, О.И. Качественные методы принятия решений. Вербальныйанализ решений/ О.И. Ларичев, Е.М. Мошкович. – М.: Наука. Физматлит, 1996.– 208 с.92. Прохоров, А.В., Задачи по теории вероятностей: Основные понятия.Предельные теоремы. Случайные процессы / А.В. Прохоров, В.Г. Ушаков, Н.Г.Ушаков: Учебное пособие. – М.: Наука. Гл. ред.
физ.-мат. лит., 1986. – 328 с.93. Береснев, Д.С. Определение оптимального маршрута передислокациисил и средств при проведении поисково-спасательных работ в природной среде/ Д.С. Береснев, Д.В. Шихалев // Сборник тезисов докладов материаловмеждународной научно-практической конференции «Исторический опыт,современныепроблемыиперспективыобразовательнойинаучнойдеятельности в области пожарной безопасности». Москва, 2018 – С. 840-843.94.
Береснев, Д.С., Топольский, Н.Г., Рыженко, А.А., Информационнаясистема трехмерногопроектирования поверхности земли. Свидетельство о117государственной регистрации программы для ЭВМ от 30 сентября 2015 года №2015660417.95. Береснев, Д.С., Топольский, Н.Г., Рыженко, Н.Ю., Шапошник, Д.С.,Информационная система контроля знаний обучающихся.
Свидетельство огосударственной регистрации программы для ЭВМ от 08 сентября 2015 года №2015619588.96. Береснев, Д.С., Топольский, Н.Г., Рыженко, Н.Ю., Нго Куанг Тоан,Методика выбора эффективных мероприятий для предупреждения аварийныхситуаций на гидротехнических сооружениях. Свидетельство о государственнойрегистрации программы для ЭВМ от 20 сентября 2016 года № 2015619588.97. Береснев, Д.С., Топольский, Н.Г., Рыженко, А.А., Шихалев, Д.В.,Построение карт вероятностей местонахождения объекта поиска в природнойсреде.
Свидетельство о государственной регистрации программы для ЭВМ от22 марта 2017 года № 2017613584.118Приложения119Приложение 1. Свидетельство о государственной регистрации программыдля ЭВМ - Информационная система трехмерного проектированияповерхности земли120Приложение 2. Свидетельство о государственной регистрации программыдля ЭВМ - Информационная система контроля знаний обучающихся121Приложение 3. Методика выбора эффективных мероприятий дляпредупреждения аварийных ситуаций на гидротехнических сооружениях122Приложение 4. Свидетельство о государственной регистрации программыдля ЭВМ - Построение карт вероятностей местонахождения объектапоиска в природной среде123Приложение 5. Листинг программного кодаfunction varargout = RSO(varargin)% Begin initialization code - DO NOT EDITgui_Singleton = 1;gui_State = struct('gui_Name',mfilename, ...'gui_Singleton', gui_Singleton, ...'gui_OpeningFcn', @RSO_OpeningFcn, ...'gui_OutputFcn', @RSO_OutputFcn, ...'gui_LayoutFcn', [] , ...'gui_Callback',[]);if nargin && ischar(varargin{1})gui_State.gui_Callback = str2func(varargin{1});endif nargout[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});elsegui_mainfcn(gui_State, varargin{:});end% End initialization code - DO NOT EDIT% --- Executes just before RSO is made visible.function RSO_OpeningFcn(hObject, eventdata, handles, varargin)% This function has no output args, see OutputFcn.% hObjecthandle to figure% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% varargincommand line arguments to RSO (see VARARGIN)% Choose default command line output for RSOhandles.output = hObject;% Update handles structureguidata(hObject, handles);% --- Outputs from this function are returned to the command line.function varargout = RSO_OutputFcn(hObject, eventdata, handles)% varargout cell array for returning output args (see VARARGOUT);% hObjecthandle to figure% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Get default command line output from handles structurevarargout{1} = handles.output;% --- Executes on button press in radiobutton1.function radiobutton1_Callback(hObject, eventdata, handles)124% --- Executes on button press in pushbutton1.function pushbutton1_Callback(hObject, eventdata, handles)close(ancestor(hObject,'figure'))% --- Executes on button press in pushbutton2.function pushbutton2_Callback(hObject, eventdata, handles)% hObjecthandle to pushbutton2 (see GCBO)set(handles.edit1,'String', ''); % Очищаем окно вводаset(handles.edit2,'String', ''); % Очищаем окно результата 1set(handles.edit3,'String', ''); % Очищаем окно результата 2set(handles.edit4,'String', ''); % Очищаем окно результата 2set(handles.edit5,'String', ''); % Очищаем окно результата 2set(handles.edit6,'String', ''); % Очищаем окно результата 2set(handles.edit7,'String', ''); % Очищаем окно результата 2set(handles.edit8,'String', ''); % Очищаем окно результата 2set(handles.edit9,'String', ''); % Очищаем окно результата 2set(handles.edit10,'String', ''); % Очищаем окно результата 2set(handles.edit11,'String', ''); % Очищаем окно результата 2axes(handles.axes1); % Очищаем окно графика 1cla;axes(handles.axes2); % Очищаем окно графика 2cla;axes(handles.axes3); % Очищаем окно графика 3cla;% --- Процес вычисления параметровfunction pushbutton3_Callback(hObject, eventdata, handles)% Von - средняя скорость человека по пересеченной местности% Тпс - время с момента поступления сигнала% L - длина маршрута% Получение исходных данных для вычисления района поискаотносительно исходной линииw=str2num(get(handles.edit1, 'String')); % Получил данные из окнаedit1 - длина маршрутаl=w;z=str2num(get(handles.edit2, 'String')); % Получил данные из окнаedit2 - время с момента поступления сигналаt=z;s=str2num(get(handles.edit11, 'String')); % Получил данные из окнаedit11 - средняя скорость человека по пересеченной местностиv=s;% Вычисление района поиска относительно исходной линии и исходнойлинииif get(handles.radiobutton1, 'value')==0Al=(2*v*t)*(l+2*v*t);set(handles.edit3,'String',Al);elseif get(handles.radiobutton2, 'value')==0125At=(2*(v*t))^2;set(handles.edit3,'String',At);end;% Обновление графиков и рисунковguidata(hObject, handles);axes(handles.axes1);imshow('RSO1.jpg')axes(handles.axes2);imshow('RSO2.jpg')axes(handles.axes3);imshow('RSO3.jpg')% --- Executes on button press in radiobutton2.function radiobutton2_Callback(hObject, eventdata, handles)% hObjecthandle to radiobutton2 (see GCBO)% --- Executes on selection change in popupmenu1.function popupmenu1_Callback(hObject, eventdata, handles)% hObjecthandle to popupmenu1 (see GCBO)% --- Executes during object creation, after setting allproperties.function popupmenu1_CreateFcn(hObject, eventdata, handles)% hObjecthandle to popupmenu1 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: popupmenu controls usually have a white background onWindows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit1_Callback(hObject, eventdata, handles)% hObjecthandle to edit1 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit1 as text%str2double(get(hObject,'String')) returns contents ofedit1 as a double126% --- Executes during object creation, after setting allproperties.function edit1_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit1 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit2_Callback(hObject, eventdata, handles)% hObjecthandle to edit2 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit2 as text%str2double(get(hObject,'String')) returns contents ofedit2 as a double% --- Executes during object creation, after setting allproperties.function edit2_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit2 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');end% --- Executes on selection change in popupmenu2.function popupmenu2_Callback(hObject, eventdata, handles)% hObjecthandle to popupmenu2 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)127% Hints: contents = cellstr(get(hObject,'String')) returnspopupmenu2 contents as cell array%contents{get(hObject,'Value')} returns selected item frompopupmenu2% --- Executes during object creation, after setting allproperties.function popupmenu2_CreateFcn(hObject, eventdata, handles)% hObjecthandle to popupmenu2 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: popupmenu controls usually have a white background onWindows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit3_Callback(hObject, eventdata, handles)% hObjecthandle to edit3 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit3 as text%str2double(get(hObject,'String')) returns contents ofedit3 as a double% --- Executes during object creation, after setting allproperties.function edit3_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit3 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');end128function edit4_Callback(hObject, eventdata, handles)% hObjecthandle to edit4 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit4 as text%str2double(get(hObject,'String')) returns contents ofedit4 as a double% --- Executes during object creation, after setting allproperties.function edit4_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit4 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit5_Callback(hObject, eventdata, handles)% hObjecthandle to edit5 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit5 as text%str2double(get(hObject,'String')) returns contents ofedit5 as a double% --- Executes during object creation, after setting allproperties.function edit5_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit5 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.129if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit6_Callback(hObject, eventdata, handles)% hObjecthandle to edit6 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit6 as text%str2double(get(hObject,'String')) returns contents ofedit6 as a double% --- Executes during object creation, after setting allproperties.function edit6_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit6 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit7_Callback(hObject, eventdata, handles)% hObjecthandle to edit7 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit7 as text%str2double(get(hObject,'String')) returns contents ofedit7 as a double% --- Executes during object creation, after setting allproperties.function edit7_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit7 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB130% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit8_Callback(hObject, eventdata, handles)% hObjecthandle to edit8 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit8 as text%str2double(get(hObject,'String')) returns contents ofedit8 as a double% --- Executes during object creation, after setting allproperties.function edit8_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit8 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit9_Callback(hObject, eventdata, handles)% hObjecthandle to edit9 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit9 as text%str2double(get(hObject,'String')) returns contents ofedit9 as a double131% --- Executes during object creation, after setting allproperties.function edit9_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit9 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit10_Callback(hObject, eventdata, handles)% hObjecthandle to edit10 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit10 as text%str2double(get(hObject,'String')) returns contents ofedit10 as a double% --- Executes during object creation, after setting allproperties.function edit10_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit10 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');endfunction edit11_Callback(hObject, eventdata, handles)% hObjecthandle to edit11 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesstructure with handles and user data (see GUIDATA)132% Hints: get(hObject,'String') returns contents of edit11 as text%str2double(get(hObject,'String')) returns contents ofedit11 as a double% --- Executes during object creation, after setting allproperties.function edit11_CreateFcn(hObject, eventdata, handles)% hObjecthandle to edit11 (see GCBO)% eventdata reserved - to be defined in a future version ofMATLAB% handlesempty - handles not created until after allCreateFcns called% Hint: edit controls usually have a white background on Windows.%See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'),get(0,'defaultUicontrolBackgroundColor'))set(hObject,'BackgroundColor','white');end133Приложение 6.
Акты внедрения134135.