搜索结果
找到约 42 项符合
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 a ...
嵌入式综合 PICMG_COM_0_R2_0COMe规范--原文资料
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 ...
可编程逻辑 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 determ ...
数据结构 最小二乘法曲线拟合的经典算法
最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。
单片机开发 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.
数据结构 装箱问题:在装箱问题中
装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占
用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最
少箱子的成功装载。
例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载
重限制(假设每辆卡车的载重都一样)。 ...
嵌入式Linux 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 ... ...
matlab例程 D:matlab mmfit.rar插值
D:\matlab\nmm\fit.rar插值
单片机开发 电池设计的充电器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Ba
电池设计的充电器
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
de ...
uCOS 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 ...