非线性优化中的经典算法,LM算法,老外写的,言简意赅,对写优化程序很有用
上传时间: 2015-08-16
上传用户:dengzb84
str710处理器的演示例程,包含的功能较多,运行于南京万利的ek-str71x板子上。
上传时间: 2015-09-29
上传用户:ippler8
Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500. ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 Idem with 200 numbers between 1 and 100 following a power law with exponent -
标签: generator distributions Distribution simple
上传时间: 2014-01-27
上传用户:sammi
C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite difference approximated jacobians
标签: Levenberg-Marquardt implementation non-linear algorithm
上传时间: 2013-12-28
上传用户:gxf2016
AT91SAM7S64开发板的ADS范例for ATMEL S64-EK\AT91SAM7S64-BasicMouseUSB
标签: BasicMouseUSB SAM 64 ATMEL
上传时间: 2014-01-14
上传用户:VRMMO
用MATLAB仿真的BP神经网络,采用LM算法,训练出一个比较好的训练曲线,一块发上来共享!
上传时间: 2016-07-29
上传用户:jkhjkh1982
这里把在FLASH引导方面做的工作向大家汇报一下,希望能对大家有所帮助。本人经验和文笔都有限,写的不好请大家谅解。 硬件环境: DSP:TMS320VC5416PGE160 FLASH:SST39VF400A-70-4C-EK 都是贴片的,FLASH映射在DSP数据空间的0x8000-0xFFFF 软件环境: CCS v2.12.01 主 程序(要烧入FLASH的程序): DEBUG版,程序占用空间0x28000-0x2FFFF(片内SARAM),中断向量表在0x0080-0x00FF(片内DARAM),数据空间使用0x0100-0x7FFF(片内DARAM)。 因为FLASH是贴片的,所以需要自己编一个数据搬移程序,把要主程序搬移到FLASH中。在写入FLASH数据时,还应写入引导表的格式数据。最后在数 据空间的0xFFFF处写入引导表的起始地址(这里为0x8000)。 搬移程序: DEBUG版,程序空间0x38000-0x3FFFF(片内SARAM),中断向量表在0x7800-0x78FF(片内DARAM),数据空间使用 0x5000-0x77FF(片内DARAM)。 搬移程序不能使用与主程序的程序空间和中断向量表重合的物理空间,以免覆盖。 烧写时,同时打开主程序和搬移程序的PROJECT,先LOAD主程序,再LOAD搬移程序,然后执行搬移程序,烧写OK! 附:搬移程序(仅供参考)
上传时间: 2014-01-08
上传用户:gaojiao1999
DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the Atmel AT91SAM9261 evaluation boards. It shows basic use of parallel I/O, timer and the interrupt controller. It starts by showing different patterns on the LED s separated by half second. COMPATIBILITY ============= The project is compatible with the AT91SAM9261-EK board.
标签: DESCRIPTION Workbench Embedded example
上传时间: 2016-10-16
上传用户:yzy6007
一个AT91SAM7X256 CAN通讯实验,硬件环境为at91sam7x-ek开发板,开发环境为iar。
上传时间: 2016-11-05
上传用户:zhaiye
一个AT91SAM7X256 CAN计数器中断实验,硬件环境为at91sam7x-ek开发板,开发环境为iar。
上传时间: 2013-12-29
上传用户:youlongjian0