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

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-08

    上传用户: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-27

    上传用户:小儒尼尼奥

  • 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-12

    上传用户: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-11-30

    上传用户: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