搜索结果

找到约 671 项符合 Input 的查询结果

按分类筛选

显示更多分类

书籍源码 这是一个ACM中的题请大家看以下哈 如果有问题请多多指教 n个猴子围坐一圈并按照顺时针方向从1到n编号

这是一个ACM中的题请大家看以下哈 如果有问题请多多指教 n个猴子围坐一圈并按照顺时针方向从1到n编号,从第s个猴子开始进行1到m的报数,报数到第m的猴子 退出报数,从紧挨它的下一个猴子重新开始1到m的报数,如此进行下去知道所有的猴子都退出为止。 求给出这n个猴子的退出的顺序表。 Input 有做组测试数据.每一组数据 ...
https://www.eeworm.com/dl/532/229175.html
下载: 136
查看: 1095

其他 An AHB system is made of masters slaves and interconnections. A general approach to include all poss

An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every int ...
https://www.eeworm.com/dl/534/233214.html
下载: 181
查看: 1043

编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard

Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. ...
https://www.eeworm.com/dl/628/235246.html
下载: 165
查看: 1054

数学计算 &laquo 问题描述: 假设要在足够多的会场里安排一批活动

&laquo 问题描述: 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的 贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个 顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小 会场数。) &laquo 编程任务: 对于给定的k个待 ...
https://www.eeworm.com/dl/641/236504.html
下载: 106
查看: 1310

其他 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.)
https://www.eeworm.com/dl/534/236948.html
下载: 103
查看: 1070

加密解密 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 ...
https://www.eeworm.com/dl/519/237039.html
下载: 84
查看: 1073

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 ...
https://www.eeworm.com/dl/665/237668.html
下载: 56
查看: 1079

编译器/解释器 算符优先文法分析的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
https://www.eeworm.com/dl/628/239514.html
下载: 87
查看: 1140

书籍源码 最大流

最大流,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.
https://www.eeworm.com/dl/532/240182.html
下载: 114
查看: 1023

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 ...
https://www.eeworm.com/dl/656/241394.html
下载: 72
查看: 1051