虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

production-ready

  • In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the

    In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the first model, we study the effects of supply disruption risk in a supply chain where one buyer deals with competing risky suppliers who may default during their production lead-times.

    标签: approaches bankruptcy the consider

    上传时间: 2014-08-04

    上传用户:lanjisu111

  • I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driv

    I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driver to use this library. I choose array for ready queue,and strcut for Thread Control Block.

    标签: initiallize implement operating include

    上传时间: 2016-01-26

    上传用户:xc216

  • Developing internationalized products is a continuous balancing act. Developers and their managers o

    Developing internationalized products is a continuous balancing act. Developers and their managers often grossly underestimate the level of effort and attention to detail required to create either a world-ready, single-binary application ready for use in many different markets, or high-quality, foreign-language editions of a product. If you are a developer, make sure your management understands what is involved.

    标签: internationalized Developing Developers continuous

    上传时间: 2014-12-05

    上传用户:TRIFCT

  • The first task at hand is to set up the endpoints appropriately for this example. The following code

    The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6 as a Bulk IN endpoint, also 4x buffered of size 512. This set-up utilizes the maximum allotted 4-KB FIFO space. It also sets up the FIFOs for manual mode, word-wide operation, and goes through a FIFO reset and arming sequence to ensure that they are ready for data operations

    标签: appropriately The endpoints following

    上传时间: 2013-12-02

    上传用户:dianxin61

  • The first edition of this book ranks among the small (very small) number of books that I credit with

    The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.

    标签: small edition credit number

    上传时间: 2013-12-29

    上传用户:talenthn

  • Programs in the irregular grid design package described in this manual are used to carry out five ma

    Programs in the irregular grid design package described in this manual are used to carry out five main functions: verification and adjustment of coastline and bathymetric data preparation of an irregular triangular depth grid covering the domain to be modelled production of a preliminary irregular triangular model grid with nodes suitably positioned for accurate and efficient numerical modelling interactive checking and editing, including trimming and joining, of model grid display and plotting of model output.

    标签: described irregular Programs package

    上传时间: 2016-04-09

    上传用户:fnhhs

  • The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart e

    The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.

    标签: free-of-charge compatible KickStart modules

    上传时间: 2014-01-09

    上传用户:498732662

  • CLIPS是一个专家系统

    CLIPS是一个专家系统,它用C语言编定。全称是The C Language Integrated Production System. 它可以应用到很多的系统上,如Microsoft Windows,Macintosh,VAX 11/780等。事实上,由于CLIPS 由C语言编写,所以理论上,只要有C语言的编绎器,我们可以将CLIPS移值到任何的系统上。 专家系统是将某领域专家们的知识与经验,经过知识加工服务的过程,建立一套以推理的方式来解 决问题的系统。它就像某一领域的专家一样,能够对该领域的一系列问题进行判定。比如医学疹断 专家系统(疹断各种疾病),农业分析系统等。

    标签: CLIPS

    上传时间: 2016-07-04

    上传用户:waizhang

  • CLIPS是一个专家系统

    CLIPS是一个专家系统,它用C语言编定。全称是The C Language Integrated Production System. 它可以应用到很多的系统上,如Microsoft Windows,Macintosh,VAX 11/780等。事实上,由于CLIPS 由C语言编写,所以理论上,只要有C语言的编绎器,我们可以将CLIPS移值到任何的系统上。 专家系统是将某领域专家们的知识与经验,经过知识加工服务的过程,建立一套以推理的方式来解 决问题的系统。它就像某一领域的专家一样,能够对该领域的一系列问题进行判定。比如医学疹断 专家系统(疹断各种疾病),农业分析系统等。

    标签: CLIPS

    上传时间: 2013-12-24

    上传用户:JIUSHICHEN

  • 在采用多道程序设计的系统中

    在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理机数时,就必须依照某种策略来决定哪些进程优先占用处理机。本实验模拟在单处理机情况下的处理机调度,帮助学生加深了解处理机调度的工作。 二、实验类型 设计型。 三、预习内容 预习课本处理机调度有关内容,包括进程占用处理机的策略方法。 四、实验要求与提示 设计进程调度算法,进程数不定;包含几种调度算法,并加以实现;输出进程的调度过程——进程的状态、链表等。要求使用优先权法和轮转法模拟进程调度过程。 【提示】:简化假设 1) 进程为计算型的(无I/O) 2) 进程状态:ready、running、finish 3) 进程需要的CPU时间以时间片为单位确定 【提示】:算法描述 1) 优先权法——动态优先权,当前运行进程用完时间片后,其优先权减去一个常数。 2) 轮转法

    标签: 多道 程序设计

    上传时间: 2013-12-15

    上传用户:duoshen1989