本文主要是介绍matlab大气污染,VB+ACCESS+MATLAB大气污染模型系统(毕业论文+文献综述+外文翻译+可执行程序+源代码)...,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
VB+ACCESS+MATLAB大气污染模型系统(毕业论文+文献综述+外文翻译+可执行程序+源代码)
如有需要请联系
目录
中文摘要 —————————————————————————— 3
英文摘要 —————————————————————————— 4
第一章、模糊概念 —————————————————————— 5
1、1模糊集合论的基本原理 —————————————————— 5
1、1、1模糊的产生 ————————————————————5
1、1、2 模糊集合论的基本原理 —————————————— 6
1、2 系统的模糊性 —————————————————————— 7
1、2、1环境质量的好坏和环境质量的价值 ——————————7
1、2、2 环境系统的复杂性意味着模糊性 ———————————8
1、3模糊理论在环境科学和地理信息系统中的研究现状 —————— 9
1、3、1模糊理论在地理信息系统中的研究现状 ————————9
1、3、2糊理论在环境科学研究现状及存在的主要问题 —————11
第二章、MATLAB简介 —————————————————————13
2、1 MATLA语言简介 ————————————————————— 13
2、2 MATLAB语言编程基础 ———————————————————13
2、2、1函数调用语句 ———————————————————14
2、2、2矩阵的MATLAB表示 —————————————————14
2、2、3 MATLAB语言的程序流程语句 —————————————19
2、2、4 MATLAB中新的数据结构 ———————————————19
2、3 MATLAB语言与科学计算——————————————————20
2、3、1矩阵的非线性运算 ————————————————— 20
2、3、2数据插值 ————————————————————— 21
第三章、大气污染模型的创建和简化 ———————————————24
3、1 地理信息系统中建立模型—————————————————24
3、1、1地学模型的特点——————————————————— 24
3、1、2地理信息系统中模型的表达方式 ————————————25
3、1、3地理信息系统中模型的存贮 ——————————————26
3、1、4 地学建模方法概述 ————————————————— 27
3、2 大气扩散模式 ———————————————————————29
3、2、1 有风时(u10≥1.5m/s),气态污染物点源扩散模式 —————29
3、2、2 一次地面最大落地(Cm)浓度及距离(Xm) ——————31
3、2、3 有风时(u10≥1.5m/s),气态污染物后置点源(面源)扩散模式
—————————————————————————————— 31
3、2、4
小风(1.5m/s>U10≥0.5m/s)、静风(U10<0.5m/s)扩散模式
—————————————————————————————— 31
3、2、5 逆温层破坏时的熏烟模式 ———————————————32
3、2、6 日均浓度计算公式 ——————————————————32
3、2、7卫生防护距离估算 ——————————————————33
3、3 适用范围 —————————————————————————33
3、4 程序计算时需输入的参数 —————————————————— 34
第四章、系统的设计和实现 ————————————————————35
4、1 系统简述 ———————————————————————— 35
4、2 MATLAB函数在方程中的用法——————————————— 35
4、2、1 MATLAB的具体函数 ———————————————— 35
4、2、2 此设计的流程图 —————————————————— 37
4、3 MATLAB函数在方程组中的用法———————————————43
4、4 数据库的简单介绍 —————————————————————44
第五章、个人心得 ——————————————————————— 47
第六章、文献参考 ——————————————————————— 48
第七章、致谢 ————————————————————————— 49
摘要
数据模型就是按专业的要求,用数字方式描述自然界的事物或现象以及他们的关系。
我们通过对地区的具体数值和情况的观察,对大气质量状况做出分析,建立一个符合当地情况的大气污染模型,用来测量大气污染浓度,并根据污染浓度评价出当地的空气质量。由于地理信息以及环境的“模糊性”,我们可以简化模式,得出最大值,可以认为是污染源的污染浓度。
在我们的设计中,就是首先要建立一个大气污染的模型,并根据模型云用MATLAB语言算出浓度值推导出当地空气质量,不但如此,还要可以根据别的地区的空气浓度和具体的环境数值反推出符合当地的空气质量系数。
最后,还建立了一个界面和数据库,用来存放模式计算的数值!
关键字:地理信息、模糊性、MATLAB语言、建模
Abstract
The data model is the request for press profession, describing
with the numerical way nature of thing or phenomenons and their
relation. We pass the observation to the concrete number of the region and
circumstance, doing an analysis to the atmosphere quantity
condition, building up an air pollution model that matches the
local circumstance, use to measure the air pollution density, and
evaluate an air quantity of the region according to the pollution
density.Because of the geography information and" faintness" of the
environment, we can simplify the mode, getting a biggest value, can
think is a pollution density that pollutes the
source. In
our design, is first to want to build up a model of air pollution,
and calculate a density value to deduce a local air quantity with
the language of MATLAB according to the model cloud, not only this,
still wanting can are anti- to release the air quantity coefficient
of match the region according to the air density and concrete
environment numbers of the another
region. End,
still built up an interface and databases, use to the number of
deposit the mode calculation!
Key word: Geography information, faintness,
language of MATLAB, modeling
这篇关于matlab大气污染,VB+ACCESS+MATLAB大气污染模型系统(毕业论文+文献综述+外文翻译+可执行程序+源代码)...的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!