代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/165055/10077755
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All r
www.eeworm.com/read/360807/10077768
h fc-10.h
#ifndef _FC_10_H
#define _FC_10_H
/*
* Copyright (C) 1994-1996 Bas Laarhoven.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Lic
www.eeworm.com/read/360650/10083042
muse p06.muse
#title P06: 分组的背包问题
* 问题
有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。这些物品被划分为若干组,每组中的物品互相冲突,最多选一件。求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。
* 算法
这个问题变成了每组物品有若干种策略:是选择本组的某一件,还是一件都不选。也就是说设f[k][v]表示前k组物品花费费用v ...
www.eeworm.com/read/164583/10100668
txt copyright.txt
Copyright (C) 1998-2001, ZAIK/ZPR, Universit鋞 zu K鰈n
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free
www.eeworm.com/read/359909/10116206
makefile
# This is a part of the Microsoft Foundation Classes C++ library.
# Copyright (C) 1992-1998 Microsoft Corporation
# All rights reserved.
#
# This source code is only intended as a supplement to th
www.eeworm.com/read/164171/10124442
m irfft.m
function x=irfft(y,n)
%IRFFT Inverse fft of a conjugate symmetric spectrum X=(Y,N)
% Y contains FIX(1+N/2) complex samples from the spectrum: if argument N
% is specified then Y will be truncate
www.eeworm.com/read/359751/10125979
h freebsd.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/359751/10126068
s mbrstart.s
/*
* mbrstart.S -- Master boot record code for loading GRLDR
* Copyright (C) 2005 Tinybit(tinybit@163.net)
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/359751/10126158
s pxeloader.s
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/359751/10126216
m4 aclocal.m4
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# This file is free software;