代码搜索:DOCUMENTATION
找到约 10,000 项符合「DOCUMENTATION」的源代码
代码结果 10,000
www.eeworm.com/read/363964/9927797
mif pci_top(7).mif
-- MAX+plus II - generated Memory Initialization File
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support informati
www.eeworm.com/read/363964/9927869
mif pci_top(6).mif
-- MAX+plus II - generated Memory Initialization File
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support informati
www.eeworm.com/read/363964/9927922
mif pci_top(5).mif
-- MAX+plus II - generated Memory Initialization File
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support informati
www.eeworm.com/read/363964/9928063
mif pci_top(4).mif
-- MAX+plus II - generated Memory Initialization File
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support informati
www.eeworm.com/read/166242/10027219
readme
uIP is a very small implementation of the TCP/IP stack that is written
by Adam Dunkels . More information can be obtained
at the uIP homepage at http://www.sics.se/~adam/uip/.
This is
www.eeworm.com/read/165536/10058364
mak doc.mak
#
# Makefile for TOOLS/2 Documentation TOOLS2.INF
#
# Compiler : Microsoft C 6.0
# Created : 3.9.1992
# Copyright (c) : Martti Ylikoski, 1992
#
tools2.inf: tools2.gen doc.ma
www.eeworm.com/read/360650/10083035
muse p08.muse
#title P08: 泛化物品
* 定义
考虑这样一种物品,它并没有固定的费用和价值,而是它的价值随着你分配给它的费用而变化。这就是泛化物品的概念。
更严格的定义之。在背包容量为V的背包问题中,泛化物品是一个定义域为0..V中的整数的函数h,当分配给它的费用为v时,能得到的价值就是h(v)。
这个定义有一点点抽象,另一种理解是一个泛化物品就是一个数组h[0..V],给它费用v,可得到价值 ...