important test software for 9200 embeded linux
标签: important software embeded linux
上传时间: 2015-06-03
上传用户:er1219
AMD Alchemy™ Au1200™ Processor Program and Media Software Update
标签: 8482 Processor Software Alchemy
上传时间: 2015-06-05
上传用户:独孤求源
st7 mcu programming example
标签: programming example st7 mcu
上传时间: 2013-12-25
上传用户:气温达上千万的
BIOSIG is an open source software library for biomedical signal processing. Library works well with Octave and Matlab. Special emphasis is put on EEG/MEG/ECoG, but also other types of biosignals like ECG, EMG, etc. are supported.
标签: biomedical processing software Library
上传时间: 2013-12-29
上传用户:ruan2570406
Character Recognition Example (I&II)- Pre-processing of Image (Matlab Code)
标签: Pre-processing Recognition Character Example
上传时间: 2014-01-21
上传用户:gmh1314
LCD TV,uVision2 Project, (C) Keil Software
标签: Software Project uVision Keil
上传时间: 2014-01-02
上传用户:yulg
look at this software its cool really cool
上传时间: 2013-12-20
上传用户:1427796291
BP network example:this is an example of BP network
上传时间: 2014-10-29
上传用户:yan2267246
there is an example given
上传时间: 2013-12-08
上传用户:daguda
实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn 3.提示: 可利用递归方法:若选中w1 则问题变成在w2 , … , wn 中挑选若干件使得其重量之和为T- w1 ,若不选中w1,则问题变成在w2 , … , wn 中挑选若干件使得其重量之和为T 。依次类推。 也可利用回溯法的设计思想来解决背包问题。首先将物品排成一列,然后顺序选取物品装入背包,假设已选取了前i 件物品之后背包还没有装满,则继续选取第i+1件物品,若该件物品“太大”不能装入,则弃之而继续选取下一件,直至背包装满为止。但如果在剩余的物品中找不到合适的物品以填满背包,则说明“刚刚”装入背包的那件物品“不合适”,应将它取出“弃之一边”,继续再从“它之后”的物品中选取,如此重复,,直至求得满足条件的解,或者无解。 注:没压缩密码
上传时间: 2014-01-18
上传用户:yxgi5