国产日韩欧美一区二区三区三州_亚洲少妇熟女av_久久久久亚洲av国产精品_波多野结衣网站一区二区_亚洲欧美色片在线91_国产亚洲精品精品国产优播av_日本一区二区三区波多野结衣 _久久国产av不卡

?

基于百度地圖API的城市地下管網(wǎng)信息系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)

2019-01-11 06:00:10通,強(qiáng),
關(guān)鍵詞:井點(diǎn)百度管網(wǎng)

袁 通, 陳 強(qiáng), 周 玲

(上海工程技術(shù)大學(xué) 電子電氣工程學(xué)院, 上海 201600)

0 引 言

城市地下管網(wǎng)是城市的重要基礎(chǔ)設(shè)施和組成部分,是維持現(xiàn)代化城市正常運(yùn)作的命脈[1]。隨著城市的建設(shè)發(fā)展,越來越多地下管網(wǎng)的投入使用帶來了大量的管網(wǎng)信息數(shù)據(jù)。目前國(guó)內(nèi)常用的軟件平臺(tái)多為基于企業(yè)級(jí)WEBGIS平臺(tái)開發(fā),典型的就是ArcGIS的Server平臺(tái)[2],ArcGIS系列軟件本身具有強(qiáng)大的模型分析與計(jì)算功能等優(yōu)點(diǎn),但軟件存在平臺(tái)搭建復(fù)雜、項(xiàng)目周期長(zhǎng)、費(fèi)用及維護(hù)成本高等問題。對(duì)于區(qū)域范圍內(nèi)的小型空間信息系統(tǒng)項(xiàng)目,百度地圖API避免了上述問題的存在,提供了合適的解決方案。本文基于百度地圖API的原始地圖資源,將百度地圖內(nèi)嵌到信息系統(tǒng)當(dāng)中,采用免費(fèi)提供的API進(jìn)行二次開發(fā)。利用百度地圖提供的JavaScript API技術(shù)創(chuàng)建基于B/S模式的城市地下管網(wǎng)信息系統(tǒng),該系統(tǒng)既能方便測(cè)繪人員和維護(hù)人員結(jié)合電子地圖直觀、迅速的掌握地下管網(wǎng)的地理信息,又能給地下管網(wǎng)的管理者和規(guī)劃者提供準(zhǔn)確而又詳盡的數(shù)據(jù)信息。

1 系統(tǒng)功能設(shè)計(jì)

本文在功能設(shè)計(jì)前進(jìn)行了實(shí)地考察,以校企合作企業(yè)上海置誠(chéng)城市管網(wǎng)工程技術(shù)股份有限公司為考察對(duì)象深入了解工程施工及管理過程中的需求,本次系統(tǒng)設(shè)計(jì)所需管網(wǎng)數(shù)據(jù)均由置誠(chéng)公司提供。針對(duì)考察過程中發(fā)現(xiàn)的實(shí)際需求與問題,本文設(shè)計(jì)了一種基于B/S模式下的功能解決方案,經(jīng)過論證該方案可滿足置誠(chéng)公司在項(xiàng)目中的需求。主要功能包括:新建項(xiàng)目、施工設(shè)計(jì)、屬性編輯、回拖力計(jì)算、二維視圖、導(dǎo)出WebGIS等。系統(tǒng)基本功能框架如圖1所示。

圖1 基本功能框架圖

2 系統(tǒng)結(jié)構(gòu)設(shè)計(jì)

本文Web端管網(wǎng)信息管理系統(tǒng)是基于B/S架構(gòu),客戶層則采用HTML5、 CSS3和JavaScript語(yǔ)言對(duì)于Web UI進(jìn)行設(shè)計(jì)開發(fā)[3]。在客戶端用戶可通過Web瀏覽器對(duì)系統(tǒng)進(jìn)行訪問,使用ASP.Net WebAPIs構(gòu)建REST服務(wù),RESTfuIservice是一種輕量級(jí)的Web服務(wù)的架構(gòu)模式。服務(wù)器端由BaiduMap服務(wù)器和數(shù)據(jù)庫(kù)服務(wù)器組成,BaiduMap服務(wù)器通過BaiduMap APIs向Web客戶端提供服務(wù),數(shù)據(jù)庫(kù)服務(wù)器通過DB Service APIs與客戶端進(jìn)行信息交互,BaiduMap服務(wù)器根據(jù)定位API將數(shù)據(jù)傳輸給數(shù)據(jù)庫(kù)服務(wù)器。系統(tǒng)結(jié)構(gòu)設(shè)計(jì)如圖2所示。

圖2 系統(tǒng)結(jié)構(gòu)設(shè)計(jì)圖

3 系統(tǒng)界面設(shè)計(jì)

本文通過HTMLS+CSS3+JavaScript對(duì)系統(tǒng)界面進(jìn)行設(shè)計(jì),包括登錄界面、功能欄和地圖窗口。功能界面包括新建項(xiàng)目、查看項(xiàng)目、屬性編輯、查看二維三維圖、導(dǎo)出WebGIS等。地圖窗口顯示管網(wǎng)圖、影像圖、路況信息等基礎(chǔ)數(shù)據(jù)。利用HTML5的、 、

