非線性優化中的經典算法,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