代码搜索:Capacity

找到约 2,190 项符合「Capacity」的源代码

代码结果 2,190
www.eeworm.com/read/143592/12858932

cpp prg15_5.cpp

// File: prg15_5.cpp // the program demonstrates the dynamic programming solution // to the knapsack problem. the vector itemList contains // five items, each with a specified size and value. after
www.eeworm.com/read/142519/12942019

cs hashset.cs

//Copyright (C) 2005 Richard J. Northedge // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published
www.eeworm.com/read/238814/13324072

h bc_def.h

/**************************************************************************** Device : AT90S2333 File name : BC_def.h Ver nr. : 1.0 Description : This file has to
www.eeworm.com/read/136534/13372302

h bc_def.h

/**************************************************************************** Device : AT90S2333 File name : BC_def.h Ver nr. : 1.0 Description : This file has to
www.eeworm.com/read/319681/13446548

m waterfilling_alg.m

function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0); % % WaterFilling in Optimising the Capacity %=============== % Initialization %=============== ChA = ChA + eps; NA = length(ChA
www.eeworm.com/read/311909/13622687

h d_ksack.h

#ifndef KNAPSACK_PROBLEM #define KNAPSACK_PROBLEM #include #include #include #include "d_matrix.h" using namespace std; // specifies the size and value of
www.eeworm.com/read/152629/5672586

java tprimitivehash.java

/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // // This library is free software; you can redistribute i
www.eeworm.com/read/152629/5672604

java thash.java

/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // // This library is free software; you can redistribute i
www.eeworm.com/read/152629/5672607

java tdoublehash.java

/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // // This library is free software; you can redistribute i
www.eeworm.com/read/152629/5672632

java tfloathash.java

/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // // This library is free software; you can redistribute i