资源列表

« 1 2 ... .93 .94 .95 .96 .97 1298.99 .00 .01 .02 .03 ... 1384 »

[编译器/词法分析postfix-notation

说明:1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中
<忆昔> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[编译器/词法分析pony_prog_programa_e_instrucoes

说明:compilador circuitos PIC - programa e instrucoes
<Antonio Carlos> 在 2025-01-18 上传 | 大小:1018kb | 下载:0

[编译器/词法分析SCONS_2.4.0

说明:压缩包内包含了scons 2.4.0 用户指南、API文档、帮助手册三个文件,从官网上下载而来。目前是最新版。-The compressed package that contains the scons 2.4.0 User Guide, API documentation, help manual three files, downloaded the official website from. It is up to date
<赵峰> 在 2025-01-18 上传 | 大小:3.73mb | 下载:0

[编译器/词法分析EQUALZER

说明:This a five channel equalizer -This is a five channel equalizer
<A.A.S.D. Maduwantha> 在 2025-01-18 上传 | 大小:937kb | 下载:0

[编译器/词法分析tiny_dmc

说明:花了很多时间打造的最小c/c++编译器!编译器是免费的digitalmars c/c++,IDE用的是单文件版scite(sc178.exe),编译环境及优化开关已设置好。解压后约8M。适合算法编程及c/c++语言学习。-tiny c/c++ development environment(digitalmars c/c+++ scite(singular file, version 1.78)),enjoy it!
<yqg> 在 2025-01-18 上传 | 大小:3.03mb | 下载:0

[编译器/词法分析KALMAN-FILTER

说明:自己整理的关于卡尔曼滤波的一些经典论文,资料和程序,对于初学卡尔曼滤波的人有很大的帮助。-His finishing some classic papers about kalman filtering, data and programs, for beginners of kalman filter has a lot of help.
<赵建伟> 在 2025-01-18 上传 | 大小:12.21mb | 下载:0

[编译器/词法分析cc

说明:nexys 4 fpga board design that must include in program-nexys 4 fpga board design that must include in program....
<coder> 在 2025-01-18 上传 | 大小:4kb | 下载:0

[编译器/词法分析2015256

说明:万年历源码e语言 万年历源码e语言-Perpetual calendar
<tianya> 在 2025-01-18 上传 | 大小:5kb | 下载:0

[编译器/词法分析crtlite

说明:Smaller, bug-fixed version of the CRT unit.
<joss> 在 2025-01-18 上传 | 大小:10kb | 下载:0

[编译器/词法分析dmd

说明:Arduino dmd library for matrix display
<yoko> 在 2025-01-18 上传 | 大小:19kb | 下载:0

[编译器/词法分析programa-motor-finca

说明:timer to control on and off in phase motors considering that the engine is not starting capacitor so it is necessary to control the coupling when starting the engine
<daragon03> 在 2025-01-18 上传 | 大小:2kb | 下载:0

[编译器/词法分析excel-downloader

说明:Php For Excel downloader files
<mojtaba> 在 2025-01-18 上传 | 大小:2kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 1298.99 .00 .01 .02 .03 ... 1384 »

源码中国 www.ymcn.org