资源列表

« 1 2 ... .77 .78 .79 .80 .81 13682.83 .84 .85 .86 .87 ... 14954 »

[编译器/词法分析cifa

说明:词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为4。 分隔符包括:,、 、{、}、(、)、【、】; 单词
<xzy> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析diguixiajiang

说明:可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i-String can be identified with the following grammar: (1) E-
<xzy> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言q

说明:读取fat分区表信息,,简单而实用,这是本人的第一个asm程序呢-Read fat partition table information, is simple and functional, this is my first asm program does
<吴松龄> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言a

说明:汇编语言 时钟显示 读取并显示计算机实时时钟-Assembly language clock shows the computer to read and display real-time clock
<kang> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言shujujiami

说明:这是一个对数据进行加密的程序。能将你输入的数据进行加密!-This is a data encryption procedures. You can encrypt the data to be entered!
<冯典康> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言shijianxianshi

说明:这是一个显示系统时间的程序,运行时,在屏幕的右上角将以“时:分:秒”的形式 显示本机系统的时间。 该程序只能在DOS下运行。 -Display System This is a time-consuming procedures, run-time, in the upper right corner of the screen will be
<冯典康> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[语音合成与识别AudioFrequencyfigure

说明:输入一个wav格式的语音文件,运行该程序可以自动生成该文件的语谱图。-Enter a wav format audio files, run the program can automatically generate spectra of the document language.
<wanggang> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言EM78P458ControlHT1621

说明:EM78P458控制HT1621源代码以测试通过,拿出来与大家分亨.-EM78P458 control HT1621 source code to test is passed, out with the U.S. Sharing.
<lvnianzhi> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言PIC16F72controlHT161-c

说明:PIC16F72 control HT1621 LCD drive ASM
<lvnianzhi> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言44mimasuo

说明:提出了一种能防止多次试探密码的基于单片机的密码锁设计方案,根据用户的10条总体要求,给出了该单片机密码锁的硬件电路和软件程序,同时给出了单片机型号的选择、硬件设计、软件流程图、单片机存储单元的分配、汇编语言源程序及详细注释等内容。 -A test to prevent repeated password locks based on single-chip design, according to the general requirements of 10 are given the sing
<bb> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[汇编语言clock

说明:使用汇编语言,利用微机现有资源,不外接任何电路进行硬件时钟实验;一个时钟程序,程序运行时,首先等待键盘输入初始时间(时、分、秒),按下回车键后开始计时,每隔1秒调整时、分、秒并显示之。程序运行过程中用户按下ESC键时返回DOS -The use of assembly language, the use of computer resources available, do not add any hardware clock circuit experiment a clock proc
<haotianr> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析suanfuyouxianfenxichengxu

说明:根据算符优先分析法,给定某文法和符号串。构造算符优先关系表,若算符优先关系表满足算符优先文法,则对给定的输入符号串进行归约分析,可以判定该符号串是否是给文法的句子。 -According to operator priority analysis, given a string of grammar and symbols. Tectonic relationship between the operator priority table, if the operator precedenc
<李汉> 在 2025-06-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 13682.83 .84 .85 .86 .87 ... 14954 »

源码中国 www.ymcn.org