01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背包问题是十分必要的。
上传时间: 2014-08-21
上传用户:金宜
Single-chip 16-bit/32-bit microcontroller 512 kB flash with ISP/IAP, Ethernet, USB 2.0, CAN, and 10-bit
标签: microcontroller Single-chip bit Ethernet
上传时间: 2013-12-12
上传用户:xcy122677
// Copyright (c), Philips Semiconductors Gratkorn // (C)PHILIPS Electronics N.V.2000 // All rights are reserved. // Philips reserves the right to make changes without notice at any time. // Philips makes no warranty, expressed, implied or statutory, including but // not limited to any implied warranty of merchantibility or fitness for any //particular purpose, or that the use will not infringe any third party patent, // copyright or trademark. Philips must not be liable for any loss or damage // arising from its use.
标签: Semiconductors Electronics Copyright Gratkorn
上传时间: 2016-02-04
上传用户:xuanjie
Winbond isp writer
上传时间: 2016-02-05
上传用户:xuanchangri
cam350 v 9.5.1 cam software license files only for study!
标签: cam software license files
上传时间: 2013-12-18
上传用户:qunquan
Latest ucFS v.3.10d PC Windows Evaluation Ed., provided with free Flash driver
标签: Evaluation provided Windows Latest
上传时间: 2014-01-01
上传用户:ainimao
很多学习avr单片机的朋友都想亲手做一个isp下载线,而下载线的设计方法又有好多种,我认为简单实用是很重要的,我上传的这个是基于usb接口的包括原理图,pcb图,,代码文件都有,希望各位支持。
上传时间: 2016-02-20
上传用户:stampede
串口ISP下载器AVR910的 C 原代码.txt
上传时间: 2014-09-08
上传用户:lhw888
//构造具有指定的标签的菜单 files = new Menu("文件(F)") compile = new Menu("编辑(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字体和颜色(F)...") //在格式菜单下再添加一个字体及颜色的菜单 help = new Menu("帮助(H)") //构造具有指定的标签的菜单项 news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打开(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") other = new MenuItem("另存为(A)...") page = new MenuItem("页面设置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")
上传时间: 2016-02-27
上传用户:小儒尼尼奥
这个代码特点是由System V的IPC对象信号量和共享内存模拟了多进程间的同步手段--P,V操作,验证了进程间的同步互斥问题
上传时间: 2016-02-29
上传用户:han_zh