搜索结果
找到约 1,279 项符合
Two-input 的查询结果
数学计算 « 问题描述: 假设要在足够多的会场里安排一批活动
&laquo 问题描述:
假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的
贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个
顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小
会场数。)
&laquo 编程任务:
对于给定的k个待 ...
其他 DAGON Approach Object of this exercise: Given a subject graph and a set of pattern graph in canoni
DAGON Approach
Object of this exercise:
Given a subject graph and a set of pattern graph in canonical representation (2-input
NAND and INV), implement the second step of DAGON approach. (Both the subject
graph and the pattern graphs are trees.)
加密解密 AES Core Modules In this document I describe components designated to encoding and decoding using A
AES Core Modules In this document I describe components designated to encoding and decoding
using AES.
aes enc — parametrizable component which can encrypt input data, using
128, 192 and 256 bit key,
&#8226 aes dec — parametrizable component which can decrypt input data, using
128, 192 and 256 bit ...
matlab例程 ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix an ...
汇编语言 The Chinese promises the tower question is the most classical recursion question, this question has
The Chinese promises the tower question is the most classical recursion question, this question has designed this game, alternately plays by the user and automatically demonstrates two parts to be compose
其他书籍 This book is concerned with the description and analysis of the global second generation (2G) mobil
This book is concerned with the description and analysis of the global second generation
(2G) mobile radio systems: the Global System of Mobile Communications (GSM) and
cdmaOne. A subsidiary goal is to examine how these two systems will evolve into third
generation (3G) ones with their requirement t ...
编译器/解释器 算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code n
算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
书籍源码 最大流
最大流,The programs are designed to run under BSD UNIX.
All programs read from the standard input and write to the standard
output. Run "make" to compile the programs and generators.
File "list" lists the programs produced my "make".
Input files are in DIMACS format. See sample.input.
其他书籍 This paper investigates the design of joint frequency offset and carrier phase estimation of a mult
This paper investigates the design of joint frequency
offset and carrier phase estimation of a multi-frequency time division
multiple access (MF-TDMA) demodulator that is applied to
a digital video broadcasting—return channel system via satellite
(DVB-RCS). The proposed joint estimation algorithm i ...
Java书籍 Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o
Core Java 2 Volume I - Fundamentals, Seventh Edition
Completely revised and up-to-date coverage of
Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
Swing GUI development, including input validation and other enhancements
Exception handling and ...