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 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 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 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 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 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 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是一個專家系統,它用C語言編定。全稱是The C Language Integrated Production System. 它可以應用到很多的系統上,如Microsoft Windows,Macintosh,VAX 11/780等。事實上,由于CLIPS 由C語言編寫,所以理論上,只要有C語言的編繹器,我們可以將CLIPS移值到任何的系統上。 專家系統是將某領域專家們的知識與經驗,經過知識加工服務的過程,建立一套以推理的方式來解 決問題的系統。它就像某一領域的專家一樣,能夠對該領域的一系列問題進行判定。比如醫學疹斷 專家系統(疹斷各種疾病),農業分析系統等。
上傳時間: 2016-07-04
上傳用戶:waizhang
CLIPS是一個專家系統,它用C語言編定。全稱是The C Language Integrated Production System. 它可以應用到很多的系統上,如Microsoft Windows,Macintosh,VAX 11/780等。事實上,由于CLIPS 由C語言編寫,所以理論上,只要有C語言的編繹器,我們可以將CLIPS移值到任何的系統上。 專家系統是將某領域專家們的知識與經驗,經過知識加工服務的過程,建立一套以推理的方式來解 決問題的系統。它就像某一領域的專家一樣,能夠對該領域的一系列問題進行判定。比如醫學疹斷 專家系統(疹斷各種疾?。r業分析系統等。
上傳時間: 2013-12-24
上傳用戶:JIUSHICHEN
在采用多道程序設計的系統中,往往有若干個進程同時處于就緒狀態。當就緒進程個數大于處理機數時,就必須依照某種策略來決定哪些進程優先占用處理機。本實驗模擬在單處理機情況下的處理機調度,幫助學生加深了解處理機調度的工作。 二、實驗類型 設計型。 三、預習內容 預習課本處理機調度有關內容,包括進程占用處理機的策略方法。 四、實驗要求與提示 設計進程調度算法,進程數不定;包含幾種調度算法,并加以實現;輸出進程的調度過程——進程的狀態、鏈表等。要求使用優先權法和輪轉法模擬進程調度過程。 【提示】:簡化假設 1) 進程為計算型的(無I/O) 2) 進程狀態:ready、running、finish 3) 進程需要的CPU時間以時間片為單位確定 【提示】:算法描述 1) 優先權法——動態優先權,當前運行進程用完時間片后,其優先權減去一個常數。 2) 輪轉法
上傳時間: 2013-12-15
上傳用戶:duoshen1989