亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

fit

  • This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class dri

    This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class driver implements device-independent support, and exports support routines for device-specific tape miniclass drivers. It handles device-independent tape requests and calls the tape minidriver routines to process device-specific functions. Class driver splits transfer requests, when necessary, to fit the maximum transfer size for the underlying host bus adapter. It also provides device-independent, tape-specific error handling, and calls the tape miniclass driver s device-specific error handling routines.

    標簽: class Microsoft directory reg

    上傳時間: 2013-12-09

    上傳用戶:huangld

  • In this paper, a new family of Cassinian wave-guides is proposed, simulating and calculation are fi

    In this paper, a new family of Cassinian wave-guides is proposed, simulating and calculation are finished with CST Microwave Studio that based on Finite Integral Technique (fit), and some results are given. Electromagnetic field mode type of it is TE, electromagnetic field is stronger near neck region, and some resonance frequencies appear. The new Cassinian curve wave-guides will possess higher power than ones of the rectangular and elliptic wave-guides because the height at the position where maximal electric field occurs is smaller.

    標簽: calculation wave-guides simulating Cassinian

    上傳時間: 2014-01-18

    上傳用戶:netwolf

  • Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha

    Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percentiles for Monte % Carlos simulations where some simulations are very bad (in terms of goodness % of fit between simulated and actual value) than the others and to give % the lower weights based on some goodness of fit criteria.

    標簽: percentiles weighted Returns sample

    上傳時間: 2016-01-28

    上傳用戶:小儒尼尼奧

  • Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep.

    Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they want to leave. Consider the case of a person wanting to leave the parking lot but their car is parked in the back of a row of cars. In this case, all the cars parked in front of this person s car must be temporarily moved to allow this person to leave.

    標簽: Parking cars bumper-to-bumper Simulation

    上傳時間: 2016-02-15

    上傳用戶:lepoke

  • matlab經典算法的程序-數據擬合

    matlab經典算法的程序-數據擬合,code fit

    標簽: matlab 算法 程序 數據擬合

    上傳時間: 2016-02-22

    上傳用戶:yy541071797

  • NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read a

    NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read and write the AT24Cxx family of serial CMOS EEPROMS. This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051. Note that the minimum size of the buffer is determined by the page size of the AT24Cxx.

    標簽: microcontroller Control_AT collection routines

    上傳時間: 2013-12-13

    上傳用戶:asddsd

  • This folder has some scritps that you may find usefull. All of it comes from questions that I ve r

    This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your homework. Passing_your_param0 This folder contains instructions (and m files) for passing you own initial parameters to the fitting function. I also included a simple simulation script that will create random initial coefficients (under the proper bounds) and fit the model to the data.

    標簽: that questions scritps usefull

    上傳時間: 2013-12-28

    上傳用戶:netwolf

  • 我所采用的內存管理思想是鏈表管理思想

    我所采用的內存管理思想是鏈表管理思想,內存分配方案是最佳適應方案(best fit)。其主要的數據結構為 struct node { char* p int memosize int flag struct node* next } 這是一個鏈表的結點的數據結構,用它來管理內存的分配與回收。P 表示所指的分配的內存的首地址,memosize 表示分配的內存塊的大小,flag 為一個標志量,表示內存塊是否被占用。用 1 和 0 來表示被占用和不被占用。next 表示下一個結點的首地址。 內存管理包括一個分配內存的mm_request(unsigned int)函數,一個初始化所要管理的內存的mm_init()函數,一個空閑列表排序函數sort(),一個釋放內存的mm_release(void* )函數和一個判斷內存是否被占用的IsFree(int)函數。

    標簽: 內存管理

    上傳時間: 2016-07-06

    上傳用戶:qunquan

  • This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil

    This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.

    標簽: microcontroller calculator Although displays

    上傳時間: 2014-12-01

    上傳用戶:edisonfather

  • This example program is the source code for the FT232BM Test Application from our Utilities page.

    This example program is the source code for the FT232BM Test Application from our Utilities page. It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. The test features require the test cable shown on ST_232_245.pdf to be connected. Our D2XX direct drivers should be installed for this application. The code can be modified to fit your requirements. To download the application source code , click here. To download the test cable specification, click here.

    標簽: Application Utilities the example

    上傳時間: 2013-12-09

    上傳用戶:aa17807091

主站蜘蛛池模板: 安福县| 宁波市| 襄垣县| 株洲市| 遵义县| 巫山县| 青冈县| 青岛市| 碌曲县| 兴业县| 鹤岗市| 长垣县| 华容县| 上思县| 平利县| 南投市| 读书| 江城| 崇礼县| 缙云县| 同江市| 雅安市| 泗洪县| 加查县| 津市市| 甘泉县| 吴江市| 马尔康县| 连云港市| 儋州市| 和田县| 长泰县| 万荣县| 武隆县| 巧家县| 石首市| 龙南县| 福安市| 神木县| 弥渡县| 习水县|