-
minmumdemo
以八个锚链受力平衡、力矩平衡为对象,使用Vb调用matlab进行线性最小化计算函数,matlab调用的函数写在m文件中。(To eight anchor the balance of power, torque balance for the object, using Vb call matlab linear function minimization calculations, matlab function calls written in the m file.)
- 2011-07-04 15:19:01下载
- 积分:1
-
matrixMul
MATRIX MULTIPLICATION GPU PROGRAM
- 2014-09-17 13:49:36下载
- 积分:1
-
final-shcamtic-and-layout
this include c c++ files as helpful to all
- 2014-09-30 13:11:14下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1
-
I-Oout
说明: 输入输出,它是告诉我们具体在输入输出方面如何操作,是有效地资料(output input)
- 2010-04-18 20:28:21下载
- 积分:1
-
2Dmath
2D math algorithm library
to manipulate 2D vectors and matrix
- 2014-10-09 14:16:14下载
- 积分:1
-
Simulations-Dislocations
介绍晶体结构,以及如何构建位错,纳米孪晶,如何利用C++与matlab编程(Introduction crystal structure, and how to build dislocations, nano twins, how to use C++ and matlab programming)
- 2013-09-05 15:19:16下载
- 积分:1
-
3.18
编写程序来创建有10个元素的vector对象。用迭代器把每个元素值改为当前值的2倍。(Write a program to create vector objects have 10 elements. With the value of each element iterator to 2 times the current value.)
- 2015-03-04 15:15:37下载
- 积分:1
-
UngDungNgheNhac
Simple mucic application using API winnm.dll
- 2014-12-26 00:05:41下载
- 积分:1
-
VCPPandMATLAB7.1
该程序详细说明了MATLAB7.1与VC++6.0混合编程的方法,主要是VC++调用MATLABm函数编译后的动态数据链接库,并且提供了实际的例子,按照该例子就能完成初步的混合编程(The program details MATLAB7.1 VC++6.0 mixed programming, mainly compiled the VC++ call MATLABm function of the dynamic data link library, and provides practical examples can be done in accordance with the example of the initial mix of programming)
- 2012-07-11 20:17:52下载
- 积分:1