、 、<span>、 <u1> 等多功能插件,有效提高了軟件開發(fā)效率。其中, <1i>等標(biāo)簽來創(chuàng)建界面結(jié)構(gòu)并豐富其內(nèi)容,通過元素的樣式、style屬性規(guī)定元素的行內(nèi)樣式并覆蓋任何全局的樣式設(shè)定。在標(biāo)簽內(nèi)添加onclick,規(guī)定當(dāng)被定義的事件發(fā)生時(shí)執(zhí)行的JavaScript[4]。系統(tǒng)登陸后主界面如圖3所示。</p><p><img src="https://cimg.fx361.com/images/2022/1127/58264cf8fb69733478a0ed101c29a9c9edeac3af.webp"/></p><p>圖3 系統(tǒng)主界面</p><h2>4 技術(shù)簡(jiǎn)介</h2><h3>4.1 百度地圖API</h3><p>Application Programming Inter-face簡(jiǎn)稱為API,即應(yīng)用程序接口。百度地圖JavaScript API是一套由JavaScript語(yǔ)言編寫的應(yīng)用程序接口,可以實(shí)現(xiàn)在網(wǎng)站中構(gòu)建功能豐富、交互性強(qiáng)的地圖應(yīng)用,支持PC端和移動(dòng)端基于瀏覽器的地圖應(yīng)用開發(fā),且支持HTML5特性的地圖開發(fā)[5]。用戶可以運(yùn)用JavaScript語(yǔ)言將百度地圖所提供的服務(wù)加載到自己的開發(fā)平臺(tái)中,從而能夠根據(jù)自身需求實(shí)現(xiàn)地點(diǎn)檢索、導(dǎo)航定位、出行方案等地圖應(yīng)用功能。此外,將平臺(tái)和地理信息數(shù)據(jù)通過地圖服務(wù)應(yīng)用接口進(jìn)行綁定,可以把復(fù)雜的GIS底層邏輯進(jìn)行封裝,再直觀且免費(fèi)的提供給用戶,降低了地理信息系統(tǒng)在地圖服務(wù)和開發(fā)上的應(yīng)用難度。百度地圖API自2010年開放以來,在團(tuán)購(gòu)、電子商務(wù)、車聯(lián)網(wǎng)等方面都得到了長(zhǎng)足的發(fā)展,同時(shí)也帶動(dòng)了地理信息系統(tǒng)的發(fā)展[6]。傳統(tǒng)意義上的數(shù)據(jù)庫(kù)信息系統(tǒng)已經(jīng)不能滿足人們的需求,而電子地圖與數(shù)據(jù)庫(kù)的結(jié)合越來越多地投入到實(shí)際應(yīng)用中。</p><h3>4.2 JQuery與JQueryEasyUI</h3><p>JQuery是一種以“寫的少,做的多”為目的輕量級(jí)JavaScript框架,jQuery不僅很大程度上簡(jiǎn)化了JavaScript編程,也為Web前端頁(yè)面設(shè)計(jì)提供了插件集合。該框架的主要功能模塊有:基礎(chǔ)jQuery EasyUI是基于jQuery框架的用戶界面( Base)模塊、布局(Layout)模塊、菜單與按鈕(Menuand Button)模塊、表單(Form)模塊、窗體(Window)模塊、數(shù)據(jù)網(wǎng)格(Datagrid )、樹形(Tree)模塊以及擴(kuò)展(Extension )模塊[7]。每個(gè)功能模塊都提供了多種組件,每個(gè)組件實(shí)現(xiàn)某種特定功能。EasyUI工具有以下優(yōu)點(diǎn):代碼簡(jiǎn)潔而功能強(qiáng)大、動(dòng)態(tài)數(shù)據(jù)交互安全可靠、完美支持HTMLS、節(jié)省網(wǎng)頁(yè)開發(fā)時(shí)間和規(guī)模。</p><h3>4.3 MySQL</h3><p>MySQL是一個(gè)小型的關(guān)系型數(shù)據(jù)庫(kù)管理系統(tǒng),把數(shù)據(jù)存儲(chǔ)在表格中,使用標(biāo)準(zhǔn)的結(jié)構(gòu)化查詢語(yǔ)言sql訪問數(shù)據(jù)庫(kù)。MySQL的調(diào)試、管理、優(yōu)化更為簡(jiǎn)單。因此本文選用MySQL作為后臺(tái)數(shù)據(jù)庫(kù)管理系統(tǒng),并結(jié)合Navicat可視化工具,實(shí)現(xiàn)對(duì)數(shù)據(jù)庫(kù)的管理和開發(fā)。Navicat使用圖形化的用戶界面,可以讓用戶使用和管理更為輕松[8]。</p><h2>5 系統(tǒng)功能的實(shí)現(xiàn)</h2><h3>5.1 地圖瀏覽界面的創(chuàng)建</h3><p>創(chuàng)建頁(yè)面地圖需要引入百度地圖API,通過以下幾個(gè)步驟來實(shí)現(xiàn)。</p><p>5.1.1 密鑰的獲取</p><p>為了統(tǒng)一平臺(tái)服務(wù)的配額管理,JavaScript API在新版本引入ak機(jī)制。JavaScript API v1.4及以前版本無須申請(qǐng)密鑰(ak),自v1.5版本開始需要先申請(qǐng)密鑰(ak),才可成功加載API JS文件。ak的使用方法如下:</p><p>5.1.2 準(zhǔn)備頁(yè)面</p><p>添加一個(gè)meta標(biāo)簽,以便使頁(yè)面更好地在移動(dòng)平臺(tái)上展示:</p><p>設(shè)置樣式,使地圖充滿整個(gè)瀏覽器窗口:</p><p><style type="text/css"></p><p>body, html {width: 100%;height: 100%;margin:0;font-family:"微軟雅黑";}</p><p>#allmap{width:100%;height:538px;}</p><p>#r-result{width:100%;}</p><p>p{margin-left:5px; font-size:14px;}</p><p></style></p><p>創(chuàng)建地圖容器,元素地圖需要一個(gè)HTML元素作為容器,這樣才能展現(xiàn)到頁(yè)面上。在此創(chuàng)建了一個(gè)div元素。命名空間 API使用BMap作為命名空間,所有類均在該命名空間之下,比如:BMap.Map、BMap.Control、BMap.Overlay。</p><p>5.1.3 搜索功能的添加</p><p>在地圖瀏覽頁(yè)面的左上角添加搜索功能框,用來實(shí)現(xiàn)管網(wǎng)位置的查詢??伤阉鲀?nèi)容包括管網(wǎng)名稱、管網(wǎng)類型、坐標(biāo)、街道名稱等。</p><p><div class="syggg00" id="r-result">管網(wǎng)名稱:</p><p>5.1.4 瀏覽功能的添加</p><p>本系統(tǒng)的地圖瀏覽功能包括地圖的平移、縮放、比例尺和地圖類型展示,其中地圖類型展示又包括全景圖和衛(wèi)星圖。通過添加以下控件來實(shí)現(xiàn)這些功能。</p><p>map.enableScrollWheelZoom(); //啟用滾輪放大縮小</p><p>map.addControl(new BMap.NavigationControl());</p><p>map.addControl(new BMap.ScaleControl());</p><p>map.addControl(new BMap.OverviewMapControl());</p><p>map.addControl(new BMap.MapTypeControl());</p><p>map.setCurrentCity("上海");//設(shè)置當(dāng)前位置為上海</p><p>var stCtrl = new BMap.PanoramaControl(); //構(gòu)造全景控件</p><p>stCtrl.setOffset(new BMap.Size(40, 40));</p><p>map.addControl(stCtrl);//添加全景控件</p><p>至此地圖瀏覽界面創(chuàng)建完成,界面如圖4所示。</p><h3>5.2 管網(wǎng)信息可視化的實(shí)現(xiàn)</h3><p>管網(wǎng)信息主要包括管網(wǎng)軌跡和井點(diǎn)數(shù)據(jù),通過百度地圖的折線繪制功能將管網(wǎng)軌跡呈現(xiàn)在地圖上,對(duì)每個(gè)井點(diǎn)進(jìn)行標(biāo)注并添加數(shù)據(jù)信息。本文以上海市茸悅路移動(dòng)管網(wǎng)為例,通過以下過程完成系統(tǒng)的搭建。</p><p><img src="https://cimg.fx361.com/images/2022/1127/63452fecc2136a8275f9f0430bda8f86b8353adb.webp"/></p><p>圖4 地圖瀏覽界面</p><p>5.2.1 管網(wǎng)軌跡的生成</p><p>百度地圖API的折線繪制功能是通過兩個(gè)坐標(biāo)點(diǎn)的經(jīng)緯度坐標(biāo)來實(shí)現(xiàn)的,百度對(duì)外接口的坐標(biāo)系為BD09坐標(biāo)系,并不是真實(shí)經(jīng)緯度,在使用百度地圖JavaScript API服務(wù)前,需先將非百度坐標(biāo)通過坐標(biāo)轉(zhuǎn)換接口轉(zhuǎn)換成百度坐標(biāo)。坐標(biāo)轉(zhuǎn)換完成后引入覆蓋物polyline表示地圖上的折線。</p><p>var polyline = new BMap.Polyline([</p><p>new BMap.Point(121.2527800011,31.0619999999)],</p><p>{strokeColor:"blue",strokeWeight:5,strokeOpacity:0.5} );</p><p>map.addOverlay(polyline);</p><p>將所有井點(diǎn)轉(zhuǎn)換后的經(jīng)緯度坐標(biāo)依次引入便可生成管網(wǎng)軌跡,如圖5所示。</p><p><img src="https://cimg.fx361.com/images/2022/1127/72be4cf19c82941f2ac7bbf1b7b4043ff2f77f48.webp"/></p><p>圖5 管線軌跡圖</p><p>5.2.2 管網(wǎng)井點(diǎn)的標(biāo)注</p><p>管網(wǎng)軌跡的每個(gè)折點(diǎn)都表示一個(gè)井點(diǎn),為了更明顯地表示需要對(duì)井點(diǎn)進(jìn)行標(biāo)注。標(biāo)注時(shí)引入覆蓋物Marker標(biāo)注表示地圖上的點(diǎn),可自定義標(biāo)注的圖標(biāo)。</p><p>Var point = new BMap.Point(121.2527800011,31.0619999999);</p><p>var marker = new BMap.Marker(point);</p><p>map.addOverlay(marker);</p><p>將所有井點(diǎn)轉(zhuǎn)換后的經(jīng)緯度坐標(biāo)依次引入便可實(shí)現(xiàn)對(duì)井點(diǎn)的標(biāo)注,如圖6所示。</p><p><img src="https://cimg.fx361.com/images/2022/1127/9bb181ee5c18e0177c354654c80499f6258b3299.webp"/></p><p>圖6 標(biāo)注后的管線圖</p><p>5.2.3 添加井點(diǎn)信息窗口</p><p>每個(gè)井點(diǎn)都包含了井號(hào)、坐標(biāo)、管線標(biāo)高/埋深、井蓋/地面高程這五種信息,在每個(gè)井點(diǎn)標(biāo)注上添加信息窗口將數(shù)據(jù)信息直觀地體現(xiàn)出來。此時(shí)需引入一種特殊的覆蓋物InfoWindow,同一時(shí)刻只能有一個(gè)信息窗口在地圖上打開。引入過程如下:</p>Var data_info = [[121.2527800011,31.0619999999,"井號(hào):既有信息井(單位:m) <p>橫坐標(biāo)(Y): -21510.754</p> <p>縱坐標(biāo)(X): -19591.441</p> <p>管線標(biāo)高:4.056</p> <p>井蓋/地面高程:4.556</p> <p>管線埋深:0.5</p>"]<p>將所有轉(zhuǎn)換后的井點(diǎn)坐標(biāo)和數(shù)據(jù)信息依次引入,即可完成井點(diǎn)信息窗口的添加工作。打開的信息窗口如圖7所示。</p><p><img src="https://cimg.fx361.com/images/2022/1127/7f42142e2d86dc17a296757fb98aed29167c5cb4.webp"/></p><p>圖7 信息窗口展示圖</p><h2>6 后臺(tái)數(shù)據(jù)庫(kù)的交互與管理</h2><p>地下管網(wǎng)是一個(gè)龐大的數(shù)據(jù)庫(kù),建立完整的數(shù)據(jù)庫(kù)首先需要搜集完善的管網(wǎng)數(shù)據(jù),然后再對(duì)得到的管網(wǎng)數(shù)據(jù)按照上文所述的步驟依次錄入系統(tǒng)。其中管網(wǎng)名稱、管網(wǎng)類型、管網(wǎng)經(jīng)緯度坐標(biāo)和街道名稱都保存在后臺(tái)數(shù)據(jù)庫(kù)中,通過對(duì)前臺(tái)的WebGIS進(jìn)行開發(fā),可以實(shí)現(xiàn)后臺(tái)讀取數(shù)據(jù)庫(kù)的數(shù)據(jù),進(jìn)而生成后臺(tái)數(shù)組,這些數(shù)組可用來供前臺(tái)JS調(diào)用[9]。后臺(tái)數(shù)據(jù)庫(kù)管理模塊最終可以實(shí)現(xiàn)以下功能:管理員登錄、后臺(tái)管理主頁(yè)面下的新建項(xiàng)目、管網(wǎng)屬性編輯、查看項(xiàng)目信息、導(dǎo)入現(xiàn)場(chǎng)施工數(shù)據(jù)、導(dǎo)出WebGIS等。</p><h2>7 結(jié)束語(yǔ)</h2><p>本文基于百度地圖API,以上海置誠(chéng)城市管網(wǎng)工程技術(shù)股份有限公司提供的上海市松江區(qū)茸悅路的移動(dòng)管網(wǎng)數(shù)據(jù)信息為例,展示了系統(tǒng)設(shè)計(jì)和功能實(shí)現(xiàn)過程。從地圖的視角將原本不可視的地下管網(wǎng)軌跡呈現(xiàn)出來,并且詳盡的管網(wǎng)信息也可通過電子地圖信息窗口的形式展示出來,實(shí)現(xiàn)了管網(wǎng)信息的可視化。該系統(tǒng)不僅滿足了用戶對(duì)于電子地圖的基本操作,同時(shí)可以實(shí)現(xiàn)管線數(shù)據(jù)采集、數(shù)據(jù)導(dǎo)入、導(dǎo)出等功能,界面友好簡(jiǎn)潔直觀,便于操作。通過對(duì)系統(tǒng)數(shù)據(jù)庫(kù)的不斷完善,本系統(tǒng)將在地下管網(wǎng)的測(cè)量和管理工作中發(fā)揮更大的價(jià)值。</p></p> <!-- <div id="syggg00" class="article_pdf"><a >查看pdf文檔請(qǐng)下載app</a></div>--><div id="syggg00" class="article_love"> <div id="syggg00" class="title">猜你喜歡</div> <div id="syggg00" class="article_love_keyword"><span><a href="/tags/7/7/9982f64d844b9117/3537712.html" target="_blank">井點(diǎn)</a></span><span><a href="/tags/a/f/80e2a4ef4a708b9c/1.html" target="_blank">百度</a></span><span><a href="/tags/a/9/66f3d1da7650b47c/1.html" target="_blank">管網(wǎng)</a></span></div> <div id="syggg00" class="article_love_news"><dd><a class="txt_title" href="/page/2020/0702/12216043.shtml" target="_blank" title="Robust adaptive UKF based on SVR for inertial based integrated navigation">Robust adaptive UKF based on SVR for inertial based integrated navigation</a><div id="syggg00" class="rsorc"><a href="/bk/defencetech/20204.html" class="ly" title="Defence Technology(2020年4期)">Defence Technology(2020年4期)</a><span id="syggg00" class="txt">2020-07-02 03:16:58</span></div></dd><dd><a class="txt_title" href="/page/2018/0921/14976078.shtml" target="_blank" title="管網(wǎng)獨(dú)立是妥協(xié)還是改革">管網(wǎng)獨(dú)立是妥協(xié)還是改革</a><div id="syggg00" class="rsorc"><a href="/bk/ny/20188.html" class="ly" title="能源(2018年8期)">能源(2018年8期)</a><span id="syggg00" class="txt">2018-09-21 07:57:20</span></div></dd><dd><a class="txt_title" href="/page/2018/0921/14976094.shtml" target="_blank" title="從管網(wǎng)獨(dú)立看國(guó)企改革">從管網(wǎng)獨(dú)立看國(guó)企改革</a><div id="syggg00" class="rsorc"><a href="/bk/ny/20188.html" class="ly" title="能源(2018年8期)">能源(2018年8期)</a><span id="syggg00" class="txt">2018-09-21 07:57:20</span></div></dd><dd><a class="txt_title" href="/page/2018/0921/14975613.shtml" target="_blank" title="管網(wǎng)改革虛實(shí)">管網(wǎng)改革虛實(shí)</a><div id="syggg00" class="rsorc"><a href="/bk/ny/20188.html" class="ly" title="能源(2018年8期)">能源(2018年8期)</a><span id="syggg00" class="txt">2018-09-21 07:57:18</span></div></dd><dd><a class="txt_title" href="/page/2018/0125/2801076.shtml" target="_blank" title="百度年度熱搜榜">百度年度熱搜榜</a><div id="syggg00" class="rsorc"><a href="/bk/qnysh/20182.html" class="ly" title="青年與社會(huì)(2018年2期)">青年與社會(huì)(2018年2期)</a><span id="syggg00" class="txt">2018-01-25 15:37:06</span></div></dd><dd><a class="txt_title" href="/page/2017/1219/15155795.shtml" target="_blank" title="集水明排與深井井點(diǎn)聯(lián)合降水工程應(yīng)用">集水明排與深井井點(diǎn)聯(lián)合降水工程應(yīng)用</a><div id="syggg00" class="rsorc"><a href="/bk/zggwjs/201711.html" class="ly" title="中國(guó)港灣建設(shè)(2017年11期)">中國(guó)港灣建設(shè)(2017年11期)</a><span id="syggg00" class="txt">2017-12-19 12:27:05</span></div></dd><dd><a class="txt_title" href="/page/2017/0721/15240196.shtml" target="_blank" title="織起一張共管網(wǎng)">織起一張共管網(wǎng)</a><div id="syggg00" class="rsorc"><a href="/bk/zggl/20178.html" class="ly" title="中國(guó)公路(2017年8期)">中國(guó)公路(2017年8期)</a><span id="syggg00" class="txt">2017-07-21 14:26:20</span></div></dd><dd><a class="txt_title" href="/page/2016/0228/16511146.shtml" target="_blank" title="楚商電排站基坑降水井點(diǎn)的設(shè)計(jì)及其應(yīng)用">楚商電排站基坑降水井點(diǎn)的設(shè)計(jì)及其應(yīng)用</a><div id="syggg00" class="rsorc"><a href="/bk/zgsnjdqh/201611.html" class="ly" title="中國(guó)水能及電氣化(2016年11期)">中國(guó)水能及電氣化(2016年11期)</a><span id="syggg00" class="txt">2016-02-28 11:28:40</span></div></dd><dd><a class="txt_title" href="/page/2016/0227/20549293.shtml" target="_blank" title="輕型井點(diǎn)降水技術(shù)在給排水工程深基坑中應(yīng)用">輕型井點(diǎn)降水技術(shù)在給排水工程深基坑中應(yīng)用</a><div id="syggg00" class="rsorc"><a href="/bk/syhgjs/20164.html" class="ly" title="石油化工建設(shè)(2016年4期)">石油化工建設(shè)(2016年4期)</a><span id="syggg00" class="txt">2016-02-27 15:03:18</span></div></dd><dd><a class="txt_title" href="/page/2015/1130/20985799.shtml" target="_blank" title="鹽田隧道出口井點(diǎn)降水施工實(shí)踐">鹽田隧道出口井點(diǎn)降水施工實(shí)踐</a><div id="syggg00" class="rsorc"><a href="/bk/sjztlzyjsxyxb/20153.html" class="ly" title="石家莊鐵路職業(yè)技術(shù)學(xué)院學(xué)報(bào)(2015年3期)">石家莊鐵路職業(yè)技術(shù)學(xué)院學(xué)報(bào)(2015年3期)</a><span id="syggg00" class="txt">2015-11-30 08:41:07</span></div></dd></div> </div><div id="syggg00" class="other_pel mt80"> <p class="fl"><a href="/bk/znjsjyyy/20191.html" target="_blank"><img src="https://cimg.fx361.com/images/2022/1127/833a8c137450b57f239dad7623107400d2619ec2.webp" alt=""></a><span id="syggg00" class="p1"><a href="/bk/znjsjyyy/" target="_blank">智能計(jì)算機(jī)與應(yīng)用</a></span><span id="syggg00" class="p2"><a href="/bk/znjsjyyy/20191.html" target="_blank">2019年1期</a></span></p> <dl class="fl"><dt>智能計(jì)算機(jī)與應(yīng)用的其它文章</dt><dd><a href="/page/2019/1126/11791619.shtml" title="大數(shù)據(jù)時(shí)代計(jì)算機(jī)網(wǎng)絡(luò)信息安全問題探討">大數(shù)據(jù)時(shí)代計(jì)算機(jī)網(wǎng)絡(luò)信息安全問題探討</a></dd><dd><a href="/page/2019/1126/11790159.shtml" title="Web服務(wù)QoS預(yù)測(cè)與主動(dòng)推薦方法綜述">Web服務(wù)QoS預(yù)測(cè)與主動(dòng)推薦方法綜述</a></dd><dd><a href="/page/2019/1126/11788978.shtml" title="計(jì)算機(jī)視覺中相似度學(xué)習(xí)方法的研究進(jìn)展">計(jì)算機(jī)視覺中相似度學(xué)習(xí)方法的研究進(jìn)展</a></dd><dd><a href="/page/2019/0111/11791738.shtml" title="基于EasyDL的超新星自動(dòng)搜尋系統(tǒng)設(shè)計(jì)">基于EasyDL的超新星自動(dòng)搜尋系統(tǒng)設(shè)計(jì)</a></dd><dd><a href="/page/2019/0111/11790318.shtml" title="植入(l, d)模體發(fā)現(xiàn)若干算法的實(shí)現(xiàn)與比較">植入(l, d)模體發(fā)現(xiàn)若干算法的實(shí)現(xiàn)與比較</a></dd><dd><a href="/page/2019/0111/11790117.shtml" title="中文復(fù)述問句生成技術(shù)研究">中文復(fù)述問句生成技術(shù)研究</a></dd></dl> </div></div> </div> </div> <div id="syggg00" class="sidebarR"> <!-- tab選項(xiàng)卡 --> <div id="syggg00" class="tab01 mb20"><div id="syggg00" class="tabArrow"></div><div id="syggg00" class="tabItem"><div id="syggg00" class="tabTit"><a href="#">雜志排行</a></div> <div id="syggg00" class="tabCont"><ol><li><p class="row01"><span id="syggg00" class="topNum">1</span><a href="/bk/sdjy/202410.html" class="row01a">《師道·教研》</a><span id="syggg00" class="row01_fr"><a href="/bk/sdjy/202410.html">2024年10期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">2</span><a href="/bk/swyzhsby/202411.html" class="row01a">《思維與智慧·上半月》</a><span id="syggg00" class="row01_fr"><a href="/bk/swyzhsby/202411.html">2024年11期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">3</span><a href="/bk/xdgyjjhxxh/20242.html" class="row01a">《現(xiàn)代工業(yè)經(jīng)濟(jì)和信息化》</a><span id="syggg00" class="row01_fr"><a href="/bk/xdgyjjhxxh/20242.html">2024年2期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">4</span><a href="/bk/wxxsyb/202410.html" class="row01a">《微型小說月報(bào)》</a><span id="syggg00" class="row01_fr"><a href="/bk/wxxsyb/202410.html">2024年10期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">5</span><a href="/bk/gywsw/20241.html" class="row01a">《工業(yè)微生物》</a><span id="syggg00" class="row01_fr"><a href="/bk/gywsw/20241.html">2024年1期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">6</span><a href="/bk/xl/20249.html" class="row01a">《雪蓮》</a><span id="syggg00" class="row01_fr"><a href="/bk/xl/20249.html">2024年9期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">7</span><a href="/bk/sjbl/202421.html" class="row01a">《世界博覽》</a><span id="syggg00" class="row01_fr"><a href="/bk/sjbl/202421.html">2024年21期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">8</span><a href="/bk/zxqyglykj/20246.html" class="row01a">《中小企業(yè)管理與科技》</a><span id="syggg00" class="row01_fr"><a href="/bk/zxqyglykj/20246.html">2024年6期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">9</span><a href="/bk/xdsp/20244.html" class="row01a">《現(xiàn)代食品》</a><span id="syggg00" class="row01_fr"><a href="/bk/xdsp/20244.html">2024年4期</a></span></p></li><li><p class="row01"><span id="syggg00" class="topNum">10</span><a href="/bk/wszyjy/202410.html" class="row01a">《衛(wèi)生職業(yè)教育》</a><span id="syggg00" class="row01_fr"><a href="/bk/wszyjy/202410.html">2024年10期</a></span></p></li></ol> </div></div> </div> </div> <div id="syggg00" class="clr"></div> </div> </div> <!--div class="advertisement"> </div--> <div id="syggg00" class="footer"> <p><a href="/aboutus/index.html">關(guān)于參考網(wǎng)</a></p> </div> <script> if ('serviceWorker' in navigator) { window.onload = function () { navigator.serviceWorker.register('/sw.js'); }; } </script> <script type="text/javascript" src="https://s1.pstatp.com/cdn/expire-1-M/jquery/3.4.0/jquery.min.js"></script> <script type="text/javascript" src="https://s1.pstatp.com/cdn/expire-1-M/sticky-kit/1.1.3/sticky-kit.min.js"></script> <script type="text/javascript"> document.write('<script src="https://js.fx361.com/index.js"><\/script>'); </script> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <div style="position:fixed;left:-9000px;top:-9000px;"></div> <div id="pl_css_ganrao" style="display: none;"></div> <a href="http://m.zgkjsz.com/" title="国产日韩欧美一区二区三区三州_亚洲少妇熟女av_久久久久亚洲av国产精品_波多野结衣网站一区二区_亚洲欧美色片在线91_国产亚洲精品精品国产优播av_日本一区二区三区波多野结衣 _久久国产av不卡">国产日韩欧美一区二区三区三州_亚洲少妇熟女av_久久久久亚洲av国产精品_波多野结衣网站一区二区_亚洲欧美色片在线91_国产亚洲精品精品国产优播av_日本一区二区三区波多野结衣 _久久国产av不卡</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.lilinrong.com" target="_blank">井陉县</a>| <a href="http://m.kmsjw.net" target="_blank">苍溪县</a>| <a href="http://www.bloodtear.com" target="_blank">泉州市</a>| <a href="http://www.bmdyz.com" target="_blank">汉川市</a>| <a href="http://juyiyun.net" target="_blank">抚州市</a>| <a href="http://www.xinyajs.com" target="_blank">衡阳市</a>| <a href="http://xq0759.com" target="_blank">湖州市</a>| <a href="http://hongshanzha.net" target="_blank">于田县</a>| <a href="http://m.exsde.com" target="_blank">县级市</a>| <a href="http://www.jydxs.net" target="_blank">太湖县</a>| <a href="http://putiangps.net" target="_blank">宣威市</a>| <a href="http://m.ty-hs.com" target="_blank">石家庄市</a>| <a href="http://www.ccr99.com" target="_blank">江北区</a>| <a href="http://ycxsjt.com" target="_blank">剑阁县</a>| <a href="http://m.sfhzb.com" target="_blank">蒲江县</a>| <a href="http://m.bjtydc.com" target="_blank">天祝</a>| <a href="http://www.17173h.com" target="_blank">彩票</a>| <a href="http://www.jinwuzi.net" target="_blank">德清县</a>| <a href="http://thinkingsam.com" target="_blank">调兵山市</a>| <a href="http://m.xaqyj.com" target="_blank">瓦房店市</a>| <a href="http://m.runsq.com" target="_blank">托里县</a>| <a href="http://m.ggrmjw.com" target="_blank">凌海市</a>| <a href="http://www.nbcmc.com" target="_blank">郎溪县</a>| <a href="http://www.taob8.com" target="_blank">长治县</a>| <a href="http://lanrensoft.com" target="_blank">榆林市</a>| <a href="http://m.yifengdao.com" target="_blank">璧山县</a>| <a href="http://m.xbstoy.com" target="_blank">云阳县</a>| <a href="http://m.sdtransocean.com" target="_blank">巢湖市</a>| <a href="http://www.feitianyi.com" target="_blank">芮城县</a>| <a href="http://www.tjxy110.com" target="_blank">德江县</a>| <a href="http://www.gztongchuang.com" target="_blank">新安县</a>| <a href="http://wmtcu.com" target="_blank">霍州市</a>| <a href="http://gzymyg.com" target="_blank">永福县</a>| <a href="http://sanheok.com" target="_blank">新田县</a>| <a href="http://kmtdzl.com" target="_blank">兴和县</a>| <a href="http://www.vtaoke.net" target="_blank">武陟县</a>| <a href="http://www.tjxy110.com" target="_blank">西盟</a>| <a href="http://www.song-h.com" target="_blank">枣庄市</a>| <a href="http://m.qhdchache.com" target="_blank">夹江县</a>| <a href="http://sznuosiyou.net" target="_blank">张家界市</a>| <a href="http://chulichuwai.com" target="_blank">惠水县</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="tbnxj" class="pl_css_ganrao" style="display: none;"><strong id="tbnxj"></strong><sub id="tbnxj"></sub><acronym id="tbnxj"></acronym><label id="tbnxj"><th id="tbnxj"></th></label><video id="tbnxj"><address id="tbnxj"><p id="tbnxj"><var id="tbnxj"></var></p></address></video><legend id="tbnxj"><label id="tbnxj"></label></legend><strike id="tbnxj"><var id="tbnxj"><small id="tbnxj"><ins id="tbnxj"></ins></small></var></strike><thead id="tbnxj"><dfn id="tbnxj"><dfn id="tbnxj"><mark id="tbnxj"></mark></dfn></dfn></thead><span id="tbnxj"><legend id="tbnxj"></legend></span><ol id="tbnxj"><pre id="tbnxj"></pre></ol><span id="tbnxj"></span><thead id="tbnxj"></thead><span id="tbnxj"></span><mark id="tbnxj"><form id="tbnxj"></form></mark><ruby id="tbnxj"><thead id="tbnxj"></thead></ruby><u id="tbnxj"><mark id="tbnxj"></mark></u><big id="tbnxj"><ol id="tbnxj"><pre id="tbnxj"><video id="tbnxj"></video></pre></ol></big><label id="tbnxj"></label><menuitem id="tbnxj"></menuitem><dl id="tbnxj"><pre id="tbnxj"><video id="tbnxj"><em id="tbnxj"></em></video></pre></dl><video id="tbnxj"><sub id="tbnxj"><div id="tbnxj"><strong id="tbnxj"></strong></div></sub></video><label id="tbnxj"><u id="tbnxj"><mark id="tbnxj"><form id="tbnxj"></form></mark></u></label><menuitem id="tbnxj"><span id="tbnxj"></span></menuitem><menuitem id="tbnxj"></menuitem><form id="tbnxj"><ins id="tbnxj"></ins></form><var id="tbnxj"><form id="tbnxj"></form></var><video id="tbnxj"><sub id="tbnxj"><div id="tbnxj"><strong id="tbnxj"></strong></div></sub></video><u id="tbnxj"><ruby id="tbnxj"></ruby></u><th id="tbnxj"></th><meter id="tbnxj"><pre id="tbnxj"></pre></meter><strong id="tbnxj"><form id="tbnxj"><output id="tbnxj"><sub id="tbnxj"></sub></output></form></strong><big id="tbnxj"><dl id="tbnxj"><pre id="tbnxj"><track id="tbnxj"></track></pre></dl></big><thead id="tbnxj"><label id="tbnxj"></label></thead><strong id="tbnxj"><form id="tbnxj"></form></strong><strike id="tbnxj"></strike><pre id="tbnxj"><video id="tbnxj"><em id="tbnxj"><div id="tbnxj"></div></em></video></pre><listing id="tbnxj"><dfn id="tbnxj"><menuitem id="tbnxj"><span id="tbnxj"></span></menuitem></dfn></listing><style id="tbnxj"></style><ol id="tbnxj"><pre id="tbnxj"><video id="tbnxj"><tt id="tbnxj"></tt></video></pre></ol><strong id="tbnxj"><optgroup id="tbnxj"><video id="tbnxj"><sub id="tbnxj"></sub></video></optgroup></strong><track id="tbnxj"><em id="tbnxj"></em></track><thead id="tbnxj"><legend id="tbnxj"></legend></thead><form id="tbnxj"></form><em id="tbnxj"><big id="tbnxj"></big></em><acronym id="tbnxj"><style id="tbnxj"></style></acronym><thead id="tbnxj"><dfn id="tbnxj"></dfn></thead><menuitem id="tbnxj"><span id="tbnxj"></span></menuitem><span id="tbnxj"><thead id="tbnxj"></thead></span><sup id="tbnxj"><label id="tbnxj"></label></sup><style id="tbnxj"><th id="tbnxj"><b id="tbnxj"><progress id="tbnxj"></progress></b></th></style></div> </html><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'92727d30bd1ac32e',t:'MTc0MzExNjI3MC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script>