ONOFF
划词翻译
导航
建议反馈
词典App

软件开发环境的英文

  • software development environment

"查查词典"手机版

千万人都在用的超大词汇词典翻译APP

  • 例句与用法
  • 3 . aiming at core structure and instruction set of blackfin533 dsp , software development environment of visual dsp4 . 0 is studied . then decoding algorithm is programed and optimized , by analyzing key parts of decoding of h . 264
    3 .针对blackfin533dsp的内核结构和指令集,学习使用visualdsp4 . 0软件开发环境,对h . 264解码的关键部分进行原理分析,编写并优化了解码算法,最终在产品板上对cif格式视频实现实时解码。
  • Nowadays , in order to meet the needs of rapid and efficient development , traditional method of software development has to establish a better environment and apply more reusable modules . system model emerges as the times require
    如何快速且高质量地开发出满足不同需求的软件,在这个问题上,传统的软件开发方法已显得无能为力了,建立更好的软件开发环境,开发和采用可复用的软件组件成为解决这一问题的最佳方法。
  • Abstract : this paper introduced the development environment and method tothe stamping technology and dies cad of revolving parts , and put forward some key technology , such as technological criterion , data management , object linking and embedding , and parametric drawing
    文摘:介绍了旋转体冲压件成形工艺及模具cad软件开发环境及开发方法,探讨了其中的关键技术,提出了工艺准则建立、数据管理、软件接口、图形参数化驱动是其中的关键。
  • Based on static class diagram in uml and alsd , we carefully researched the mechanism of making codes and developed an integrated environment developing software . we aim at building the program code . which make the programming completely visualize by organically unify the modeling and coding , at
    本文以程序代码的生成为目标,以uml的静态类图和alsd为基础,结合uml的静态类图与alsd ,探讨了有关的代码生成机制,设计和实现了一个软件开发环境
  • 5 . otherwise , the paper is concerned with / introduces the property and application of the new float dsp chip tms320c6701 , the structure of tms320c6701 evm board and the software code composer studio ( ccs ) . the algorithms mentioned above are testified on the board
    5 .此外,本文还介绍了美国ti公司的新一代浮点dsp芯片tms320c6701的一些特点与应用,以及tms320c6701evm板的结构特点和软件开发环境ccs ,本文所研究的算法均在tms320c6701evm板上通过了验证。
  • And achieve the real - time reconstruction of linux kernel schedule mechanism and small granularity timer by studying the real - time schedule policy edf and rm . meanwhile , the thesis analyses the method of linux schedule mechanism and double kernel mechanism . research and achieve the quicklaunch mechanism in embedded qt , aimed to the demand of embedded system to embedded gui . it is based on mpc5200 environment , so i also describe the embedded linux system about mpc5200 and achieve the logic address and function design of hardware and construct the development environment of software
    研究了实时调度策略edf和rm ,结合linux定时器原理,实现了实时化改造linux内核调度机制和细粒度定时器,有效提高了linux系统的实时性,并详细分析了linux调度策略的实现和双内核实时化改造机制。针对嵌入式系统对嵌入式gui的要求,分析并实现了基于嵌入式qt的quicklaunch机制。本文的研究工作都是基于mpc5200嵌入式系统开发基础之上,所以本文又对基于mpc5200的嵌入式linux系统设计进行了描述,实现了硬件的逻辑地址和功能设计以及软件开发环境的搭建。
  • The thesis is completed based on the research work during the authofs practice in the ict ( institute of computing technology ) of cas ( science academy of china ) in the sub - project called " research and development on embedded operating system for digital appliance " of the national " 863 " plan project named " research on key digital technique and digital products " . program debugging is a comparatively important step in software development cycle and debugger is an important factor determining whether a software development environment is good or not . at the firstthe software development environment of embedded system . software debugging . the basic principles abided by in debugger design and the features of software debugging in embedded system are outlined . the design and implementation of debugger is always based on the analysis of the specific object file format containing debugging information
    本篇论文是根据作者在中科院计算所实习期间参与的国家“ 863 ”计划项目“数字化关键技术与产品研究”的子项目“数字化家电用嵌入式操作系统的研究与开发”而写成的。调试在软件开流程中是一个比较重要的环节,调试器是衡量一个软件开发环境优劣的重要因素。论文首先对嵌入式系统软件开发环境、软件调试、调试器设计所遵循的基本原理以及嵌入式系统中软件调试的特点作了一个概述。
  • In spit of the fundamental functions the emulator needs , we designed the automatic generator of codes and integrate it in the software development environment . the generator can automatically produce the c or asm source codes , provided with the requests and necessary parameters as the developers want . this function will highly reduce the time of development , improve the efficiency and advance the stability and reliability of the code
    软件部分是本仿真器最具特色的地方,作者除了设计仿真器所必需的基本功能外,还设计了源代码自动生成器,并使之和仿真器软件开发环境有机的结合在一起;单片机开发工程师只需向源代码自动生成器提出要求,并输入必要参数,源代码自动生成器能够根据单片机开发工程师的愿望,自动生成相应的c或asm源代码,码的自动生成大大减轻了单片机开发工程师的劳动强度,提高了源代码的开发效率,增强了c或asm源代码的稳健性和可靠性。
  • Developing the device driver under embedded linux operating system is the complicated but highly significant , it asks developing personnel to possess fixed theory foundation and plenty of experience . this paper introduced the general architecture of the embedded communication platform and studied the methods of developing the embedded system software under the embedded linux operating system on this communication platform , studied the debug technology of embedded linux software . this paper designed and realized the driver of i2c interface of embedded linux operating system and design user ' s application of i2c interface on the communication platform , the design has been also realized the driver of the ethernet interface of embedded linux operating system
    论文介绍了自行研制开发的嵌入式通信平台的总体结构,总结了在该通信平台上基于嵌入式linux操作系统进行软件开发的方法,具体研究了软件开发环境的构建方法与嵌入式linux下的软件调试技术;通过对linux下的设备驱动程序原理的分析,总结了不同类型的设备驱动程序的设计思想与实现方法;在此平台上设计并实现了基于嵌入式linux操作系统的i ~ 2c总线接口的驱动;设计了通信平台上i ~ 2c接口的用户应用程序;设计、实现了基于嵌入式linux操作系统的以太网接口的驱动。
  • As numerous technical and factitious factors make the development environment of the software system more complicated and more difficult to manage , people have noticed gradually that case develops the important function in the project of the software system . and as an important content of case , the software configuration management becomes the essential terms for stcngthening the development management of software and setting up of the standardized software development environment
    随着众多技术的和人为的因素使得软件系统的开发环境日趋复杂化而难以管理,人们逐渐注意到了case技术在软件系统开发工程中的重要作用,而作为case技术的一项重要内容,软件配置的一致性维护也成为加强软件开发管理,建立规范化的软件开发环境的必要条件。
  • 更多例句:  1  2  3  4  5
  • 推荐英语阅读
软件开发环境的英文翻译,软件开发环境英文怎么说,怎么用英语翻译软件开发环境,软件开发环境的英文意思,軟件開發環境的英文软件开发环境 meaning in English軟件開發環境的英文软件开发环境怎么读,发音,例句,用法和解释由查查在线词典提供,版权所有违者必究。
Last modified time:Thu, 14 Aug 2025 00:29:56 GMT

说出您的建议或使用心得