资源列表

« 1 2 ... .67 .68 .69 .70 .71 12772.73 .74 .75 .76 .77 ... 14954 »

[编译器/词法分析yufafenxi(LL1)

说明:编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -Write parser, to achieve the syntax of arithmetic expressions. Requirements of arithmetic expressions generated
<lzydwd> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[编译器/词法分析analyst

说明:一个简单的c语言词法分析器,实现词法分析的基本功能-c language lexical analysis
<李云> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[并行运算statistic-mandelbrot

说明:使用静态调度的mandelbrot集的并行实现。 运用了mpi编程技术-Mandelbrot set using the static scheduling of parallel implementation. Use of mpi programming
<wanyihan> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxi

说明:主要包括了关于c的语法分析,并且内容详细。注释详细-Mainly on the c syntax analysis, and content detail. Detailed comments
<menglu> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[Dephi控件源码btnclose

说明:delphi 控件使用说明和程序代码,相信有对有些朋友是有帮助的-delphi controls
<大常> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[操作系统开发qingqiufenye

说明:操作系统课程设计作业 虚拟实现操作系统的请求分页模块 实现了FIFO,LRU,最后输入-1可调用最佳置换算法 按提示输入即可。-Operating System Course Design work to achieve the operating system virtual page module at the request of the FIFO, LRU, the last input-1 can be called the best replacement algori
<宋洪伟> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[汇编语言calc.S.tar

说明:calculator in assembly language
<stefan> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[易语言编程SDSDSDFDS

说明:易嵌入汇编(取CPU类型)模块,很不错的易语言模块,易爱好者可以下载使用-Easy Embedding compilation (check CPU type) module, a very good and easy language modules, fans can download and easy to use
<starh8> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[汇编语言asmcode

说明:自己写的:编制计算N (N<50)个偶数之和(2+4+6+…)的子程序和接收输入N及将结果(例如:2+4+6=12)显示的主程序。 对键盘输入的字符进行判断,如果不是数字,显示提示,输入两位数。对输入的数字进行判断,如果输入的数不在1~50之 间,提示重新输入。结束时,显示提示信息,按任意键退出。 在程序的开始显示自己的学号及姓名(拼音)。 编制一个主模块,编制一个子程序模块。实现参数的传递。 -Compiled by N (N < 50) an even
<黄雄> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[并行运算quicksort

说明:This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
<saretaxd> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[汇编语言Assembly-Language

说明:DOS下改变屏幕背景颜色为红色 -change the color of the screen
<BLOON> 在 2025-07-09 上传 | 大小:2kb | 下载:0

[Dephi控件源码xueshengguanglixitong

说明:这是一个学生管理系统的代码,可以借助他的录入实习其功能。-TFinput1.Create(Application) action:=cafree OpenPictureDialog1.InitialDir := GetCurrentDir if OpenPictureDialog1.Execute then DBImage1.Picture.LoadFromFile(OpenPictureDialog1.FileName)
<张少宇> 在 2025-07-09 上传 | 大小:2kb | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 12772.73 .74 .75 .76 .77 ... 14954 »

源码中国 www.ymcn.org