代码搜索:FREE 有哪些应用?
找到约 10,000 项符合「FREE 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/454069/7401713
muse p06.muse
#title P06: 分组的背包问题
* 问题
有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。这些物品被划分为若干组,每组中的物品互相冲突,最多选一件。求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。
* 算法
这个问题变成了每组物品有若干种策略:是选择本组的某一件,还是一件都不选。也就是说设f[k][v]表示前k组物品花费费用v ...
www.eeworm.com/read/449130/7517943
m transmission_tower.m
% transmission_tower.m
% set up and solve the equations for a symmetric transmission tower
%
% Kaveh Ghayour, Matthias Heinkenschloss
% Jan 26, 2001
% set number of bar (m) and number of node (n)
m
www.eeworm.com/read/449130/7517970
m truss.m
% truss.m
% set up and solve the equations for the truss in figure 1.3
% of section 1.9
%
% Matthias Heinkenschloss
% Jan 26, 2001
% set number of bar (m) and number of node (n)
m = 5;
n = 4;
% bar
www.eeworm.com/read/449088/7518599
c 10gear.c
#include "math.h"
#include "stdlib.h"
#include "4rinv.c"
int gear(a,b,hmin,hmax,h,eps,n,y0,k,t,z,ss,f)
void (*f)(),(*ss)();
int n,k;
double a,b,hmin,hmax,h,eps,y0[],t[],z[];
www.eeworm.com/read/448648/7528273
readme
GNU Zebra is free software that manages various IPv4 and IPv6 routing
protocols.
Currently GNU Zebra supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng.
See the file INSTALL for buildin
www.eeworm.com/read/448648/7528507
m4 aclocal.m4
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Sof
www.eeworm.com/read/448620/7528999
m4 aclocal.m4
# generated automatically by aclocal 1.7.2 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Software F
www.eeworm.com/read/442831/7644221
c 10gear.c
#include "math.h"
#include "stdlib.h"
#include "4rinv.c"
int gear(a,b,hmin,hmax,h,eps,n,y0,k,t,z,ss,f)
void (*f)(),(*ss)();
int n,k;
double a,b,hmin,hmax,h,eps,y0[],t[],z[];
www.eeworm.com/read/441397/7671069
m lev.m
%LEV Least squares estimation of heights in a levelling
% network as described by the following 3 data files:
%
% levfix.dat, contains row-wise 2 columns
% point# elevation
%
%
www.eeworm.com/read/438810/7726259
c 10gear.c
#include "math.h"
#include "stdlib.h"
#include "4rinv.c"
int gear(a,b,hmin,hmax,h,eps,n,y0,k,t,z,ss,f)
void (*f)(),(*ss)();
int n,k;
double a,b,hmin,hmax,h,eps,y0[],t[],z[];