联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All matlab编程(4) 
按平台查找All C/C++(4) 

[matlab编程] LSM

最小二乘法拟合function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = LSM(Inputs, Targets, No_of_Output) a1=[]; a2=[]; a3=[]; a4=[]; %%%%%%%%%%%%% Selecte training set randomly a = Inputs; b = Targets; c = [ b' a']; [M,N] = size(c); id = randperm(M,floor(0.7*M)).'; train1 = c(id,:); c(id',:) = []; test1 = c;
function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = LSM(Inputs, Targets, No_of_Output) a1=[]; a2=[]; a3=[]; a4=[]; %%%%%%%%%%%%% Selecte training set randomly a = Inputs; b = Targets; c = [ b' a']; [M,N] = size(c); id = randperm(M,floor(0.7*M)).'; train1 = c(id,:); c(id',:) = []; test1 = c; (2017-06-19, C/C++, 249KB, 下载2次)

http://www.pudn.com/Download/item/id/1497840730367000.html

[matlab编程] NUC501_datasheet_A1.4

适合使用NUVOTON nuc501 做开发的参考。
The NUC501 is an ARM7TDMI-based MCU, specifically designed to offer low-cost and high-performance for various applications, like interactive toys, edutainment robots, and home appliances. It integrates the 32-bit RISC CPU with 32KB high-speed SRAM, crypo engine with OTP key, boot ROM, LDO regulator, ADC, DAC, I2C, SPI, USB2.0 FS Device, & GPIO into a cost-affordable whil feature-rich micro-controller. (2010-10-29, C/C++, 1044KB, 下载13次)

http://www.pudn.com/Download/item/id/1330470.html

[matlab编程] Isotherms-painting

三个txt数据文件的意义及其数据格式举例 97县名称号码、纬度、经度
Txt data files of three of the significance of the data formats, for example the name of 97 the county number, latitude, longitude (2009-05-21, C/C++, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/771323.html

[matlab编程] Question1

C++源代码,递归实现。原问题描述:鼓上蚤时迁到一个山洞里去盗宝,里面有n件宝贝,价值分别是a1,a2......an,并且满足ai大于a1+a2+....+a(i-1)的和。他身上有一个背包,能装的东西最大价值是K,他只能进洞一次,请问他最多能带出多少? 要求:输入K,n,a1,a2......an 输出:他能最多带出的宝物价值
C++ Source code Recursive achieve. The original problem description: drum when flea盗宝going to move in a cave, there are n pieces of treasure, valued are a1, a2 ...... an, and to meet ai than a1+ A22B !....+ a (i-1) and. Him to have a backpack, things can hold the greatest value is K, he could only hole once, to ask him to bring out the maximum number of? Requirements: Enter K, n, a1, a2 ...... an output: he can bring out the maximum value of the treasures (2008-12-02, C/C++, 1KB, 下载9次)

http://www.pudn.com/Download/item/id/594584.html
总计:4