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

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

fit

  • 使用軟件程序仿真C500微控制器系列SSC(同步串行通道)功

    The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell allows a quicktest of the software drivers by an emulator or a starter kit demo board.

    標簽: C500 SSC 軟件 程序

    上傳時間: 2013-11-24

    上傳用戶:363186

  • PICMG_COM_0_R2_0COMe規(guī)范--原文資料

    A Computer-On-Module, or COM, is a Module with all components necessary for a bootable host computer, packaged as a super component. A COM requires a Carrier Board to bring out I/O and to power up. COMs are used to build single board computer solutions and offer OEMs fast time-to-market with reduced development cost. Like integrated circuits, they provide OEMs with significant freedom in meeting form-fit-function requirements. For all these reasons the COM methodology has gained much popularity with OEMs in the embedded industry. COM Express® is an open industry standard for Computer-On-Modules. It is designed to be future proof and to provide a smooth transition path from legacy parallel interfaces to LVDS (Low Voltage Differential Signaling) interfaces. These include the PCI bus and parallel ATA on the one hand and PCI Express and Serial ATA on the other hand.

    標簽: PICMG_COM COMe

    上傳時間: 2013-11-05

    上傳用戶:Wwill

  • XAPP444 - CPLD配件,技巧和竅門

    Most designers wish to utilize as much of a device as possible in order to enhance the overallproduct performance, or extend a feature set. As a design grows, inevitably it will exceed thearchitectural limitations of the device. Exactly why a design does not fit can sometimes bedifficult to determine. Programmable logic devices can be configured in almost an infinitenumber of ways. The same design may fit when you use certain implementation switches, andfail to fit when using other switches. This application note attempts to clarify the CPLD softwareimplementation (CPLDfit) options, as well as discuss implementation tips in CoolRunnerTM-IIdesigns in order to maximize CPLD utilization.

    標簽: XAPP CPLD 444 配件

    上傳時間: 2014-01-11

    上傳用戶:a471778

  • 最小二乘法曲線擬合的經(jīng)典算法

    最小二乘法曲線擬合的經(jīng)典算法,做過特征數(shù)檢驗,只需調(diào)用fit,文件中其他函數(shù)被fit調(diào)用,其中個輸入輸出變量均以給出詳細說明。

    標簽: 最小二乘法 曲線擬合 算法

    上傳時間: 2014-01-18

    上傳用戶:咔樂塢

  • This version of the code is compatible only with the AT89C2051 due to the location of the data buf

    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.

    標簽: the compatible location version

    上傳時間: 2015-04-05

    上傳用戶:changeboy

  • 裝箱問題:在裝箱問題中

    裝箱問題:在裝箱問題中,有若干個容量為c 的箱子和n 個待裝載入箱子中的物品。物品i 需占 用s[i]個單元(0< s[i]≤c)。成功裝載是指能把所有物品都裝入箱子。最優(yōu)裝載是指使用最 少箱子的成功裝載。 例如某運輸公司要把包裹裝入卡車中,每個包裹都有一定的重量,且每輛卡車也有其載 重限制(假設(shè)每輛卡車的載重都一樣)。在卡車裝載問題中,希望用最少的卡車來裝載包裹。 此問題可看作裝箱問題??ㄜ噷谙渥?,包裹對應于物品。 解裝箱問題的Best fit 算法: 設(shè)avail[i]為箱子i 的可用容量。 初始時,所有箱子的可用容量為c 。 選擇物品i放入具有最小avail且容量大于s[i]的箱子中。

    標簽:

    上傳時間: 2015-05-22

    上傳用戶:yan2267246

  • graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to su

    graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.

    標簽: graspForth Forth-in-C following attempt

    上傳時間: 2015-05-23

    上傳用戶:tfyt

  • D:matlab mmfit.rar插值

    D:\matlab\nmm\fit.rar插值

    標簽: matlab mmfit 插值

    上傳時間: 2015-07-05

    上傳用戶:lwwhust

  • 電池設(shè)計的充電器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Ba

    電池設(shè)計的充電器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig Change log : 02.02.2000 Changed to fit Battery Charger refrence design board AS 18.02.2000 Final test and review AS

    標簽: Description Standalone Device S2333

    上傳時間: 2014-01-23

    上傳用戶:ruixue198909

  • uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as

    uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as is". The code was written with the intention of creating a functional RTOS demo for the Nohau evaluation boards that can run a MicroBlaze core. You can use this code for any and all of your projects, as you see fit. Nohau Corporation does not warrant that the code is bug-free, and will provide no support for this RTOS port.

    標簽: Corporation associated provided readme

    上傳時間: 2013-12-27

    上傳用戶:tzl1975

主站蜘蛛池模板: 丰原市| 平阴县| 姜堰市| 鹰潭市| 定州市| 白水县| 宁陕县| 阿合奇县| 宁海县| 青冈县| 分宜县| 新安县| 塘沽区| 阳朔县| 方正县| 宣武区| 田林县| 万荣县| 措美县| 靖远县| 镇安县| 千阳县| 揭阳市| 秦皇岛市| 大足县| 偏关县| 扬中市| 武强县| 平南县| 宿松县| 上思县| 绥中县| 东方市| 化隆| 怀化市| 宿迁市| 石楼县| 钟山县| 湘潭县| 垣曲县| 航空|