第一篇:畢業設計(論文)文獻綜述
重慶理工大學論文
文獻綜述
基于java的網上郵票市場設計與實現
(10903080225 王才松)
摘 要
隨著經濟與社會的不斷發展,人們的生活水平的不斷提高,越來越多的人開始享受生活,越來越多的人開始收集郵票。然而,單靠自己去收集,速度和效率很低,所以才想出了這樣的一個東西——提供一個交易以及交換郵票的平臺,以提高收集郵票的效率。
關鍵詞:郵票交易、web開發、網購、電子商務 1.引言
隨著互聯網的普及,越來越多的事可以在網上完成,如購物、買車票、通信等。越來越多的人習慣了在網上購買自己需要的東西;也有越來越多的人看到的網店的商機,加入到網上買賣,成為了網上的老板,坐在家里賣東西,只需要坐在電腦前確認別人的訂單來發貨,給予貨物的信息。隨著web技術的發展,有力的技術支持也為實現該平臺提供了強大的支持。
現在的人們也已經慢慢的習慣了做在電腦前,做著自己想做的事情,不會像以前那樣,買什么東西都必須出門,現在的網購已經發展到了一定的程度,很多人已經習慣了網購。抄碼檔(去逛商城就貨物條形碼抄下來,帶回家后網上購買該貨號的物品)就是其中的代表人物。這種方式為人們節約了一部分錢,因為網上的東西總是比現實中的物品便宜一點,尤其是衣服、鞋子之流,一般在現實的5到7折之間,主要就是這個方式促使了很多人在網上購買物品。2.課題背景
世界上最早的郵票是黑便士,中國最早的郵票是清朝的大龍郵票。郵票的誕生,是由于郵資的征收對象的改變:1.降低了郵費2.按重量計費3.先付郵費。通信因此走入尋常百姓家。郵票是發送者為郵政服務付費的一種形式。郵票的雛形最早出現于17世紀中期。1653年,法國國王路易十四把在巴黎地區開辦郵政的物權賜給維拉葉。維拉葉在巴黎設 立了“小郵局”,還在街道設立了郵政信箱,每天收取、投遞信件。維拉葉采用一種名為郵資付訖證的標簽,出信給用戶。寄信人把郵資付訖證套在或貼在信封上,寫上寄信日期,把信件放入信箱。重慶理工大學論文
文獻綜述
郵局收取信件以后便把郵資付訖證撕毀,然后把信件投送給收信人。這種郵資付訖證的標簽,可以說是郵票的前身。這種標簽隨用隨撕毀,沒有留傳下來。隨著當代蓋郵戳機的應用與電子郵件的迅速普及,郵票的使用量在不斷減少。即便如此,郵票的每年世界使用量還是數以十億計的。收藏者是郵票的一大主顧,為了迎合這些用戶,郵政當局發行了很多紀念郵票,例如正值世界杯之際發行的世界杯紀念郵票,還有一些仿古制品。一些小國家的郵票已經不再是為了郵政用途,而是向收藏者售賣,作為自身財政一大來源,如梵蒂岡,列支敦士登,圣馬力諾,還有一些非常貧困的第三世界國家。
隨著人們生活水平的不斷提高,隨著網絡的不斷發展,web技術的快速發展,網上購物已經成為很多人的一種習慣,因此出現了電子商務——電子商務是一種以互聯網為基礎、交易雙方為主體、銀行電子支付和結算為手段、客戶數據為依托的全新商務模式。隨著網絡的發展,電信事業的發展,人們的通信已經不再是寫信這種的方式,而是通過網絡、電話交流了(偶爾還是需要用郵票的,如郵寄物品)。所以郵票這個東西漸漸的成為了集郵人士收藏的物品之一了。EMS也已經慢慢的被快遞代替如現在的中通快遞、申通快遞等快遞公司。
3.技術支持
Web技術
Web技術包括了HTML、XML、WEB腳本、Serv腳本、.NET、多媒體等一系列的技術,然而本次開發采用的web技術有HTML下的jsp技術,css技術,XML下面的Schema技術、webservice技術,Web腳本javascript、ajax、json等一系列的技術。
本次開發的是屬于B/S結構,B/S結構(Browser/Server,瀏覽器/服務器模式),是WEB興起后的一種網絡結構模式,WEB瀏覽器是客戶端最主要的應用軟件。這種模式統一了客戶端,將系統功能實現的核心部分集中到服務器上,簡化了系統的開發、維護和使用。并且屬于C2C(Customer To Customer)模式。C2C的意思就是個人與個人之間的電子商務。比如一個消費者有一臺舊電腦,通過網絡進行交易,把它出售給另外一個消費者,此種交易類型就稱為C2C電子商務。重慶理工大學論文
文獻綜述
Jsp技術
JSP(Java Server Pages)是由Sun Microsystems公司倡導、許多公司參與一起建立的一種動態網頁技術標準。JSP技術有點類似ASP技術,它是在傳統的網頁HTML文件(*.htm,*.html)中插入Java程序段(Scriptlet)和JSP標記(tag),從而形成JSP文件(*.jsp)。用JSP開發的Web應用是跨平臺的,既能在Linux下運行,也能在其他操作系統上運行。其優點和缺點有:
優點:
(1)一次編寫,到處運行。除了系統之外,代碼不用做任何更改。
(2)系統的多平臺支持。基本上可以在所有平臺上的任意環境中開發,在任意環境中進行系統部署,在任意環境中擴展。相比ASP的局限性JSP的優勢是顯而易見的。
(3)強大的可伸縮性。從只有一個小的Jar文件就可以運行Servlet/JSP,到由多臺服務器進行集群和負載 均衡,到多臺Application進行事務處理,消息處理,一臺服務器到無數臺服務器,Java顯示了一個巨大的生命力。(4)多樣化和功能強大的開發工具支持。這一點與ASP很像,Java已經有了許多非常優秀的開發工具,而且許多可以免費得到,并且其中許多已經可以順利 的運行于多種平臺之下。
(5)支持服務器端組件。web應用需要強大的服務器端組件來支持,開發人員需要利用其他工具設計實現復雜功能的組件供web頁面調用,以增強系統性能。JSP可以使用成熟的JAVA BEANS 組件來實現復雜商務功能。
缺點:
(1)與ASP也一樣,Java的一些優勢正是它致命的問題所在。正是由于為了跨平臺的功能,為了極度的伸縮能力,所以極大的增加了產品的復雜性。(2)Java的運行速度是用class常駐內存來完成的,所以它在一些情況下所使用的內存比起用戶數量來說確實是“最低性能價格比”了。從另一方面,它還需要硬盤空間來儲存一系列的.java文件和.class文件,以及對應的版本文件。Jsp擁有9大內置對象分別是: 重慶理工大學論文
文獻綜述
Request、response、session、application、out、page、config、exception、pageContext這9個內置對象,本次開發主要用到的有request、response、session、application、pageContext這幾個內置對象,其他也許會用到,但是用的比較少。
Css技術 級聯樣式表(Cascading Style Sheet)簡稱“CSS”,通常又稱為“風格樣式表(Style Sheet)”,它是用來進行網頁風格設計的。布局特點:
對于蜘蛛在爬行一個網站的頁面時,若是有太多的垃圾代碼,會使搜索蜘蛛對其產生不友好、不信任感,同時蜘蛛的爬行速度也會因此而減緩,對于網站SEO而言,可謂一大忌。就如傳統的用table頁面,對此我們就需要對網站進行代碼優化,而這便需要動用CSS+div了,下面便來談談使用CSS+div進行代碼優化的一些益處。
一.精簡代碼,建設重構難度。
網站使用DIV+CSS布局使代碼很是精簡,相信大多朋友也都略有所聞,css文件可以在網站的任意一個頁面進行調用,而若是使用table表格修改部分頁面卻是顯得很麻煩。要是一個門戶網站的話,需手動改很多頁面,而且看著那些表格也會感覺很亂也很浪費時間,但是使用css+div布局只需修改css文件中的一個代碼即可。二.網頁訪問速度
使用了DIV+CSS布局的網頁與Table布局比較,精簡了許多頁面代碼,那么其瀏覽訪問速度自然得以提升,也從而提升了網站的用戶體驗度。三.SEO優化
采用div-css布局的網站對于搜索引擎很是友好,因此其避免了Table嵌套層次過多而無法被搜索引擎抓取的問題,而且簡潔、結構化的代碼更加有利于突出重點和適合搜索引擎抓取。四.瀏覽器兼容性
DIV+CSS相比TABLE布局,更容易出現多種瀏覽器不兼容的問題,主要原因是不同的瀏覽器對web標準默認值 不同。國內主流是ie,firefox及chrome用的較少,在兼容性測試方面,首先需要保證在ie多版本不出現問題,這里涉及到重慶理工大學論文
文獻綜述
一些方法和技巧,可以 針對具體問題在網站查找解決辦法。五.CSS+DIV網頁布局的時候常犯的小錯誤
1.檢查HTML元素是否有拼寫錯誤、是否忘記結束標記
即使是老手也經常會弄錯div的嵌套關系。可以用dreamweaver的驗證功能檢查一下有無錯誤。
2.檢查CSS是否書寫正確
檢查一下有無拼寫錯誤、是否忘記結尾的 } 等。可以利用CleanCSS來檢查 CSS的拼寫錯誤。CleanCSS本是為CSS減肥的工具,但也能檢查出拼寫錯誤。3.用刪除法確定錯誤發生的位置
如果錯誤影響了整體布局,則可以逐個刪除div塊,直到刪除某個div塊后顯示恢復正常,即可確定錯誤發生的位置。4.利用border屬性確定出錯元素的布局特性
使用float屬性布局一不小心就會出錯。這時為元素添加border屬性確定元素邊界,錯誤原因即水落石出。
5.float元素的父元素不能指定clear屬性
MacIE下如果對float的元素的父元素使用clear屬性,周圍的float元素布局就會混亂。這是MacIE的著名的bug,倘若不知道就會走彎路。6.float元素務必指定width屬性
很多瀏覽器在顯示未指定width的float元素時會有bug。所以不管float元素的內容如何,一定要為其指定width屬性。另外指定元素時盡量使用em而不是px做單位。
7.float元素不能指定margin和padding等屬性
IE在顯示指定了margin和padding的float元素時有bug。因此不要對float元素指定margin和padding屬性(可以在float元素內部嵌套一個div來設置margin和padding)。也可以使用hack方法為IE指定特別的值。8.float元素的寬度之和要小于100% 如果float元素的寬度之和正好是100%,某些古老的瀏覽器將不能正常顯示。因此請保證寬度之和小于99%。9.是否重設了默認的樣式? 重慶理工大學論文
文獻綜述
某些屬性如margin、padding等,不同瀏覽器會有不同的解釋。因此最好在開發前首先將全體的margin、padding設置為0、列表樣式設置為none等。10.是否忘記了寫DTD? 如果無論怎樣調整不同瀏覽器顯示結果還是不一樣,那么可以檢查一下頁面開頭是不是忘了寫下DTD聲明。
最后,需要注意的是,蜘蛛不喜歡一個頁面有太多的css代碼,否則同樣會影響蜘蛛的爬行,影響搜索引擎的收錄,所以采用外部調用的方式調用CSS是非常不錯的方法。而同時,若非必須太多花哨的網站,采用CSS布局,同樣可以到達所想要的效果。如網站導航中的文字顏色變化、下拉菜單等。
Ajax技術
AJAX 指異步JavaScript及 XML(Asynchronous JavaScript And XML)。國內翻譯常為“阿賈克斯”和阿賈克斯足球隊同音。Web應用的交互如Flickr,Backpack和Google在這方面已經有質的飛躍。這個術語源自描述從基于Web的應用到基于數據的應用的轉換。在基于數據的應用中,用戶需求的數據如聯系人列表,可以從獨立于實際網頁的服務端取得并且可以被動態地寫入網頁中,給緩慢的Web應用體驗著色使之像桌面應用一樣。
Ajax的核心是JavaScript對象XmlHttpRequest。該對象在Internet Explorer 5中首次引入,它是一種支持異步請求的技術。簡而言之,XmlHttpRequest使您可以使用JavaScript向服務器提出請求并處理響應,而不阻塞用戶。應用優勢:
AJAX不是一種新的編程語言,而是一種用于創建更好更快以及交互性更強的 Web 應用程序的技術。
通過 AJAX,您的 JavaScript 可使用JavaScript的XMLHttpRequest對象來直接與服務器進行通信。通過這個對象,您的 JavaScript 可在不重載頁面的情況與web服務器交換數據。
AJAX 在瀏覽器與 Web 服務器之間使用異步數據傳輸(HTTP 請求),這樣就可使網頁從服務器請求少量的信息,而不是整個頁面。
AJAX 可使因特網應用程序更小、更快,更友好。
AJAX 是一種獨立于 Web 服務器軟件的瀏覽器技術。AJAX 基于下列 重慶理工大學論文
文獻綜述
Web 標準:
JavaScriptXMLHTMLCSS在 AJAX 中使用的 Web 標準已被良好定義,并被所有的主流瀏覽器支持。AJAX 應用程序獨立于瀏覽器和平臺。
Web 應用程序較桌面應用程序有諸多優勢;它們能夠涉及廣大的用戶,它們更易安裝及維護,也更易開發。
不過,因特網應用程序并不像傳統的桌面應用程序那樣完善且友好。通過 AJAX,因特網應用程序可以變得更完善,更友好。主要技術:
web標準(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)進行動態顯示及交互; 使用 XML 和 XSLT 進行數據交換及相關操作; 使用 XMLHttpRequest 進行異步數據查詢、檢索;
使用 JavaScript 將所有的東西綁定在一起。英文參見Ajax的提出者Jesse James Garrett的原文,原文題目(Ajax: A New Approach to Web Applications)。
類似于DHTML或LAMP,AJAX不是指一種單一的技術,而是有機地利用了一系列相關的技術。事實上,一些基于AJAX的“派生/合成”式(derivative/composite)的技術正在出現,如“AFLAX”。
AJAX的應用使用支持以上技術的web瀏覽器作為運行平臺。這些瀏覽器目前包括:
Google Chrome、Mozilla、Firefox、Internet Explorer、Opera、Konqueror及Safari。但是Opera不支持XSL格式對象,也不支持XSLT。
Webservice技術 Web Service是一項新技術,能使得運行在不同機器上的不同應用無須借助附加的、專門的第三方軟件或硬件,就可相互交換數據或集成。依據Web Service規范實施的應用之間,無論它們所使用的語言、平臺或內部協議是什么,都可以相互交換數據。Web Service是自描述、自包含的可用網絡模塊,可以執行具體的業務功能。Web Service也很容易部署,因為它們基于一些常規的產業標準以及已有的一些技術,諸如XML和HTTP。Web Service減少了應用接口的重慶理工大學論文
文獻綜述
花費。Web Service為整個企業甚至多個組織之間的業務流程的集成提供了一個通用機制。這個技術用于實現支付模塊,及電子商務的交易。它主要實現了不同服務器上的數據交互。通過soap協議來實現的,SOAP即簡單對象訪問協議(Simple Object Access Protocol),它是用于交換XML編碼信息的輕量級協議。它有三個主要方面:XML-envelope為描述信息內容和如何處理內容定義了框架,將程序對象編碼成為XML對象的規則,執行遠程過程調用(RPC)的約定。SOAP可以運行在任何其他傳輸協議上。例如,你可以使用 SMTP,即因特網電子郵件協議來傳遞SOAP消息,這可是很有誘惑力的。在傳輸層之間的頭是不同的,但XML有效負載保持相同。其他技術 Hibernate技術
Hibernate是一個開放源代碼的對象關系映射框架,它對JDBC進行了非常輕量級的對象封裝,使得Java程序員可以隨心所欲的使用對象編程思維來操縱數據庫。Hibernate可以應用在任何使用JDBC的場合,既可以在Java的客戶端程序使用,也可以在Servlet/JSP的Web應用中使用,最具革命意義的是,Hibernate可以在應用EJB的J2EE架構中取代CMP,完成數據持久化的重任。hibernate優點:
1、封裝了jdbc,簡化了很多重復性代碼。
2、簡化了DAO層編碼工作,使開發更對象化了。
3、移植性好,支持各種數據庫,如果換個數據庫只要在配置文件中變換配置就可以了,不用改變hibernate代碼。
4、支持透明持久化,因為hibernate操作的是純粹的(pojo)java類,沒有實現任何接口,沒有侵入性。所以說它是一個輕量級框架。hibernate延遲加載:
get不支持延遲加載,load支持延遲加載。
1、hibernate2對 實體對象和集合 實現了延遲加載
2、hibernate3對 提供了屬性的延遲加載功能 重慶理工大學論文
文獻綜述
hibernate延遲加載就是當使用session.load(User.class,1)或者session.createQuery()查詢對象或者屬性的時候這個對象或者屬性并沒有在內存中,只有當程序操作數據的時候,才會存在內存中,這樣就實現延遲加載,節省了內存的開銷,從而提高了服務器的性能。Hibernate的緩存機制:
一級緩存:session級的緩存也叫事務級的緩存,只緩存實體,生命周期和session一致。不能對其進行管理。不用顯示的調用。
二級緩存:sessionFactory緩存,也叫進程級的緩存,使用第3方插件實現的,也值緩存實體,生命周期和sessionFactory一致,可以進行管理。
二級緩存之查詢緩存:對普通屬性進行緩存。如果關聯的表發生了修改,那么查詢緩存的生命周期也結束了。
在程序中必須手動啟用查詢緩存:query.setCacheable(true);優化Hibernate:
1、使用一對多的雙向關聯,盡量從多的一端維護。
2、不要使用一對一,盡量使用多對一。
3、配置對象緩存,不要使用集合緩存。
4、表字段要少,表關聯不要怕多,有二級緩存撐腰。Structs技術
Struts是開源軟件。使用Struts的目的是為了幫助我們減少在運用MVC設計模型來開發Web應用的時間。如果我們想混合使用Servlets和JSP的優點來建立可擴展的應用,struts是一個不錯的選擇。
Struts跟Tomcat、Turbine等諸多Apache項目一樣,是開源軟件,這是它的一大優點,使開發者能更深入的了解其內部實現機制。
除此之外,Struts的優點主要集中體現在兩個方面:Taglib和頁面導航。Taglib是Struts的標記庫,靈活運用,能大大提高開發效率。另外,就目前國內的JSP開發者而言,除了使用JSP自帶的常用標記外,很少開發自己的標記,或許Struts是一個很好的起點。
關于頁面導航,我認為那將是今后的一個發展方向,事實上,這樣做,使系統的脈絡更加清晰。通過一個配置文件,即可把握整個系統各部分之間的聯系,重慶理工大學論文
文獻綜述
這對于后期的維護有著莫大的好處。尤其是當另一批開發者接手這個項目時,這種優勢體現得更加明顯。
缺點:
Taglib是Struts的一大優勢,但對于初學者而言,卻需要一個持續學習的過程,甚至還會打亂你網頁編寫的習慣,但是,當你習慣了它時,你會覺得它真的很棒。
MVC即Model-View-Controller的縮寫,是一種常用的設計模式。MVC 減弱了業務邏輯接口和數據接口之間的耦合,以及讓視圖層更富于變化。Struts 是MVC的一種實現,它將 Servlet和 JSP 標記(屬于 J2EE 規范)用作實現的一部分。Struts繼承了MVC的各項特性,并根據J2EE的特點,做了相應的變化與擴展。
Sqlserver數據庫
SQL語句可以用來執行各種各樣的操作,例如更新數據庫中的數據,從數據庫中提取數據等。目前,絕大多數流行的關系型數據庫管理系統,如Oracle,Sybase,Microsoft SQL Server,Access等都采用了SQL語言標準。雖然很多數據庫都對SQL語句進行了再開發和擴展,但是包括
Select,Insert,Update,Delete,Create,以及Drop在內的標準的SQL命令仍然可以被用來完成幾乎所有的數據庫操作
特點:
1.真正的客戶機/服務器體系結構。
2.圖形化用戶界面,使系統管理和數據庫管理更加直觀、簡單。3.豐富的編程接口工具,為用戶進行程序設計提供了更大的選擇余地。4.SQL Server與Windows NT完全集成,利用了NT的許多功能,如發送和接受消息,管理登錄安全性等。SQL Server也可以很好地與Microsoft BackOffice產品集成。
5.具有很好的伸縮性,可跨越從運行Windows 95/98的膝上型電腦到運行Windows 2000的大型多處理器等多種平臺使用。重慶理工大學論文
文獻綜述
6.對Web技術的支持,使用戶能夠很容易地將數據庫中的數據發布到Web頁面上。
7.SQL Server提供數據倉庫功能,這個功能只在Oracle和其他更昂貴的DBMS中才有。
本次開發采取MVC模式開發,MVC(Model/View/Controller)模式是國外用得比較多的一種設計模式,好象最早是在Smaltalk中出現。MVC包括三類對象。Model是應用對象,View是它在屏幕上的表示,Controller定義用戶界面對用戶輸入的響應方式。總結
隨著網絡的迅速發展,使得電子商務的不斷發展,它逐漸成為人們生活中的一部分,物聯網的構架也已經開始了,云計算之內的網絡信息業也逐漸發展起來了。電子商務也逐漸滲透到各個行業當中,本次開發是為了給集郵愛好者提供一個良好的交易平臺,使得集郵變得更加方便,讓集郵愛好者能夠通過本平臺收集到更多其所需要的郵票。古人云:人多力量大。本平臺將會擁有眾多的使用者,有了他們的支持以及幫助是集郵者們更好的交流,更快的收集郵票。
參考文獻:
[1] 劉西杰 柳林 著 HTML、CSS、JavaScript網頁制作從入門到精通
2012-12-24 [2] 李剛 輕量級J2EE企業應用實戰 電子工業出版社 2007 年4月 [3] 趙衛東 黃麗華著 電子商務模式
復旦大學出版社 2006年8月
[4] 王曰芬 丁晟春 主編 面向21世紀電子商務專業核心課程系列教材
北京大學出版社 2002-1-1 [5] 張孝祥 徐明華 邱加永著 JSP基礎與案例開發詳解 2009.8.1 [6] 李海峰
基于 J2EE 技術開發高性能 BBS 論壇[D]2006. [7] 孫衛琴 精通 Struts:基于 MVC 的 Java Web 設計與開發 [M]
2004-1-9
[8] 袁鵬飛 中文版 SQL Server2000 數據庫系統管理2001.[9](英)巴德(英)科利森(英)莫爾 著,陳劍甌 譯 精通CSS 高級WEB標準解決方案》第二版圖靈程序設計叢書2010-5-1
第二篇:4畢業設計(論文)外文文獻翻譯范文
黃石理工學院畢業設計(論文)外文文獻翻譯
模糊控制理論
摘自 維基百科 2011年11月20日
概述
模糊邏輯廣泛適用于機械控制。這個詞本身激發一個一定的懷疑,試探相當于“倉促的邏輯”或“虛假的邏輯”,但“模糊”不是指一個部分缺乏嚴格性的方法,而這樣的事實,即邏輯涉及能處理的概念,不能被表達為“對”或“否”,而是因為“部分真實”。雖然遺傳算法和神經網絡可以執行一樣模糊邏輯在很多情況下,模糊邏輯的優點是解決這個問題的方法,能夠被鑄造方面接線員能了解,以便他們的經驗,可用于設計的控制器。這讓它更容易完成機械化已成功由人執行。
歷史以及應用
模糊邏輯首先被提出是有Lotfi在加州大學伯克利分校在1965年的一篇論文。他闡述了他的觀點在1973年的一篇論文的概念,介紹了語言變量”,在這篇文章中相當于一個變量定義為一個模糊集合。其他研究打亂了,第二次工業應用中,水泥窯建在丹麥,即將到來的在線1975。
模糊系統在很大程度上在美國被忽略了,因為他們更多關注的是人工智能,一個被過分吹噓的領域,尤其是在1980年中期年代,導致在誠信缺失的商業領域。
然而日本人對這個卻沒有偏見和忽略,模糊系統引發日立的Seiji Yasunobu和Soji Yasunobu Miyamoto的興趣。,他于1985年的模擬,證明了模糊控制系統對仙臺鐵路的控制的優越性。他們的想法是被接受了,并將模糊系統用來控制加速、制動、和停車,當線于1987年開業。
1987年另一項促進模糊系統的興趣。在一個國際會議在東京的模糊研究那一年,Yamakawa論證<使用模糊控制,通過一系列簡單的專用模糊邏輯芯片,在一個“倒立擺“實驗。這是一個經典的控制問題,在這一過程中,車輛努力保持桿安裝在頂部用鉸鏈正直來回移動。
這次展示給觀察者家們留下了深刻的印象,以及后來的實驗,他登上一Yamakawa酒杯包含水或甚至一只活老鼠的頂部的鐘擺。該系統在兩種情況下,保持穩定。Yamakawa最終繼續組織自己的fuzzy-systems研究實驗室幫助利用自己的專利在田地里的時候。
黃石理工學院畢業設計(論文)外文文獻翻譯
展示之后,日本工程師開發出了大范圍的模糊系統用于工業領域和消費領域的應用。1988年,日本建立了國際模糊工程實驗室,建立合作安排48公司進行模糊控制的研究。
松下吸塵器使用微控制器運行模糊算法去控制傳感器和調整吸塵力。日立洗衣機用模糊控制器Load-Weight,Fabric-Mix和塵土傳感器及自動設定洗滌周期來最佳利用電能、水和洗滌劑。
佳能研制出的一種上相機使用電荷耦合器件(CCD)測量中的圖像清晰的六個區域其視野和使用提供的信息來決定是否這個影像在焦點上(清晰)。它也可以追蹤變化的速率在鏡頭運動的重點,以及它的速度以防止控制超調。相機的模糊控制系統采用12輸入,6個輸入了解解現行清晰所提供的數據和其他6個輸入測量CCD鏡頭的變化率的運動。輸出的位置是鏡頭。模糊控制系統應用13條規則,需要1.1 千字節記憶信息。
另外一個例子是,三菱工業空調設計采用25加熱規則和25冷卻規則。溫度傳感器提供輸入,輸出一個控制逆變器,一個壓縮機氣閥,風扇電機。和以前的設計相比,新設計的模糊控制器增加五次加熱冷卻速度,降低能耗24%,增加溫度穩定性的一個因素兩個,使用較少的傳感器。
日本人對模糊邏輯的人情是反映在很廣泛的應用范圍上,他們一直在研究或實現:例如個性和筆跡識別光學模糊系統,機器人,聲控機器人直升飛機。
模糊系統的相關研究工作也在美國和歐洲進行著。美國環境保護署分析了模糊控制節能電動機,美國國家航空和宇宙航行局研究了模糊控制自動太空對接。仿真結果表明,模糊控制系統可大大降低燃料消耗。如波音公司、通用汽車、艾倫-布拉德利、克萊斯勒、伊頓,和漩渦了模糊邏輯用于低功率冰箱、改善汽車變速箱。在1995年美泰克公司推出的一個“聰明” 基于模糊控制器洗碗機,“一站式感應模塊”包括熱敏電阻器,用來溫度測量;電導率傳感器,用來測量離子洗滌劑水平存在于洗;分散和濁度傳感器用來檢測透射光測量失禁的洗滌,以及一個磁致伸縮傳感器來讀取旋轉速率。這個系統確定最優洗周期任何載荷,獲得最佳的結果用最少的能源、洗滌劑、和水。
研究和開發還繼續模糊應用軟件,作為反對固件設計,包括模糊專家系統模糊邏輯與整合神經網絡和所謂的自適應遺傳軟件系統,其最終目的是建立“自主學習”模糊控制系統。
黃石理工學院畢業設計(論文)外文文獻翻譯
模糊集
輸入變量在一個模糊控制系統是集映射到一般由類似的隸屬度函數,稱為“模糊集”。轉換的過程中,一個干脆利落的輸入值模糊值稱為“模糊化”。
一個控制系統也有各種不同的類型開關或“開關”,連同它的模擬輸入輸入,而這樣的開關輸入當然總有一個真實的價值等于要么1或0,但該方案能對付他們,簡單的模糊函數,要么發生一個值或另一個。
賦予了“映射輸入變量的隸屬函數和進入真理價值,單片機然后做出決定為采取何種行動基于一套“規則”,每一組的形式。
在一個例子里,有兩個輸入變量是“剎車溫度”和“速度”,定義為模糊集值。輸出變量,“制動壓力” ,也定義為一個模糊集,有價值觀像“靜”、“稍微增大” “略微下降”,等等。
這條規則本身很莫名其妙,因為它看起來好像可以使用,會干擾到與模糊,但要記住,這個決定是基于一套規則。
所有的規則都調用申請,使用模糊隸屬度函數和誠實得到輸入值,確定結果的規則。這個結果將被映射成一個隸屬函數和控制輸出變量的真值。
這些結果相結合,給出了具體的(“脆”)的答案,實際的制動壓力,一個過程被稱為解模糊化,結合了模糊操作規則 “推理“描述”模糊專家系統”。
傳統的控制系統是基于數學模型的控制系統,描述了使用一個或更多微分方程確定系統回應其輸入。這類系統通常被作為“PID控制器”他們是產品的數十年的發展建設和理論分析,是非常有效的。
如果PID和其他傳統的控制系統是如此的先進,何必還要模糊控制嗎?它有一些優點。在許多情況下,數學模型的控制過程可能不存在,或太“貴”的認識論的計算機處理能力和內存,與系統的基于經驗規則可能更有效。
此外,模糊邏輯都適合低成本實現基于廉價的傳感器、低分辨率模擬/數字轉換器,或8位單片機芯片one-chip 4比特。這種系統可以很容易地通過增加新的規則升級來提高性能或添加新功能。在許多情況下,模糊控制可以用來改善現有的傳統控制器系統通過增加了額外的情報電流控制方法。
模糊控的細節
模糊控制器是很簡單的理念上。它們是由一個輸入階段,一個處理階段,一個輸
黃石理工學院畢業設計(論文)外文文獻翻譯
出階段。地圖傳感器輸入級或其他輸入,比如開關等等,到合適的隸屬函數和真理的價值。每一個適當的加工階段調用規則和產生的結果對每個人來說,然后結合結果的規則。最后,將結果輸出階段相結合的具體控制輸出回他的價值。
最常見的形狀是三角形的隸屬度函數,盡管梯形和貝爾曲線也使用,但其形狀通常比數量更重要曲線及其位置。從三人至七人通常是適當的覆蓋曲線所需要的范圍的一個輸入值,或“宇宙的話語“在模糊術語。
作為討論之前,加工階段是基于規則的集合的形式邏輯IFThen規則。作為一個例子,解釋一個規則,因為如果(溫度是“冷”),那么(加熱器是“高”)由第一階表達式冷(x)→高(y)和假設r是一個輸入這樣冷(r)是假的。然后公式冷(r)→高(t)是適用于任何一個師,因此任何不正確的控制提供了一種給r。很明顯,如果我們考慮系統的先例的規則類定義一個分區這樣一個自相矛盾的現象不會出現。在任何情況下它有時是不考慮兩個變量x和y在一條規則沒有某種功能的依賴。嚴謹的邏輯正當化中給出的模糊控制Hajek的書,被描繪成一個模糊控制理論的基本Hajek邏輯。在2005 Gerla模糊控制邏輯方法,提出了一種基于以下的想法。f模糊函數表示的系統與模糊控制相結合,即:給定輸入r,s(y)?f(r,y)是模糊集合可能的輸出。然后給出一個可能的輸出的t,我們把f(r,t)為真理程度的表示。更多的是任何系統的If-Then規則可轉化為一個模糊的程序,在這種情況下模糊函數f模糊謂詞的解釋很好(x,y)在相關的最小模糊Herbrand
模型。以這樣一種方式成為一個章模糊控制的模糊邏輯編程。學習過程成為一個問題屬于歸納邏輯理論。
黃石理工學院畢業設計(論文)外文文獻翻譯
Fuzzy Control From Wikipedia November 2011
Overview
Fuzzy logic is widely used in machine control.The term itself inspires a certain skepticism, sounding equivalent to ”half-baked logic“ or ”bogus logic“, but the ”fuzzy“ part does not refer to a lack of rigour in the method, rather to the fact that the logic involved can deal with concepts that cannot be expressed as ”true“ or ”false“ but rather as ”partially true“.Although genetic algorithms and neural networks can perform just as well as fuzzy logic in many cases, fuzzy logic has the advantage that the solution to the problem can be cast in terms that human operators can understand, so that their experience can be used in the design of the controller.This makes it easier to mechanize tasks that are already successfully performed by humans.History and applications
Fuzzy logic was first proposed by Lotfi A.Zadeh of the University of California at Berkeley in a 1965 paper.He elaborated on his ideas in a 1973 paper that introduced the concept of ”linguistic variables“, which in this article equates to a variable defined as a fuzzy set.Other research followed, with the first industrial application, a cement kiln built in Denmark, coming on line in 1975.Fuzzy systems were largely ignored in the U.S.because they were associated with artificial intelligence, a field that periodically oversells itself, especially in the mid-1980s, resulting in a lack of credibility within the commercial domain.The Japanese did not have this prejudice.Interest in fuzzy systems was sparked by Seiji Yasunobu and Soji Miyamoto of Hitachi, who in 1985 provided simulations that demonstrated the superiority of fuzzy control systems for the Sendai railway.Their ideas were adopted, and fuzzy systems were used to control accelerating, braking, and stopping when the line opened in 1987.Another event in 1987 helped promote interest in fuzzy systems.During an international meeting of fuzzy researchers in Tokyo that year, Takeshi Yamakawa demonstrated the use of fuzzy control, through a set of simple dedicated fuzzy logic chips, in an ”inverted pendulum“ experiment.This is a classic control problem, in which a vehicle tries to keep a pole mounted on its top by a hinge upright by moving back and forth.Observers were impressed with this demonstration, as well as later experiments by Yamakawa in which he mounted a wine glass containing water or even a live mouse to the top of the pendulum.The system maintained stability in both cases.Yamakawa eventually went on to organize his own fuzzy-systems research lab to help exploit his patents in the field.Following such demonstrations, Japanese engineers developed a wide range of fuzzy systems for both industrial and consumer applications.In 1988 Japan established
黃石理工學院畢業設計(論文)外文文獻翻譯
the Laboratory for International Fuzzy Engineering(LIFE), a cooperative arrangement between 48 companies to pursue fuzzy research.Matsushita vacuum cleaners use micro controllers running fuzzy algorithms to interrogate dust sensors and adjust suction power accordingly.Hitachi washing machines use fuzzy controllers to load-weight, fabric-mix, and dirt sensors and automatically set the wash cycle for the best use of power, water, and detergent.Canon developed an autofocusing camera that uses a charge-coupled device(CCD)to measure the clarity of the image in six regions of its field of view and use the information provided to determine if the image is in focus.It also tracks the rate of change of lens movement during focusing, and controls its speed to prevent overshoot.The camera's fuzzy control system uses 12 inputs: 6 to obtain the current clarity data provided by the CCD and 6 to measure the rate of change of lens movement.The output is the position of the lens.The fuzzy control system uses 13 rules and requires 1.1 kilobytes of memory.As another example of a practical system, an industrial air conditioner designed by Mitsubishi uses 25 heating rules and 25 cooling rules.A temperature sensor provides input, with control outputs fed to an inverter, a compressor valve, and a fan motor.Compared to the previous design, the fuzzy controller heats and cools five times faster, reduces power consumption by 24%, increases temperature stability by a factor of two, and uses fewer sensors.The enthusiasm of the Japanese for fuzzy logic is reflected in the wide range of other applications they have investigated or implemented: character and handwriting recognition;optical fuzzy systems;robots, voice-controlled robot helicopters Work on fuzzy systems is also proceeding in the US and Europe.The US Environmental Protection Agency has investigated fuzzy control for energy-efficient motors, and NASA has studied fuzzy control for automated space docking: simulations show that a fuzzy control system can greatly reduce fuel consumption.Firms such as Boeing, General Motors, Allen-Bradley, Chrysler, Eaton, and Whirlpool have worked on fuzzy logic for use in low-power refrigerators, improved automotive transmissions, and energy-efficient electric motors.In 1995 Maytag introduced an ”intelligent“ dishwasher based on a fuzzy controller and a ”one-stop sensing module“ that combines a thermistor, for temperature measurement;a conductivity sensor, to measure detergent level from the ions present in the wash;a turbidity sensor that measures scattered and transmitted light to measure the soiling of the wash;and a magnetostrictive sensor to read spin rate.The system determines the optimum wash cycle for any load to obtain the best results with the least amount of energy, detergent, and water.Research and development is also continuing on fuzzy applications in software, as opposed to firmware, design, including fuzzy expert systems and integration of fuzzy logic with neural-network and so-called adaptive ”genetic“ software systems, with the ultimate goal of building ”self-learning“ fuzzy control systems.黃石理工學院畢業設計(論文)外文文獻翻譯
Fuzzy sets
The input variables in a fuzzy control system are in general mapped into by sets of membership functions similar to this, known as ”fuzzy sets“.The process of converting a crisp input value to a fuzzy value is called ”fuzzification“.A control system may also have various types of switch, or ”ON-OFF“, inputs along with its analog inputs, and such switch inputs of course will always have a truth value equal to either 1 or 0, but the scheme can deal with them as simplified fuzzy functions that happen to be either one value or another.Given ”mappings“ of input variables into membership functions and truth values, the microcontroller then makes decisions for what action to take based on a set of ”rules“, each of the form.In one example, the two input variables are ”brake temperature“ and ”speed“ that have values defined as fuzzy sets.The output variable, ”brake pressure“, is also defined by a fuzzy set that can have values like ”static“, ”slightly increased“, ”slightly decreased“, and so on.This rule by itself is very puzzling since it looks like it could be used without bothering with fuzzy logic, but remember that the decision is based on a set of rules:
All the rules that apply are invoked, using the membership functions and truth values obtained from the inputs, to determine the result of the rule.This result in turn will be mapped into a membership function and truth value controlling the output variable.These results are combined to give a specific(”crisp“)answer, the actual brake pressure, a procedure known as ”defuzzification“.This combination of fuzzy operations and rule-based ”inference“ describes a ”fuzzy expert system“.Traditional control systems are based on mathematical models in which the control system is described using one or more differential equations that define the system response to its inputs.Such systems are often implemented as ”PID controllers“(proportional-integral-derivative controllers).They are the products of decades of development and theoretical analysis, and are highly effective.If PID and other traditional control systems are so well-developed, why bother with fuzzy control? It has some advantages.In many cases, the mathematical model of the control process may not exist, or may be too ”expensive“ in terms of computer processing power and memory, and a system based on empirical rules may be more effective.Furthermore, fuzzy logic is well suited to low-cost implementations based on cheap sensors, low-resolution analog-to-digital converters, and 4-bit or 8-bit one-chip microcontroller chips.Such systems can be easily upgraded by adding new rules to improve performance or add new features.In many cases, fuzzy control can be used to improve existing traditional controller systems by adding an extra layer of intelligence to the current control method.黃石理工學院畢業設計(論文)外文文獻翻譯
Fuzzy control in detail
Fuzzy controllers are very simple conceptually.They consist of an input stage, a processing stage, and an output stage.The input stage maps sensor or other inputs, such as switches, thumbwheels, and so on, to the appropriate membership functions and truth values.The processing stage invokes each appropriate rule and generates a result for each, then combines the results of the rules.Finally, the output stage converts the combined result back into a specific control output value.The most common shape of membership functions is triangular, although trapezoidal and bell curves are also used, but the shape is generally less important than the number of curves and their placement.From three to seven curves are generally appropriate to cover the required range of an input value, or the ”universe of discourse“ in fuzzy jargon.As discussed earlier, the processing stage is based on a collection of logic rules in the form of IF-THEN statements, where the IF part is called the ”antecedent“ and the THEN part is called the ”consequent“.This rule uses the truth value of the ”temperature“ input, which is some truth value of ”cold“, to generate a result in the fuzzy set for the ”heater“ output, which is some value of ”high“.This result is used with the results of other rules to finally generate the crisp composite output.Obviously, the greater the truth value of ”cold“, the higher the truth value of ”high“, though this does not necessarily mean that the output itself will be set to ”high“ since this is only one rule among many.In some cases, the membership functions can be modified by ”hedges“ that are equivalent to adjectives.Common hedges include ”about“, ”near“, ”close to“, ”approximately“, ”very“, ”slightly“, ”too“, ”extremely“, and ”somewhat“.These operations may have precise definitions, though the definitions can vary considerably between different implementations.”Very“, for one example, squares membership functions;since the membership values are always less than 1, this narrows the membership function.”Extremely“ cubes the values to give greater narrowing, while ”somewhat“ broadens the function by taking the square root.In practice, the fuzzy rule sets usually have several antecedents that are combined using fuzzy operators, such as AND, OR, and NOT, though again the definitions tend to vary: AND, in one popular definition, simply uses the minimum weight of all the antecedents, while OR uses the maximum value.There is also a NOT operator that subtracts a membership function from 1 to give the ”complementary“ function.There are several ways to define the result of a rule, but one of the most common and simplest is the ”max-min“ inference method, in which the output membership function is given the truth value generated by the premise.Rules can be solved in parallel in hardware, or sequentially in software.The results of all the rules that have fired are ”defuzzified“ to a crisp value by one of several methods.There are dozens in theory, each with various advantages and drawbacks.The ”centroid“ method is very popular, in which the ”center of mass“ of the result provides the crisp value.Another approach is the ”height“ method, which takes the value of the biggest contributor.The centroid method favors the rule with the output of
黃石理工學院畢業設計(論文)外文文獻翻譯
greatest area, while the height method obviously favors the rule with the greatest output value.The diagram below demonstrates max-min inferring and centroid defuzzification for a system with input variables ”x“, ”y“, and ”z“ and an output variable ”n“.Note that ”mu“ is standard fuzzy-logic nomenclature for ”truth value“:
Fuzzy control system design is based on empirical methods, basically a methodical approach to trial-and-error.The general process is as follows:
1.Document the system's operational specifications and inputs and outputs.2.Document the fuzzy sets for the inputs.3.Document the rule set.4.Determine the defuzzification method.5.Run through test suite to validate system, adjust details as required.6.Complete document and release to production.Logical interpretation of fuzzy control In spite of the appearance there are several difficulties to give a rigorous logical interpretation of the IF-THEN rules.As an example, interpret a rule as IF(temperature is ”cold“)THEN(heater is ”high“)by the first order formula Cold(x)→High(y)and assume that r is an input such that Cold(r)is false.Then the formula Cold(r)→High(t)is true for any t and therefore any t gives a correct control given r.Obviously, if we consider systems of rules in which the class antecedent define a partition such a paradoxical phenomenon does not arise.In any case it is sometimes unsatisfactory to consider two variables x and y in a rule without some kind of functional dependence.A rigorous logical justification of fuzzy control is given in Hájek's book ,where fuzzy control is represented as a theory of Hájek's basic logic.Also in Gerla 2005 a logical approach to fuzzy control is proposed based on the following idea.Denote by f the fuzzy function associated with the fuzzy control system, i.e., given the input r, s(y)= f(r,y)is the fuzzy set of possible outputs.Then given a possible output 't', we interpret f(r,t)as the truth degree of the claim ”t is a good answer given r".More formally, any system of IF-THEN rules can be translate into a fuzzy program in such a way that the fuzzy function f is the interpretation of a vague predicate Good(x,y)in the associated least fuzzy Herbrand model.In such a way fuzzy control becomes a chapter of fuzzy logic programming.The learning process becomes a question belonging to inductive logic theory.
第三篇:畢業設計論文施工組織設計文獻綜述
概述
施工組織設計的作用是對擬建工程施工的全過程實行科學的管理的重要手段。通過施工組織設計的編制,可以全面考慮擬建工程的各種施工條件,揚長避短,擬定合理的施工方案,確定施工順序、施工方法、勞動組織和技術經濟的組織措施,合理地統籌安排擬定施工進度計劃,保證擬建工程按期投產或交付使用;也為擬建工程的設計方案在經濟上的合理性,在技術上的科學性和實施工程上的可能性進行論證提供依據;還為建設單位編制基本建設計劃和施工企業編制施工計劃提供依據。施工企業可以提前掌握人力、材料和機具使用上的先后順序,全面安排資源的供應與消耗;可以合理確定臨時設施的數量、規模和用途;以及臨時設施、材料和機具在施工場地上的布置方案。
如果施工組織設計編制的合理,能正確反映客觀實際,符合建設單位和設計單位的要求,并且在施工過程中認真地貫徹執行,就可以保證工程的順利進行,取得好、快、省和安全的效果,早日發揮基本建設投資的經濟效益和社會效益。
60年代我們的施工組織措施采用的蘇聯的管理模式,隨著我國的經濟的增長,我們建筑業的發展,我們的施工項目管理也不斷的更科學,70到80年代施工組織設計在我國全面的推廣,經過我們不斷的實踐、探索、研究,使之我們現在的施工組織更科學更協調,經濟上更合理
以往我們強調工程開工前必須有施工組織設計,否則不得開工,但有相當多的工程雖然編制了施工組織設計,但實際執行卻不如人意,甚至有的根本無法實施。許多年來,施工組織設計的編制往往是由個別人編寫,在很大程度上造成與材料、機械、勞動力等部門的脫節,使施工組織設計開始就先天不足,到項目實施過程中,由于編制者與實施者的分離,無法起到指導作用的施工組織設計只能束之高閣。所以我們認識了不足之處對于實施方案的編制組織,現在我們采取各部門共同參與的方法,并由項目技術負責人主編,使施工組織設計真正起到指導工程施工的作用。施工部署由單1轉向了全面統籌工程的后續開展更順利。
正文
楊太生.《地基與基礎》.-北京:中國建筑工業出版社,2004.本書內容是根據本課程的教學基本要求并按照國家頒布的有關設計新規范、新標準編寫的。全書共分十章,包括土的物理性質及工程分類,地基中的應力計算,土的壓縮性與地基沉降計算,土的抗剪強度與地基承載力,土壓力與土坡穩定,建筑場地的工程地質勘察,天然地基上淺基礎設計,樁基礎設計,地基處理,區域性地基等內容。本書可作為土建學科高等職業學校、高等專科學校建筑工程專業及相關專業的教學用書,也可作為相關工程技術人員的參考書。
徐蓉.《工程造價管理》.上海:同濟大學出版社,200
5本書以貫徹國家法規、規范為指導思想,從基礎理論和實踐應用人手,主要介紹 工程造價管理的相關理論和計算評價方法。本書共9章:第一章介紹工程造價概論,解釋了價格、造價的基本概念;第二章介紹工程造價的組成和計價方法,及工程量清 單計價規范的有關內容;第三章至第七章分別介紹了工程項目決策、設計、招標投標、施工和竣工決算等不同階段中,建設過程中工程造價確定和管理的實際操作內容;第八、九章介紹工程財務和工程造價管理相關法規的內容,這是作為從事工程造價管理工作的工程師們所必需掌握的基本知識。
尹怡林.《建筑工程計量與計價》.天津:天津大學出版社,2003,5.本書針對建設工程清單時期廣大預算人員的學習需要,介紹了建筑工程預算書的編制內容和步驟,全面敘述了消耗量定額與清單計價的定額說明及工程量計算規則,重點闡述了應用例題的詳細解答與完整的建筑工程的消耗量定額預算書和工程量清單投標報價書。內容共分三部分,包括:緒論,上篇——建筑工程消耗量定額計量與計價,下篇——建筑工程工程量清單計量與計價。本書邏輯清晰,圖文并茂,強調理論與實踐的關聯,充分結合施工組織的實際,輔以大量實例,注重例題的合理化,支持啟發性與交互式教學,力求實用。
本書與《建設工程計價依據與方法》配套使用,學習過程中需配備參考文獻所列書籍。
本書可作為高職高專院校建筑類專業的選用教材,也可作為建筑企業管理培訓教材,還可作為企事業單位中高層管理人員與技術人員的參考用書。
姚剛.土木工程施工技術.北京:人民交通出版社,2005,3土木工程施工是土木工程專業的一門主干課。其主要任務是研究土木工程施工技術和施工組織的一般規律;土木工程中主要工種工程施工方法和工藝原理;施工項目科學的組織原理以及土木工程施工中的新技術、新材料、新工藝的發展和應用。新的《土木工程施工》教材闡述了土木工程施工的基本理論及其工程應用,在內容上力求符合國家現行規范、標準的要求,反映現代土木工程施工的新技術、新工藝及其新成就,以滿足新時期人才培養的需要;在知識點的取舍上,保留了一些常用的傳統工藝方法,注重納入對工程建設有重大影響的新技術,突出綜合運用土木工程施工及其相關學科的基本理論和知識,以解決工程實踐問題的能力培養。教材在結構體系上有新的突破,具有創新和鮮明的時代特色。教材注重土木工程各專業領域知識的融合,使之成為一個有機的整體。教材層次分明、條理清楚、結構合理,既考慮了大土木工程專業的整體性,又結合現階段課程設置的實際情況,在土木工程的框架內,建筑工程、道路工程、橋梁工程、地下工程等自成體系,便于組織教學。
錢昆潤等.建筑施工組織與計劃.南京:東南大學出版社,2009
本手冊內容分為4大部分:
一、建筑施工基礎知識,包括建筑構造、施工測量、建筑材料、施工 實用結構計算;
二、建筑施工技術,包括土建土施工及水暖、衛生、電器設備工程施工;
三、建筑施工管理,包括定額與預算、施工組織設計、企業管理;
四、建設監理知識及工程招標投標與合同管理。最后在附錄中給出了施工常用資料及數據。
中華人民共和國建設部.建設工程工程量清單計價規范.北京:中國計劃出版社,200
3本 規范是根據《中華人民共和國招標投標法》、建設部第107號《建設工程施工發包與承包計價管理辦法》,按照我國工程造價管理改革的要求,本著國家宏觀調控、市場競爭形成價格的原則制定的。本規范在編制過程中,總結了我國建設工程工程量清單計價試點工作的經驗,并借鑒了國外工程量清單計價的做法。本規范批準發布前廣泛征求了有關施工單位、建設單位、工程造價咨詢機構和工程造價、招標投標管理部門的意見,對其中主要問題進行了多次討論和修改。本規范共分五章和五個附錄,包括總則、術語、工程量清單編制、工程量清單計價、工程量清單及其計價格式等。
Park Yj and A H-S.Mechanistic Seismic Damage model for reinforced Concrete.Journal of Structural Engineering,ASCE,vol.111,No4,200
5The progressive collapse of the building structures due to accidents has become a hot research topic of civil engineering all around the world.The researches and designs on progressive collapse are based on accurately simulation for the failure process of whole structural systems.However, due to the complicated material and geometric nonlinearity and large computational workload in collapse simulation for a real reinforced concrete(RC)structure, normal finite element(FE)analysis with solid elements are not feasible in collapse researches.Hence, a fiber beam model is proposed in this work to simulate the collapse of RC frame.The fiber beam model is firstly verified with a collapse test of a planar RC frame.And then following the design process proposed in DoD 2005, the collapse processes of two typical Chinese 8-story RC frames with and without slabs respectively are simulated and compared.The influence of slabs on the progressive collapse behavior of structures is studied and the result proofs that the slabs can greatly improve the progressive collapse resistance of structures.DAVIDM.LEVINSON.Budget busts: The influence of demand in the construction market[J].Received 25 August2003.A new normalized damage index for evaluation of structural damage of reinforced concrete was developed based on the relation of demand and capacity.The proposed formulation combines two sources of damage: permanent deformation and strength
deterioration due to cyclic loading during dynamic events.The new damage model is first verified for single components.Based on the compressive strains in the core concrete, tensile strains in the transverse hoops and a good photographic record of the component during stages of testing, damage limit states for serviceability, repairability/irrepairability and collapse are identified and correlated with the damage model.A global damage index is also proposed based on individual member damage indices, which uses a weighting
scheme that assigns importance as a function of gravity loading.Finally, an inelastic design spectra is recommended for code development wherein the relationship between the natural period of the structure and the response reduction factor is quantified in terms of incurred structural damage.結論
建筑施工組織設計必須擴大深度和范圍,對設計圖紙的合理性和經濟性做出評估,實現設計和施工技術的一體化。施工企業要建立施工組織設計總結與工法制度,擴大技術積累,加快技術轉化,使新的技術成果在施工組織設計中得到應用。
目前已是知識經濟時代,信息技術在工程項目中已起到越來越大的作用,建筑施工企業應大力發展與運用信息技術,重視高新技術的移植和利用,拓寬智力資源的傳播渠道,全面改進傳統的編制方法,使信息在生產力諸要素中起到核心的作用,逐步實現施工信息自動化、施工作業機器化、施工技術模塊化和系統化,以產生更大的經濟效益,增強建筑施工企業的競爭力,從而使企業能在日益激烈的競爭中獲得更好的生存環境。
參考文獻
【1】楊太生.《地基與基礎》.-北京:中國建筑工業出版社,2004.【2】張雅麟.《建筑施工手冊》.-2版。北京:中國建筑工業出版社,2008.1.【3】姚謹英.《建筑施工技術》.-2版。北京:中國建筑工業出版社,2003.11
【4】張建.《建筑材料與檢測》.-北京:化學工業出版社,2003.5.【5】李曉光.《建筑工程定額與預算》.中國電力出版社,2005,1.【6】李泉.《淺談如何準確編制概算、有效控制投資》.工程經濟,2000.6.【7】姚剛.《土木工程施工技術》.北京:人民交通出版社,2005,3
【8】徐蓉.《工程造價管理》.上海:同濟大學出版社,2005
【9】錢昆潤.建筑施工組織與計劃.南京:東南大學出版社,2009
【10】尹怡林.《建筑工程計量與計價》.天津:天津大學出版社,2003,5.【11】劉伊生.《工程造價管理與控制》.江蘇:東南大學出版社,2004,9.【12】徐大國.《 工程造價的與控制》.北京:計劃出版社,2005
【13】姚冰.《與國際接軌的全過程造價控制》.北京:建筑工業出版社,2005,11.【14】中華人民共和國建設部.建設工程工程量清單計價規范.北京:中國計劃出版社,2003
【15】DAVIDM.LEVINSON.Budget busts: The influence of demand in the construction market[J].Received 25 August2003.【16】 Park Yj and A H-S.Mechanistic Seismic Damage model for reinforced Concrete.Journal of Structural Engineering,ASCE,vol.111,No4,2005
第四篇:4畢業設計(論文)中英文文獻翻譯
湖北理工學院 畢業設計(論文)外文文獻翻譯
外文文獻原稿和譯文
Multiple single-chip microcomputer approach to fire detection and monitoring system
A.J.AI-Khalili, MSc, PhD D.AI-Khalili, MSc, PhD M.S.Khassem, MSc
Indexing term : Hazards, Design, Plant condition monitoring Abstract: A complete system for fire detection and alarm monitoring has been proposed for complex plants.The system uses multiple single chip architecture attached to a party line.The control algorithm is based on a two-level hierarchy of decision making, thus the complexity is distributed.A complete circuit diagram is given for the local and the central station with requirements for the software structure.The design is kept in general form such that it can be adapted to a multitude of plant configurations.It is particularly shown how new developments in technology, especially CMOS single chip devices, are incorporated in the system design to reduce the complexity of the overall hardware, e.g.by decomposing the system such that lower levels of hierarchy are able to have some autonomy in decision making, and thus a more complex decision is solved in a simple distributed method.1 Introduction Regulatory requirements for most high risk plants and buildings mandate the installation of fire detection and warning systems for all sensitive areas of the plant or the building.Most fire codes state the requirement for monitoring and control
湖北理工學院 畢業設計(論文)外文文獻翻譯
specifically related to a type of a plant or building such as chemical plants, petroleum, nuclear plants, residential high-rises etc.A general conclusion of these codes can be specified as the following requirements :(a)The source of all detector signals should be exactly identifiable by the central station(b)An extra path of communication between the central station and all local controllers(c)Direct means of control of alarm and central equipment by the central station(d)Means of communication between the central station and the fire department(e)Availability of emergency power supply.The codes usually also specify the types and frequency of tests for all equipment.A fire detection and alarm system is a combination of devices designed to signal an alarm in case of a fire.The system may also accomplish fan control, fire door hold or release, elevator recall, emergency lighting control and other emergency functions.These additional functions supplement the basic system which consists of detection and alarm devices and central control unit.Technology has an influence on system architecture.When technology changes, the architecture has to be revised to take advantage of these changes.In recent years, VLSI technology has been advancing at an exponential rate.First NMOS and, in the last year or two, CMOS chips have been produced with the same packing density with more gates per chip yet at a lower power consumption than NMOS.Surely this change in technology must affect our design of hardware at both the chip and the system level.At the chip level, single chips are now being produced which are equivalent to board levels of only the previous year or two.These chips have microprocessor, memory in RAM and ROM, IO Ports both serial and parallel, A/D timer, flags and other functions on chip.At the system level, the new chips make new architectures possible.The objective of this paper is to show how technology can influence system architecture in the field of fire control.The new high density single chip microcontrollers are incorporated in the design of a large scale system and yet we obtain a smaller system with a better performance.In terms of fire detection and
湖北理工學院 畢業設計(論文)外文文獻翻譯
alarm monitoring, this is reflected directly in the local station hardware, because of their remoteness and power supply requirements.A complete local station can be designed around a single CMOS chip with power consumption of a few m W depending on system operation.This approach reduces the cost and complexity of design, implementation and maintenance and provides easily expandable and portable design.This implementation was not possible with old technology.Most of fire detection/monitoring systems available are tailored towards a specific application and lack the use of recent advances in CMOS VLSI technology.In this study, we develop a fire detection/monitoring system which is general in concept, readily implementable in a multitude of applications for early detection of a fire before it becomes critical, for equipment and evacuation of personnel.Here, we propose a central control and distributed control/detection/monitoring with adequate communication, where use is made of single-chip microcontrollers in the local stations, thus improving controllability and observability of the monitoring process.2 Detection and alarm devices A basic fire detection system consists of two parts, detection and annunciation.An automatic detection device, such as a heat, smoke or flame detector, ultraviolet or infrared detectors or flame flicker, is based on detecting the byproduct of a combustion.Smoke detectors, of both ionization and optical types, are the most commonly used detector devices.When a typical detector of this type enters the alarm state its current consumption increases from the pA to the mA range(say, from a mere 15pA in the dormant mode to 60 mA)in the active mode.Inmany detectors the detector output voltage is well defined under various operating conditions, such as those
given in Table 1.The more sensitive the detector, the more susceptible it is to false alarms.In order to control the detector precisely, either of the following methods is used: a coincidence technique
湖北理工學院 畢業設計(論文)外文文獻翻譯
can be built into the detector, or a filtering technique such that a logic circuit becomes active only if x alarms are detected within a time period T.The detection technique depends greatly on the location and plant being protected;smoke detectors are used for sleeping areas, infrared or ultraviolet radiation are used when flammable liquids are being handled, heat detectors are used for fire suppression or extinguishing systems.In general, life and property protection have different approaches.Alarm devices, apart from the usual audible or visible alarms, may incorporate solid state sound reproduction and emergency voice communication or printers that record time, date, location and other information required by the standard code of practice for fire protection for complex plants.Heaviside [4] has an excellent review of all types of detectors and extinguisher systems.2.1 Control philosophy and division of labour Our control philosophy is implemented hierarchically.Three levels of system hierarchy are implemented, with two levels of decision making.There is no communication between equipment on the same level.Interaction between levels occurs by upwards transfer of information regarding the status of the subsystems and downwards transfer of commands.This is shown in Fig.1 where at level 1 is the central station microcomputer and is the ultimate decision maker(when not in manual mode).At level 2 are the local controllers, which reside in the local stations.At level 3 are the actual detectors and actuators.A manual mode of operation is provided at all levels.Information regarding the status of all detectors is transmitted on a per area basis to the local controllers.Their information is condensed and transmitted upward to the central microcomputer.Transfer of status is always unidirectional and upwards.Transfer of commands is always unidirectional and downwards, with expansion at the local control level.This approach preserves the strict rules of the hierarchy for exact monitoring detection and alarm systems associated with high risk plants.湖北理工學院 畢業設計(論文)外文文獻翻譯
The classification of the two layers of controls is based upon layers of decision making, with respect to the facts that(a)When the decision time comes, the making and implementation of a decision cannot be postponed(b)The decisions have uncertainty(c)It will isolate local decisions(e.g.locally we might have an alarm although there may be a fault with the system)3 General hardware I :Fig.2 depicts our design in the simplest of forms.The system uses an open party line approach with four conductor cables going in a loop shared by all the remote devices and the control panel.This approach is simple in concept and is economically feasible.However, one major disadvantage is the dependency on a single cable for power and signaling.In cases where reliability is of extreme importance, two or even three cables taking different
湖北理工學院 畢業設計(論文)外文文獻翻譯
routes throughout the system may be connected in parallel.Fig.3 gives the driver circuitry required to derive an expandable bus.This design takes advantage of recent advances in the single chip microcomputer technology to reduce the interface between the central station and the local stations.湖北理工學院 畢業設計(論文)外文文獻翻譯
3.1 Central control task
A central unit provides a centralized point to monitor and control the system
湖北理工學院 畢業設計(論文)外文文獻翻譯
activities.In the system to be described the central control unit serves a fivefold purpose.(i)It receives information from the local stations and operates the alarms and other output devices.(ii)It notifies the operator in case of system malfunction.(iii)It provides an overall system control manual and automatic.(iu)It provides a system test point of local stations and itself.(u)It provides a central point for observation, learning and adaptation.3.2 Local stations The local stations can take local decisions regarding recognition of a risk situation, and act independently on local affairs.In this technique we depend on ‘load-type coordination’, e.g.the lower level units recognize the existence of other decision units on the same level;the central or the top level provides the lower units with a model of the relationship between its action and the response of the system.It is evident that a powerful machine is required at this stage so that all the required functions can be implemented.The availability of the new generation of microchips makes this architecture a feasible solution.A single chip microcomputer was chosen over discrete digital and analogue devices to interface to the field devices and to the central microcomputer.This is the main reason that previously this approach was not feasible.In selecting the microcomputer for the local stations, the criterion was the requirement for a chip which contains the most integration of the analogue and digital ports required for the interface and the utilization of CMOS technology owing to remoteness of the local stations.The choice was the Motorola 68HC11A4, for the following reasons:(a)It is CMOS technology;this reduces power consumption.(b)It has a UART on board;this facilitates serial communication.(e)It has an a/d converter on board;this eliminates an external A/D.(d)It has 4K of ROM, 256 bytes of RAM, 512 bytes of EERROM with 40 1/0 lines and a 16 bit timer;this satisfied all our memory and 1/0 requirements at the local station side.湖北理工學院 畢業設計(論文)外文文獻翻譯 System implementation The local station: Fig.3 is the block diagram of the circuit used to utilize the MC68HCllA4 as a remote fire detecting circuit while Fig.4 illustrates the same circuit in an expanded form.It can be seen that the single microcontroller can be used to monitor more than one detector, thus reducing system cost.The loop power supply, which is usually between 28 and 26 V, is further regulated by a 5 V 100 mA monolithic low power voltage regulator to supply power to the microcontroller.The onboard oscillator, coupled with an external crystal of 2.4576 MHz, supplies the microcontroller with its timing signal which is divided internally by four to yield a processor frequency of 614.4 kHz, which is an even multiple of the RS 232 [7] baud rate generator.In this Section the term ‘supervised input or output’ will be used to mean that the function in question is monitored for open-and short-circuit conditions in addition to its other normal functions.More information can be found in Reference 9.Main loop
湖北理工學院 畢業設計(論文)外文文獻翻譯 Conclusion This paper describes the development of a large scale fire detection and alarm system using multi-single chip microcomputers.The architecture used is a two-level hierarchy of decision making.This architecture is made possible by the new CMOS microcontrollers which represent a high packing density at a low power consumption yet are powerful in data processing and thus in decision making.Each local station could make an autonomous decision if the higher level of hierarchy allows it to do so.It has been tried to keep the system design in general format so it can be adapted to varying situations.A prototype of the described system has been built and tested [10].The control part of the central station is implemented with a development card based on MC 68000 microprocessor(MEX 68KECB, by Motorola), which has a built-in
湖北理工學院 畢業設計(論文)外文文獻翻譯
monitor called Tutor.The application programs were developed using the features provided by this monitor.The local stations’ controllers were designed using the MC 68705R3, single-chip microcontroller.7 References 1 ‘Fire protection guidelines for nuclear power plants’, US NRC Regulatory Guide 1.120 2 BAGCHI, C.N.: ‘A multi-level distributed microprocessor system for a nuclear power plant fire protection system controls, monitoring, and communication’, IEEE Trans., 1982 3 PUCILL, P.M.: ‘Fire hazard protection, detection and monitoring systems’, Sea.Con, 2, Proceedings of Symposium on ADV in offshore and terminal measurement and control systems, Brighton, England, March 1979, pp.353-363 4 HEAVISID, L.: ‘Offshore fire and explosion detection and fixed fire’.Offshore Technological Conference, 12th Annual Proceedings, Houston, Texas, May 1980, pp.509-522 5 CELLENTANI,E.N.,and
HUMPHREY,W.Y.:
‘Coordinated detection/communication approach to fire protection’, Specify: Eng., ‘Motorola Microprocessors Data Manual’(Motorola Semiconductor Products, Austin, Texas, USA)7 Electronic Industries Association : ‘Interface between data terminal equipment and data communication equipment employing serial binary data interchange’(EIA Standard RS-232, Washington, DC, 1969)8 MESAROVIC, M.D., MACKO, D., TAKAHARA, Y.: ‘Theory of hierarchical multilevel systems’(Academic Press, 1970)9 KASSEM, M.: ‘Fire alarm systems’, MSc.thesis, Dept.of Elec.& Comp.Eng., Concordia University, Montreal, Canada, 1985 10 LIE, P., and KOTAMARTI, U.: ‘The design of a fire alarm system using microprocessors’, C481 Project, Dept.of Elec.and Comp.Eng., Concordia University, Montreal, Canada, 1986
湖北理工學院 畢業設計(論文)外文文獻翻譯
譯
文
基于單片機的火災探測和監控系統
A.J.AI-Khalili, MSc, PhD D.AI-Khalili, MSc, PhD M.S.Khassem, MSc
關鍵詞:危險,設計,設備狀態監測
摘要:火災探測及報警監控已成為一個復雜而完整的體系。該系統采用多個單芯片架構到一條主線上。該控制算法是基于兩級決策層次,因此分配了復雜性。一個完整的電路原理圖,給出了主、分控制器所需的軟件的結構要求。設計延續一般形式,這樣可以適應于多種系統的配置。尤其顯示出新的技術發展,特別是CMOS單芯片器件,在系統設計中的使用,以減少整體硬件的復雜性,例如,通過分解系統,這樣的層次較低水平的控制器能夠有一些決策自主權,用簡單的分布式的方法解決了復雜的決策。
1、引言
大多數高風險地區和建筑物的管理要求安裝火災探測報警系統。多數國家消防規范的要求監測和控制具體的是危險場合或建筑物,如化工廠,石油類,核電廠,住宅高樓等這些場合的一般性質可以指定為下列要求 :
(一)所有探測器信號源信號能被主處理器準確識別。
(二)主從控制器有另外的溝通路徑。
(三)檢測報警和主控制設備由控制中心控制。
(四)火災現場和控制中心的通訊。
(五)提供的應急電源。
它也被用來應對特殊情況和進行深被檢測。
火災探測及報警系統是一個旨在信號,在一旦發生火警報警裝置的組合。該系統也可實現風扇控制,防火門關閉或釋放,電梯鎖定,應急照明控制和其他
湖北理工學院 畢業設計(論文)外文文獻翻譯
緊急任務。這些額外的功能補充由檢測和報警裝置和中央控制單元組成。
技術對系統結構有很深的影響。當技術的變革,該架構必須修訂,以利用這些新的功能變化。近年來,超大規模集成電路技術已經大大進步。第一,NMOS在過去的一年或兩年,CMOS芯片以相同的堆積密度擁有更多的門和更低的功耗。當然這種技術的變化必然影響在芯片和系統級我們的硬件設計。在芯片級,單芯片現在正在制作的是只相當于上一年或兩年的水平。這些芯片有微處理器,RAM和ROM,IO端口存儲器串行和并行,A / D轉換定時器,和其他功能的芯片。在系統級,新的芯片做出新的結構成為可能。本文的目的是體現技術如何影響消防控制領域的系統結構。新的高密度的單芯片微控制器納入一個大系統的設計,但我們可以得到了更好的性能,更小的系統。在火災探測和報警監控系統中,這是直接反映在分控制站的硬件,因為地處偏遠和電源的要求。一個完整的分控制站可以圍繞著一個帶電源的CMOS芯片設計。這種方法降低了成本和設計復雜性,方便實施和維護,并提供易于擴展和便攜式設計。這是舊技術不可能實現的。大部分火災檢測/監測系統提供特定的應用程序,缺乏對CMOS超大規模集成電路技術的應用。在這項研究中,我們開發了火災檢測/監測系統,常規設計,易于執行的早期發現火警。在這里,我們提出一個中央控制和分發控制/檢測/充分的溝通,如果使用的單芯片微控制器在分控制站,從而提高可控性和可觀性的監測過程。
2、檢測和報警裝置
一個基本的火災探測系統由兩部分組成,檢測和報警。自動檢測設備有比如熱,煙霧或火焰檢測器,紫外線或紅外線探測器或火焰閃爍,是基于檢測 一個燃燒的副產品。煙霧探測器都電離和光類型,是最常用的檢測設備。當這種類型的典型探測器進入報警狀態產生的電流信號會從PA變成MA(比如,從單純的15pA在休眠模式下為60毫安)在主動模式。在許多探測器的檢測器輸出電壓明確在各種運行條件,例如見表1。越是敏感的檢測器,它更容易受到虛假警報。為了控制探測器的精確,可使用下列方法:過濾技術,這樣的邏輯電路成為活躍僅當x警報的時間內檢測周期T。檢測技術在很大程度上取決于地點和植物受到保護,煙霧探測器是睡覺的地方,紅外線和紫外線輻射探
湖北理工學院 畢業設計(論文)外文文獻翻譯
測器,檢測易燃液體燃燒,熱探測器用于滅火和滅火系統。一般來說,生命和財產保護有不同的做法。報警裝置,從通常的聲響或視覺報警外,還可以采用固態的聲音再現和緊急話音通信或打印機,記錄時間,日期,地點和其他資料。Heavisid [4] 擁有一支優秀的審查探測器和滅火器的各種制度。
2.1控制理念和分工
我們的理念是實施控制等級。三個層次的系統級的實施,兩個級別的決策。之間沒有設備,在同一層次的溝通。交互各級之間發生了向上的信息傳輸有關的子系統和向下狀態轉移的命令。這是圖所示。1,其中第1級是中央控制站,是微機最終(在不手動模式)決策者。第2級是當地控制器,建立在當地的站。第3級是實際檢測器和驅動器。在各級提供手操作模式。所有探測器的數據和分處理器是當地控制的基礎。他們將信息濃縮,并轉交中央處理器。信息傳遞的地位始終是單向及以上。命令傳輸是單向的總是向下,并在擴大局部控制的水平。這種方法保留了層次的準確監測檢測和嚴格的規則高風險的核電站警報系統。兩個控制層的分類是基于決策層。
(一)在屆時的決定,提出和決定的執行情況不能再拖延
(二)決定的不確定性
(三)將隔離當地的決定(例如,我們可能會在當地報警,但有可能有故障系統)
湖北理工學院 畢業設計(論文)外文文獻翻譯
3、硬件
圖.2描繪了我們的設計最簡單的形式。這個系統采用四個導體開放的路線,在所有遠程共享一個循環電纜設備和控制面板。這種方法簡單,經濟上可行。但是,一個主要缺點是對一個單一的電力和信號電纜的依賴。在重要環境下,可靠性是極其重要的。固可采用兩個甚至三個電纜采取不同的線路連接,可并行連接。圖.3是驅動電路必須得一個擴展總線。采用這種設計在單片機技術的最新發展優勢減少與中央控制站和地方控制站的接口。
3.1中央控制任務
中央站點提供了一個集中點,以監測和控制系統的活動。在該系統介紹了中央控制單元的目的(一)它得到了分控制站的信息和控制警鐘及其他輸出設備。
(二)它提示在系統出現故障時的操作。
(三)它提供了一個全面系統的手動和自動控制。
(四),它提供了中央和分站的系統測試點。
(五)它提供了一個中心點觀察,學習和適應。
湖北理工學院 畢業設計(論文)外文文獻翻譯
湖北理工學院 畢業設計(論文)外文文獻翻譯
3.2 分控制站
分控制站的決定可以控制處理當地的信息。這種技術我們就依靠負載型協調下級單位,承認在同一水平上的其他決定單位的存在;中央或高層提供了一個較低的單位模型之間的行動和系統響應的關系。很明顯,一個強大的機器,需要在這個階段,使所有需要的功能得到有效執行。該芯片的新一代供應使得該體系結構的解決變得可行。
單片機被選中了離散的數字和模擬設備接口,到外地設備和中央微機。這是最主要的原因,以前這種做法是不可行的。該芯片的選擇的,包含要求的模擬和數字接口所需的端口和CMOS技術的運用,由于地處偏僻的分控制站最一體化。這個選擇是摩托羅拉68HC11A4,理由如下:
(1)它是CMOS技術,這可減少電力消耗。
(2)它有一個UART,這有利于串行通信。
(3)它有一個A / D轉換器上,這消除了外部A / D轉換
(4)它有一個4K的ROM,256 K內存,512K EERROM字節40個I/O端口的線路和一個16位定時器;符合分控制站所有的內存和1 / 0的要求。
4、系統實施
分控制站:圖.3 是用于一個遠程火災報警MC68HCllA4電路框圖
檢測電路:圖.4這是前一個電路的擴展形式。可以看出單片機可用于監控多個探測器,從而降低了系統成本。
回路電源,通常在26到28V之間,通常五伏一百毫安單片低功耗電壓調節器供電的微控制器。板載振蕩器,是一個2.4576 MHz的外部晶體結合,提供時間信號,它被分為4個內部收益率為614.4千赫,這是一個更多的RS 232 [7]波特率發生器的處理器頻率微控制器。
湖北理工學院 畢業設計(論文)外文文獻翻譯
5、主循環
湖北理工學院 畢業設計(論文)外文文獻翻譯
6、結論
本文描述了一個大規模的火災探測及報警系統,使用多的發展,單芯片微型計算機。該架構是采用兩個層次的決策層次。這種架構是可以用到的新的CMOS微控制器,低功耗,并在數據處理功能強大的高堆積密度和決策。每個地方控制站可以自主作出的決定如果上級機構,允許它這樣做。一般格式化系統設計,因此它可以適應不同的情況。所描述的系統原型已經建成并測試。中央控制站的控制部分是基于MC 68000微處理器(墨西哥68KECB摩托羅拉),它有一個內置的顯示器稱為導師。該應用程序都是使用這個顯示器提供的特性。本地基站控制器的設計采用了MC68705R3單片機。
7、參考文獻 ‘Fire protection guidelines for nuclear power plants’, US NRC Regulatory Guide 1.120 2 BAGCHI, C.N.: ‘A multi-level distributed microprocessor system for a nuclear power plant fire protection system controls, monitoring, and communication’, IEEE Trans., 1982 3 PUCILL, P.M.: ‘Fire hazard protection, detection and monitoring systems’, Sea.Con, 2, Proceedings of Symposium on ADV in offshore and terminal measurement and control systems, Brighton, England, March 1979, pp.353-363 4 HEAVISID, L.: ‘Offshore fire and explosion detection and fixed fire’.Offshore Technological Conference, 12th Annual Proceedings,4, Houston, Texas, May 1980, pp.509-522 5 CELLENTANI,E.N.,and
HUMPHREY,W.Y.:
‘Coordinated detection/communication approach to fire protection’, Specif: Eng., 6 ‘Motorola Microprocessors Data Manual’(Motorola Semiconductor Products, Austin, Texas, USA)7 Electronic Industries Association : ‘Interface between data terminal equipment and data communication equipment employing serial binary data interchange’(EIA Standard RS-232, Washington, DC, 1969)8 MESAROVIC, M.D., MACKO, D., TAKAHARA, Y.: ‘Theory of hierarchical
湖北理工學院 畢業設計(論文)外文文獻翻譯
multilevel systems’(Academic Press, 1970)KASSEM, M.: ‘Fire alarm systems’, MSc.thesis, Dept.of Elec.& Comp.Eng., Concordia University, Montreal, Canada, 1985 10 LIE, P., and KOTAMARTI, U.: ‘The design of a fire alarm system using microprocessors’, C481 Project, Dept.of Elec.and Comp.Eng., Concordia University, Montreal, Canada, 1986
第五篇:VI設計 畢業設計(論文)文獻綜述
文獻綜述
一、前言
VI即Visual Identity,譯為視覺識別系統。VI以塑造企業形象為目的,是CI(企業形象)系統中相對靜止的部分,將CI系統中虛擬的非直觀的理念、精神等信息轉化為相對靜態可直觀感知的圖文信息。VI設計最早可追溯到我國的北宋,以現存在國家歷史博物館中的“白兔牌”廣告,它包括企業和產品標識,廣告宣傳語、服務保障等現在設計元素,是目前發現的最早的相對完整的VI設計系統,但他是分散的、不系統的,沒有科學規范的設計原則和規律。1907年德國著名設計師彼得·貝倫斯為德國AEG公司設計出西方最早最完整的企業標志、企業形象,是現代VI設計系統的開端。
隨著社會的現代化、工業化、自動化的發展,加速了優化組合的進程,其規模不斷擴大,組織機構日趨繁雜,產品快速更新,市場競爭也變的更加激烈。另外,各種媒體的急速膨脹,傳播途徑雜亂繁多,受眾面對大量繁雜的信息,變的無所適從。企業比以往任何時候都需要統一的、集中的VI設計傳播,個性和身份的識別因此顯得尤為重要。設計到位、實施科學的視覺識別系統,是傳播企業經營理念、建立企業知名度、塑造企業形象的快速便捷之途。
在品牌營銷的今天,對一個現代企業來說,沒有VI設計,就意味著它的形象將淹沒于商海之中,讓人辨別不清;就意味著它是一個缺少靈魂的賺錢機器;就意味著它的產品與服務毫無個性,消費者對它毫無眷戀;就意味著團隊的渙散和士氣的低落。但這并不能作為盲目追求低質量的VI設計的借口。
二、VI設計的意義
企業可以通過VI設計實現這些目的:對內征得員工的認同感、歸屬感、加強企業凝聚力,對外樹立企業的整體形象,資源整合,有控制的將企業的信息傳達給受眾,通過視覺符號,不斷的強化受眾的意識,從而獲得認同。在明顯地將該企業與其他企業區分開來的同時又確立該企業明顯的行業特征或其他重要特征,確保該企業在經濟活動當中的獨立性和不可替代性。
肖勇在《VI設計模板》一書中提出“VI設計實際就是企業營造的‘光環’,它能有效的影響受眾對企業及其商品的評價。”
VI設計用直觀形象化的視覺符號將非可視的企業經營理念和企業文化傳達給社會公眾,統一企業視覺形象,提升企業品牌的知名度和影響力。吸引社會公眾的注意力并使他們產生深刻記憶,使消費者認可信任該品牌以及品牌旗下的產品或服務。提升消費者對該品牌的忠誠度。VI用個性化的視覺元素將該企業與其他企業區分開來,展現獨特的品牌風格。確保該企業在市場經濟活動中的獨立和不可取代性,明確該品牌的市場定位,增強企業的市場競爭力。
王成榮在《企業文化學》一書中提出“企業所做的不僅僅是‘善其身心’,還要珍惜與每位消費者每一次‘目光捕捉’的機會。VI往往決定了消費者對企業的‘第一印象’。”1
隨著全球科技、經濟的高速發展,社會已經進入信息化時代,人的大腦對信息的反應有些力不從心。每天人們接觸海量信息,但這些信息真正能存儲于人的大腦之中并產生深刻記憶的是少之又少。尤其是對銷售廣告或是企業廣告更多的是無意注意。企業要想在無意之中吸引社會公眾,并使他們產生記憶,需要提高VI系統的視覺影響力和視覺沖擊力。
世界上一些著名的跨國企業如美國通用、可口可樂、日本佳能等,無一例外都建立了一整套完善的企業視覺形象系統,他們能在競爭中立于不敗之地,與科學有效的視覺傳播不無關系。近20年來,國內一些企業也逐漸引進了形象識別系統,最早的太陽神、健力寶,到后來的康佳、創維、海爾,也都在實踐中取得了成功。在中國新興的市場經濟體制下,企業要想長遠發展,有效的形象識別系統必不可少,這也成為企業騰飛的助跑器。
三、國內外VI設計現狀與問題
國際上對現代VI設計不是單純的考慮形式,而是考慮如何解決問題、如何滿足大眾基本生活需要。德國VI設計師更多考慮的是設計和人的物理關系;北歐的現代VI設計卻十分注意人的心理感受,歐洲的VI設計先由理念切入,然后有明確的設計目標;美國的VI設計起源于商業,加之沒有社會意識形態為依據,曾經一度跟著市場走,但是它以雄厚的經濟實力兼收并蓄、容納各種積極因素,令自己的設計很快就取得了領先的地位。
而在如今市場經濟蓬勃發展的中國,越來越多的企業在媒體上征集企業標志,公告VI工程招標VI設計已經成為一個固定的“形象工程建設”,成為企業戰略的重要組成部分。但是長期以來,國內對VI設計過于呆板和程序化。有人認為做VI,只要標志設計出來工作就完成了一半,很多公司的VI設計手冊除了標志和一些基本元素不同以外,應用部分千篇一律,很多都是單調的延續和重復,缺乏個性和新意,造成了標志的孤立,更割裂了VI各個要素之間的相互關系。
用一句時下流行的話來說,VI是一把雙刃劍,優秀的VI設計固然能幫助提升企業的形象、促進企業的發展,而失敗的VI設計也一定會為企業形象帶來負面影響、妨礙企業更上層樓。
一個 VI設計的失敗往往表現在:
1、對該企業的視覺定位模糊不清,讓人覺得似是而非或產生不正確的聯想;
2、視覺效果與企業經營范圍和理念乃至企業文化的精髓相去甚遠甚至背道而馳;
3、設計師的平面設計功力不足,作品缺乏內在的邏輯性和外在的美感;
4、過于追求時尚,缺乏長久的生命力;
5、復制別人和自我復制。
通過對資料的分析、學習以及實踐后發現VI在塑造課題企業形象中存在以下問題:
(一)、VI策劃設計,片面的注重VI本身的視覺形式,忽視了與課題企業的協調性統一,不能將企業的理念文化真實有效地反映給社會公眾。
(二)、現代社會已經進入高速發展的信息化時代,電子、網絡已成為現代廣告文化傳媒的重要也渠道,而作為企業形象“代言人”的VI應用載體相對落后不能適應信息時
代發展的步伐。
根據以上對VI發展現狀以及課題企業的研究分析,可以從以下幾方面為切入點:
(一)、以企業文化理念為基礎從企業實際出發設計制作VI,增強VI與企業的協調統一性,將企業的經營理念、企業文化、管理制度真實有效的展現給社會大眾,使VI成為企業優秀的“形象代言人”。
VI設計要展現出企業良好的文化形象,先進的經營理念和規范嚴格的管理。以中國銀行的VI系統為例,中銀集團以紅色為標準色,它的標志是由中國的“中”字和我國古代的圓形鑄幣為素材經設計變形而成。最外層的圓環還代表著中銀集團邁出國門走向全球發展的目標。這個標志既簡潔明了賦予時代感又融入了我國傳統的文化特色,具有獨特的民族特色,意在說明中銀集團使我們中華民族自己的值得信任的“錢莊”,這個中銀的標志出現在我國的城市、鄉鎮上,它的形象已深深印在廣大老百姓的心中,贏得民心是確保中銀集團穩健發展的重要一步。中銀集團VI系統中標志突出意義深刻,在企業文化的引導下創建系統規范的應用部分和基礎部分,讓企業員工在這規范化的環境下辦公,加強員工管理增強內部凝聚力。
(二)、VI在企業品牌創建中其傳播載體的新應用。
隨著社會經濟和科技的高速發展,我們早已告別了大機器生產時代快速步入了信息化時代。隨著新媒體的誕生和新的傳播技術的開發應用,電視、互聯網、手機信息傳媒網絡的建成與發展,給企業形象設計、傳播創造了可觀的發展空間。
在現在網絡傳播中電子書在年輕一代中相傳較火爆,而傳統的VI設計策劃書制作成電子書形式發布于網上,創電子VI策劃書,便于社會公眾從網絡上了解、認識企業。也便于網絡客戶直接了解企業的相關信息。
銷售簽約或是重要會議上,Flash VI可盡顯身手,在談判會議的關鍵時刻將企業的形象通過Flash這一特殊傳播方式傳遞給對方,讓對方對本企業或是產品產生潛意識的好感,促進簽約或是會議的順利進行。
四、總結
VI設計不只是大型企業的專利,而是每一個有長遠眼光的中小企業都應該擁有屬于自己且符合自己的成功的VI設計。VI設計有效地幫助我國企業尤其是中小企業創建自己的品牌,幫助他們從企業多如繁星的國內外大市場中脫穎而出。優秀的VI設計需要從視覺、感性、理性、文化理念等多維空間出發進行設計,通過可視化的形、色從感性上和理性上感染顧客,吸引顧客,贏得顧客,從感性上贏得顧客的信任。
五、參考文獻
[1]徐洋.品牌與VI設計[M].海人民美術出版社,2006.12.7
[2]李鵬程.VI品牌形象設計[M].北京.人民美術出版社,2010.8.[3]閔周植.-3-全球化時代東方美學的角色[J].文史哲,2001,(1):16-18.[4]許小年.自由與市場經濟[N].上海:上海三聯書店,2009年
[5]黃建平.標志創意設計[M].上海:上海人民美術出版社,2006.[6]李道國.商標形象的視覺設計[M].南京:東南大學出版社,2006.4.[7]翁炳峰.論圖形設計的傳統文化與價值[C].福州:福建師范大學美術學院,2007.[8]靳埭強.中國平面設計3企業形象設計[M].上海:上海文藝出版社,2000.1
[9]金琳.趙海頻.VI設計[M].上海:上海人民美術出版社,2006.[10]王成榮.企業文化學[M].北京:清華大學出版社,2009.9.[11]李杰.企業發展戰略[D].北京:北京交通大學出版社,2009.8
[12]馮越峰.標志設計形式與風格的發展演變[D].天津:天津工業大學,2006.[13]王朝旭.標志與新時代[J].北京:裝飾,1994年04期.[14]朱華.涉及色彩[D].武漢:武漢理工大學出版社,2009.1.[15]周燦融.合與互動[D].長沙:湖南師范大學,2006.[16]李道園.闡釋期待對視覺符號闡釋的影響[C].無錫:江南大學設計學院,2007.[17]李硯祖主編.中國藝術學研究——張道一教授七十年華誕暨從教五十年文集[M].長沙:湖南美術出版社,2002年版.[18]李隆華編著.標志設計基礎[M].重慶:重慶出版社,1987年版.[19]李明君.中國美術字史圖說[M].北京:人民美術出版社,1997年版.[20]梁一儒、戶曉輝、宮承波著.中國人審美心理研究[M].濟南:山東人民出版社,2002年版.[21]劉方.中國美學的基本精神及其現代意義[M].成都:巴蜀書社,2003年版.[22]王福祥,史本林.企業形象策劃[M].武漢:武漢理工大學出版社,2006.[23]毛峰.VI設計基礎[M].南京:江蘇美術出版社,2007.[24]錢品輝,李柯.平面設計原理[M].北京:中國工業建材出版社,2008.[25]肖勇,劉東濤,圖雅.VI設計模板[M].北京:高等教育出版社,2008.[26]張世卓.現代VI設計[M].遼寧:美術出版社,2007.8.