资源列表
HKVC
- vc数据采集程序,有曲线现实和数据显示以及采集卡设置
cint-5.16.19-win32.tar
- Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。它具有的能力有: 支持 K&R-C, ANSI-C, ANSI-C++ 可处理大规模C/C++源码 动态C++ 内置的Debugger和Class Browser Cint可以在不少操作系统上工作 -Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definit
Vendingmachin
- 这是一个自动售货机的程序。属于原版资料。这里分享一下。供大家使用交流学习。-This is a vending machine program. Belongs to original data. Here to share. For everyone to use the exchange of learning.
SHOPFinal
- shop sales computer, write asp.net code c#
CSharpfanbianyi
- C#反编译工具、支持直接反编译成源码! 独立破解版!-C# decompiler, decompile support directly into the source! Independent cracked version!
openjpeg_v1_2_win32
- The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
H-JTAG-V0.6.0
- 这是wince嵌入式下的编译器,可以用来编写调试按键、串口的驱动程序-This is under wince embedded compiler, can be used to write and debug buttons, serial port driver
PL0Compiler
- PL0编译器程序,适合新手进行学习,应用了while-do文法,难度适中-PL0 compiler program, suitable for novice to learn, apply the while-do grammar, moderate difficulty
shoxp31
- 网上购物系统,包含购物的基本功能,请放心使用,无毒,无插件,请尽量下载,绝对好用
SNLCompiler
- 编译程序通常包括:词法分析、语法分析、语义分析、中间代码生成、目标代码生成、错误处理、表格管理,如图所示。由于能力有限,本编译器只做前三部分。-Compiler typically include: lexical analysis, syntax analysis, semantic analysis, intermediate code generation, object code generation, error handling, form management, as shown.
Linguist
- Linguist自动化编译系统,可以批量生成计算机语言与其对应的编译器-Linguist automated build system, you can batch generate computer language and their corresponding compilers
first&follow
- first和Follow分析相关算法 编译原理实验的一个内容,VC++编译