搜索结果

找到约 593 项符合 Output 的查询结果

按分类筛选

显示更多分类

编译器/解释器 打开2.tab.c编译运行

打开2.tab.c编译运行,a.txt为测试用的PL/0程序。 2.output中有所有的产生式和LALR分析表的所有状态。
https://www.eeworm.com/dl/628/116899.html
下载: 23
查看: 1055

Java书籍 The book presents the entire Java programming language and essential parts of the class libraries: t

The book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.
https://www.eeworm.com/dl/656/123520.html
下载: 192
查看: 1069

人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C

This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
https://www.eeworm.com/dl/650/126990.html
下载: 98
查看: 1065

数据结构 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li

程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.tx ...
https://www.eeworm.com/dl/654/129078.html
下载: 104
查看: 4002

matlab例程 This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel.

This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input sample rate i ...
https://www.eeworm.com/dl/665/134170.html
下载: 78
查看: 1113

其他 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序

对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt ...
https://www.eeworm.com/dl/534/134867.html
下载: 39
查看: 1192

Java书籍 Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include

Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include path for jni.h, which is under java_Home\include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the sa ...
https://www.eeworm.com/dl/656/135351.html
下载: 77
查看: 1070

人工智能/神经网络 可以自动识别一个程序中调用的所有函数

可以自动识别一个程序中调用的所有函数,并写入到 output.txt文件中。
https://www.eeworm.com/dl/650/137802.html
下载: 89
查看: 1051

其他 This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for

This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for initial experiments with boundary conditions. ToyFDTD3 adds some simple features to ToyFDTD1: A PMC boundary condition, a sinusoidal pulse source, and output tracking a single point in the mesh. Relea ...
https://www.eeworm.com/dl/534/137869.html
下载: 100
查看: 1048

编译器/解释器 Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), port

Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its developm ...
https://www.eeworm.com/dl/628/137958.html
下载: 116
查看: 1045