-
Soct
假设有一个能装入总体积为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)。
[需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])
- 2012-06-14 16:25:10下载
- 积分:1
-
Integrald1.gz
建筑结构单自由度结构在地震作用下的位移响应杜哈梅积分求解(The SDOF structure of building structures under earthquake displacement response Du Hamei Integral Solution)
- 2012-12-12 14:21:30下载
- 积分:1
-
SAP5SourceCode
SAP5 源代码,完整的有限元源程序。LS1.FOR-LS10.FOR(SAP5 Source Code)
- 2010-03-05 00:22:34下载
- 积分:1
-
fft
用C++编写的一维和二维快速傅里叶变换程序(Prepared with C++ one-dimensional and two-dimensional fast Fourier transform procedure)
- 2013-11-04 16:19:50下载
- 积分:1
-
fem_matlab
大量的有限元法求解偏微分方程的实例程序,程序里有详细的解释语句(lot of finite element method PDE examples of procedures, procedures are detailed statement of explanation)
- 2020-11-26 10:39:31下载
- 积分:1
-
BEMECHNEW
高等边界元法理论里面在求解弹性力学二维三维程序,(Advanced boundary element program)
- 2018-08-21 23:17:04下载
- 积分:1
-
Generator
这些代码可以用于产生一系列随机数,可以根据需要使用。(These codes can be used to generate a series of random numbers may be used as needed.)
- 2013-07-10 14:19:34下载
- 积分:1
-
plrc_fdtd
一维等离子体的plrc—fdtd算法程序(one-dimensional plasma plrc- fdtd Algorithm)
- 2006-10-01 09:29:56下载
- 积分:1
-
nenkiu_v58
仿真效率很高的,小波包分析提取振动信号中的特征频率,实现用SDRAM运行nios,同时用SRAM保存摄像头数据。( High simulation efficiency, Wavelet packet analysis to extract vibration signal characteristic frequency, Implemented with SDRAM run nios, while saving camera data SRAM.)
- 2016-10-12 23:00:01下载
- 积分:1
-
n_queen_QS4
利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快(Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast)
- 2020-11-29 21:29:27下载
- 积分:1