development tool 中文意思是什麼

development tool 解釋
開發工具, 研製工具
  • development : n. 1. 發展,發達;進化。2. 展開;擴充;開發。3. 發達物,新事物,發展階段。4. 【生物學】發育(史);【軍,數】展開;【攝影】顯影,顯像;【音樂】展開(部);研製,研製成果。
  • tool : n 1 工具,用具,器具;【機械工程】刀具;工具母機 (=machine tool)。2 爪牙,傀儡,走狗;〈美俚〉...
  1. The water - depth computer monitoring system collects data from gps, multi - frequency fathometer ( 16 frequencies ) and plc network. based on the analysis of these data, a three - dimensional underwater ground profile is presented for the scheduled area of geotextiles - laying, the development tool of the three - dimensional underwater ground profile is opengl. this thesis is organized into five chapters

    水深計算機監控系統採集來自gps 、多通道測深儀( 16通道)以及plc網路的數據,將這些數據進行處理后,顯示待鋪設軟體排的小區域內的三維水下地形,三維地形的開發採用目前國際上流行的三維圖形介面opengl 。
  2. For the goal of isomerism integration, this thesis explores the edi technology and the web service schema and introduces the development tool, microsoft. net framework

    而後針對系統異構集成的需求,探討了edi技術和webservice體系並利用microsoft . net工具給出了實現辦法。
  3. Using 3d max 4. 0 to do stereogram and three - dimensional animation, using photoshop 6. 0 to do the picture of background, button, icon, using cool edit pro 2. 0 to record commentary. using object - oriented multimedia development tool - visual basic 6. 0 to compose picture, image, animation text, sound. finally, using inno setup 3 to encapsulate software, making installation procedure

    選用3dmax4 . 0製作三維立體圖和三維動畫,用photoshop6 . 0製作背景圖、按鈕、圖標,使用cooleditpro2 . 0錄制聲音,用面向對象的可視化多媒體開發工具visualbasic6 . 0將製作的圖片、圖像、動畫、文本、聲音進行合成,最後用innosetup3對軟體進行封裝,製作安裝程序。
  4. In this paper, the base principle and structure of kbs. ( knowledge base system ) is explained first, and then discuss bp neuralwork, rbf network on structure and atithmetic. in detail. the mixed diagnostic expert system bases on microsoft windows, microsoft vc + + 6. 0 is choosed as program development tool, microsoft sql server2000 is choosed as database development tool. it is composed of four parts

    本論文對混合型專家的理論和實現方法進行研究,詳細地討論了知識庫規則的構造、管理,對bp演算法、徑向基神經網路rbf演算法作了深入的探討和分析,並以船舶動力裝置故障診斷為對象實現混合型專家系統在其上的應用。
  5. 4. support linux encryption module - latest microdog v3. 4 adds the support to encryption of development software under linux environment, newly added kylix encryption modules include the cbuilder kylix module supporting cbuilder development tool under linux and delphi kylix module support dephi development tool

    5增加了authorware模組6增加了vb遠端升級多模組的模組7增加了asp . net的模組使用c
  6. Codewarrior is pretty much the " standard " development tool for palmos ; it s the tool that palm computing uses to develop the os, for example

    Codewarrior是用來開發palmos相當「標準」的開發工具;例如,它是palm computing用來開發該操作系統的工具。
  7. Expert controller and non - control expert system can be developed by " the expert control system development tool base ipc " ( ecss ), and expert controller can run with scada

    基於工業pc機的專家控制系統開發工具( ecss )能夠開發出專家控制器和不用於控制的非控制型專家系統,其中專家控制器能夠和工控組態軟體集成運行。
  8. However, according to ann ' s theory, making use of visual basic development tool, friendly - interface single output three layers " artificial neural network generator base on improved bp algorithm has been developed by the author, and after constructing the model, the value of d _ ( cmax ), finally the gross bed - load transport rate of non - uniform sediment with a wide distribution in flume experiment of stead sediment transportation have been forecasted

    筆者採用的途徑則是根據人工神經網路理論,利用vb開發出界面友好、基於改進bp演算法的多輸入單輸出三層神經網路生成器軟體,並採用該生成器建模,對平衡輸沙狀態下的水槽輸沙試驗的d _ ( cmax )和總輸沙率進行預測計算。
  9. It s worth noting that db2 viper ships with a developer s workbench, an eclipse - based development tool that includes a graphical xquery builder to help users generate and test queries

    應該注意, db2 viper附帶一個developer s workbench ,這是一種基於eclipse的開發工具,其中包含的圖形化xquery構建器可以幫助用戶生成和測試查詢。
  10. As a crucial embedded development tool, the embedded system debugger is usually used to debug and test embedded software 。 a embedded system debugger consists of a cross debugger and a debugger agent, which characteristic lies in the separation of running environments between the cross debugger and the debuggee and the dependence on the gdb agent in the debug session 。 with the development of embedded technique, various embedded debug techniques continuously advance and all kinds of embedded system debuggers are playing a more and more important role in the embedded software development 。 the gnu debugger, gdb as a tool in the gnu toolkits, is an extremely powerful source - level debugger 。 among gdb ’ s many noteworthy features, its ability to debug programs “ remote ” is fascinating 。 this capability is not only essential when porting gnu tools to a new operation system or microprocessor, but it ’ s also useful for developers who need to debug an embedded system based on a processor that gnu already supports 。 gdb is the preferred solution in embedded development because it provides portable, sophisticated debugging over a broad rang of embedded systems 。 this paper discusses the status quo of various embedded system debuggers ; deeply analyses the overall structure of gdb and the debugging mechanism of gdb based on its source codes ; introduces the gdb ’ s remote debug technique and gdb / mi, which are usually used to develop the gdb - based embedded system debugger 。 then dwells on how to use gdb / mi to develop a gui front and how to use rsp 、 stub and gdbserver to design a debug agent, in order to expatiate on the design method of the gdb - based embedded system debugger 。 in the end, provides a concrete implementation of the gdb - based embedded system debugger of “ embedded simulation development platform ”, the project of the innovation fund for technology based firms 。

    這個特性不僅在將gnu工具移植到一個新的操作系統和微處理器的時候很有用,對于想調試一個基於gnu支持的晶元的嵌入式系統的開發人員來說,也是非常有用的。由於gdb提供了在大多數嵌入式系統上的可移植的、復雜的調試功能,它已成為嵌入式開發的首選解決方案。本文討論了當前的各種嵌入式調試器的現狀,結合源代碼詳細分析了gdb的結構和調試原理,介紹了開發基於gdb的嵌入式系統調試器常用的遠程調試技術和gdb / mi介面;然後詳細闡述了如何使用gdb / mi開發gdb的圖形前端和怎樣使用rsp協議、 stub和gdbserver設計一個調試代理,從而較深入地討論了基於gdb的嵌入式調試器的設計方法;最後,結合國家中小型企業創新基金項目「嵌入式模擬開發平臺」 ,給出了一個基於gdb的嵌入式系統調試器具體實現。
  11. It was to recognise hong kong - originated web sites for excellence in design, functionality, innovativeness, and value as a business development tool

    該項比賽是表揚一些由本地製作及發展的優質網址,並以其設計功能創意及作為商業發展工具的價值來評分。
  12. A oftware development tool that tra late human - readable a embly languageprogram into machine - language i tructio that the roce or ca understandand execute

    一個能把人可讀的匯編語言程序轉換到處理器可理解和運行的機器指令的軟體開發工具。
  13. A software development tool that translates human - readable assembly language programs into achine - language instructions that the processor can understandand execute

    一個能把人可讀的匯編語言程序轉換到處理器可理解和運行的機器指令的軟體開發工具。
  14. A software development tool that translates human - readable assembly language programs into machine - language instructions that the processor can understandand execute

    一個能把人可讀的匯編語言程序轉換到處理器可理解和運行的機器指令的軟體開發工具。
  15. Finally, the paper applies vc + + 6. 0 as the development tool to accomplish cable crane simulation and optimization software system

    最後,論文應用vc + + 6 . 0作為開發工具,完成纜索起重機的模擬與優化軟體系統。
  16. In this system, we are based on object - oriented methods, and encapsulate business models to classes, so assure this system ' s security, and adopting client / server pattern, using powerful and easily - learned development tool - delphi 7, and sql server 2000 on database, we establishes a new evaluation index system focusing on innovative qualities, which is different from traditional comprehensive evaluation on school ' s talents

    其中系統的分析和設計是按照面向對象的分析設計思路,將系統的業務邏輯封裝成組件,保證了系統的安全性。系統採取c s ( client server )構架模式,採用功能強大、簡單易學的delphi7開發,后臺數據庫採用sqlserver2000 ,在具體的實現採用組件開發方式。
  17. This paper combines the application and research of cellular manufacturing resource management system in high - efficient numerical control machining technique research of commission of science technology and industry for national defense and demonstration project research of chengdu aerocraft corporation, studies and practice the management of workshop ' s resource management which according to mrp hand jit " s thoughts and the characteristic of manufacturing execution system to meet advanced management concept ; have realized the computer - assisted management of the measuring tool, cutter, fixture and material in numerical control manufacturing center of chengdu aerocraft corporation, have introduced some manage method, concept and the management thought in production planning and controlling management, stock management and cost management ; makes the information of cost manage department, technology department and resource management department can be shared and integrated with each other, have guaranteed the production of numerical control manufacturing center of chengdu aerocraft corporation can go on by order ; this paper is taking the management of cutter as a sample, have studied the major working process and the realistic demand of resource management in the environment of numerical control ; have established systematic function model and information model with the method of idefo, idef1x ; under the support of intranet, with the method of joint application and development, combines advanced management theory and reality, using mature software development tool, this paper have developed the computer - aided manufacturing resource management software under the pattern of c / s

    本文結合國防科工委「高效數控加工技術研究?成飛示範工程」課題中單元化製造資源管理系統的研究與應用,從車間層開始圍繞製造資源計劃( mrp )和準時制生產( justintime ,簡稱jit )的需求並結合製造執行系統( manufacturingexecutionsystem )的特點對車間資源的管理作了一定的研究和探討,並付諸實踐,以適應先進的管理理念;實現了成飛數控加工中心刀具、量具、工裝、物料等製造資源的計算機輔助管理,介紹了一些計劃與調度管理、庫存管理、成本管理的管理思想、理念及方法,完成了與車間生產調度部門、工藝部門、經營管理部門的信息共享和集成,從製造資源的角度保證了成飛數控加工中心的生產能有序、受控的進行;對今後的車間層製造資源管理探索出了一條切實可行的解決途徑。本文以刀具管理為例,研究了高效數控環境下製造資源管理的現實需求及主要的工作流程;採用idefo 、 idef1x方法建立了系統的功能模型和信息模型;並在車間局域網的支持下,採用聯合應用開發( jad )方法(即程序開發人員與最終用戶共同開發系統) ,以先進的管理理論為指導,結合生產現場的實際情況,利用成熟的軟體開發工具開發了c s模式下的計算機輔助製造資源管理系統軟體。
  18. A parametric cad system and development tool for engineering, computer aided design, and product modeling applications, with free download for linux and windows

    -華東師范大學地理計算課題組。包括區域規劃,城鎮規劃,土地利用規劃,生態經濟規劃, gis應用系統開發等。
  19. Therefore, for realizing modernization of land resources management of our nation quickly, being meet for the need of land management department, this paper utilized that computer software technology was combined with the development tool of geography information system ( gis ) to create the land resources ecological economical suitability evaluation system ( lres ), and attempted scientific management to land resources of zhao zhuang village yan er gou watershed yenan city in order to realize in control exactly of land use present condition in time and supply with decision - making support for this areas

    為了加快實現我國土地資源管理的現代化步伐,滿足土地管理部門對土地資源管理的需求,實現土地資源生態經濟適宜性評價的實時性、動態性。作者利用計算機技術與地理信息系統技術相結合,建立了延安燕兒溝流域趙莊村的土地生態經濟適宜性評價系統,嘗試了對該村的土地資源進行科學管理,用以實現對土地利用現狀及經營情況及時、準確地掌握,為相關人員提供信息服務和技術支撐。
  20. For the top ten software development tool projects based on popularity and stability, the average team size was 10. 3 people, and the median was 9. two teams had only two developers, and two had more than twenty

    前沿的十個軟體發展工具專案(基於通俗性和穩定性) ,平均團隊人數為10 . 3 ,中等規模的團隊一般為9人。只有兩個團隊僅包括兩位開發者,另外,還有兩個團隊的人數超過了20 。
分享友人