搜索资源列表
fenris
- Fenris是一个检测并把高层次的语言结构做成文档的多功能故障检测器、调试器、代码分析工具。它能回复符号,把程序执行流绘成图,检查内部运行情况,恢复符号表,并处理反调试保护。它有一个命令行接口和一个类似SoftICE的GUI与Web前端-Fenris is a detection and high-level language structure made of multifunctional document fault detection, debugging, code analysis
20051126123950859
- C语言,显示使用 ARGC . ARGC 命令行参数的实例-C language, that the use of ARGC. ARGC command line parameters examples
TCL_learning
- TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This scr ipt asks the user to enter an operation ( e
minglinghangSNLC
- 一个c++编的snl语言编译器 (命令行的) 对于初学编译器很有帮助 (多遍扫描实现各阶段 学习起来较轻松)-a series of the SNL language compiler (command line) for beginners compiler useful (many times it scans the stage is now learning together more relaxed)
tiger_Parsing
- 针对“虎书”中的tiger语言写的语法分析器 根据书中对tiger语言的描述写了72条文法,对所有冲突均进行了处理,都是无害的冲突。本分析器还能对部分错误恢复。 特别提示:使用命令\"yacc -v tiger.grm\"可得到文件y.output-the "tiger" that the tiger was the language syntax analyzer based on the book depicts the tiger language write
shell_explaining
- 操作系统课程中,命令行解释程序,可以把用户输入的命令翻译为计算机可以执行的语言.-operating system course, command line interpreter. Users can input the orders translated into computer language can be implemented.
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
抄写器
- 本软件是用C语言编写的采用命令行界面与用户交流的抄写器,它实现的功能有对原有的C语言程序进行修改,从而得到结果相同,但是形式不相似的新的C语言程序.该软件还有帮助功能,可以随时为用户提供帮助.本软件仅供学习交流之用,不提倡学生用本软件抄袭别人的C语言程序.-The software is written in C, using the command-line interface with users of copying devices, which have the functions of
汇编语言报告
- 这是一个显示菜单及功能调用几个用汇编语言编写的具有DOS命令功能的文件的程序。程序的主要功能是,要进入菜单,必需先要输入密码,密码正确则显示菜单,密码错误则显示错误信息,并要求重新输入,若输入的密码三次是错误的话则回到DOS系统。若能正确地进入菜单,用户则可以随意调用菜单里相应的功能-This is a show that the menu and function calls several assembler language with the DOS command functions o
绝地程序编辑器
- 此软件支持多文档打开,支持多种程序语言语法高亮度显示:Delphi,SQL,Basic,C++, Perl,Java,HTML, TCL/tk,AWK scr ipt,Python CA-Clipper MS-DOS Patch File。多种选择模式支持,支持程序语言语法高亮度显示颜色的可视化调整,支持书签:十个书签,支持多级Undo和Redo操作,层次数可以自己设置。 支持最近文件列表,最近文件的数量可以自己设置。支持查找、替换:同Delphi: 支持直接编辑Delphi的窗体文件(dfm)
compiler.rar
- decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
asm_tools.rar
- 汇编语言编程和调试工具。 学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。 1.1、宏汇编MASM系统 在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。 ,Assembly language programming and debugging tools. The purpose of learning assembly language is to use
huibian
- 使用汇编语言编写程序,编写DOS下的TYPE命令,实现将磁盘中的某个已有的TXT文件的内容显示出来,要求程序在运行时先提示“Enter pathname:”,等待用户从键盘输入带路径的文件名,并在屏幕上显示此文件的内容,如没有此文件应有出错信息提示“Error”。-Assembly language programming, written under DOS TYPE command to achieve a disk in the TXT file contents have been s
8086ASM
- 8086系列汇编语言命令大全及其说明,简体中文版-Intel 8086 CPU asmble language,command and ti s commentes withe simple chinese
TutorialsOfAssemblyLanguageForTMS320C2812
- TMS320C2812进行汇编语言编程的指导手册,对关键的命令进行详细的举例说明。-TMS320C2812 assembly language programming for the instruction manual, the key command to conduct a detailed example.
ELEVATOR
- 采用汇编语言实现的模拟电梯的控制和运行。该电梯除实现了普通的识别静态指令的基本电梯功能外,额外支持电梯运行过程中的动态指令识别,可随时调整电梯前进的方向与目的地。此外,该模拟电梯还配备了紧急维修、暂停行驶、贵宾直达等特殊功能,并保证了较完备的安全性与可靠性。-The use of assembly language to achieve the simulation of the control and operation of elevators. In addition to the ele
assembly-language-cha1
- 运用汇编语言可深入控制CPU内部运行,完成某些C都无法实现的功能。-with the assembly language, we will have a more thorough command of the CPU than with the C language. So,i think this file is useful. Share with you.
commonly-used-command-
- 易语言程序 易语言源码模块 硬软件常用命令模块-Easy language program easy language source code module hardware and software commonly used command module
TCL
- tcl脚本,TCL(Tool Command Language)是一种解释执行的脚本语言(scr ipting Language)。 它提供了通用的编程能力:支持变量、过程和控制结构;同时TCL还拥有一个功能强大的固有的核心命令集。-Tcl scr ipt, TCL (Tool Command Language) is an interpretation of the implementation of the scr ipting language (scr ipting Language).