搜索:INTEGER

找到约 110 项符合「INTEGER」的查询结果

结果 110
https://www.eeworm.com/dl/628/315297.html 编译器/解释器

构造一个简单程序设计语言的词法分析器

构造一个简单程序设计语言的词法分析器,要求: 1) 含有保留字program, begin, end, var, integer, if, then, else, do, while. 2) 标识符和无符号的整常数,其中保留字和标识符不区分大小写. 3) 含有界符和运算符如下:+,-, (, ), =, >, <, , :, :=.,,。 4) 输出二元组。 ...
下载 57
·
查看 1073
https://www.eeworm.com/dl/627/156129.html 语音压缩

The Audio File Library provides a uniform programming interface to standard digital audio file form

The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, a ...
下载 56
·
查看 1117
https://www.eeworm.com/dl/654/159576.html 数据结构

2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input

2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n wi ...
下载 69
·
查看 1431
https://www.eeworm.com/dl/648/251614.html 单片机开发

实用的单片机开发与应用程序

实用的单片机开发与应用程序,包括:中值滤波子程序,AD转换类程序,16、32位整型数开方,单片机音乐程序--祝你平安。对初学者很有帮助的。MCU development and practical applications, including: median filter subroutine, AD converter type of proceeding, 16,32-bit integer number prescribing ...
下载 95
·
查看 1180
https://www.eeworm.com/dl/665/323295.html matlab例程

多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs

多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods binar ...
下载 159
·
查看 1086
https://www.eeworm.com/dl/634/362110.html Applet

a Java program that reads in the following values from the standard input device (i.e. Keyboard) an

a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expresse ...
下载 153
·
查看 1088
https://www.eeworm.com/dl/628/213063.html 编译器/解释器

编译原理词法和语法分析

编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。 ...
下载 131
·
查看 1050
https://www.eeworm.com/dl/664/231566.html Delphi/CppBuilder

unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl

unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID ...
下载 141
·
查看 1076
https://www.eeworm.com/dl/516/327971.html DSP编程

This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is

This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "s ...
下载 45
·
查看 1075
https://www.eeworm.com/dl/654/210924.html 数据结构

HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi

HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains t ...
下载 148
·
查看 3109