Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - windows program
Search - windows program - List
学习lemon语法分析的windows程序-Study lemon parsing the windows program
Date : 2025-12-22 Size : 337kb User : fg

DL : 0
【实验名称】递归子程序分析器的设计与实现 【实验目的和要求】 设计、编制,调试一个典型的语法分析程序,实现对如下的递归子程序语法的分析,进一步掌握常用的语法分析方法。 【实验内容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 针对上述文法编写一递归子程序分析程序,该程序的输入是任意符号串,输出是本次输入的符号串是否是该文法的句子的结论。 【环境】 Windows Pc 机,任何版本的c语言 其中还包括java语言实现的程序-[Name] recursive subroutine experimental Analyzer Design and Implementation of experimental purposes and requirements [] design, compilation, debugging the syntax analysis of a typical procedure, to achieve the following recursive subroutine syntax analysis, commonly used to further grasp the syntax analysis methods. [Content] ① experimental procedures for the analysis of the analysis grammar as follows: G [E]: E-> eBaA A-> a | bAcB B-> dEd | aC C-> e | dC ② grammar to prepare a response to the above recursive subroutine analysis program, the program is the input string of arbitrary symbols, the output is the input string is the symbol of the grammar of the sentence conclusion. Environment] [Windows Pc machine, any version of the c languages including java language procedures
Date : 2025-12-22 Size : 310kb User : 洪成前

source 为程序源代码文件目录 exe 为可执行文件目录 pics 为所有处理好的图片的目录 需要预先安装MinGW MinGW为Mini Gnu for Windows 里面包含gcc for windows的编译器 将其拷贝值某目录,然后设置环境变量 path x:\MinGW\bin 即可通过gcc(g++)命令进行编译-source for the program source code files directory exe executable file for the directory of pics for all deal with the need for a good picture of the catalog pre-installed MinGWMinGW for Mini Gnu for Windows which contains gcc for windows compiler to copy the value of a certain directory, and then set the environment variable path x: MinGW in you through the gcc (g++) command to compile
Date : 2025-12-22 Size : 2.32mb User : chris

一个简单的识别运算的编译器程序,在windows下运行-Identification of a simple computing program compilers, run at windows
Date : 2025-12-22 Size : 41kb User : 王玮

这是一个非常轻便的脚本开发环境。可以通过这个Wrapper把Lua编译器集成到Windows .Net开发环境中。可以支持动态的程序更新。-This wrapper allows programmer to integrate Lua interpreter into windows .net development enviroment. You can dynamically change a program behavior in runtime.
Date : 2025-12-22 Size : 1.07mb User : hegallis

国外的java反编译程序,感觉不错就下载~-Decompile java abroad program, feels good to download ~
Date : 2025-12-22 Size : 591kb User : 柱子

A test program demonstrating how to use SSE instructions in GCC, via compiler intrinsics. Includes Windows binary compiled with MinGW, and batch file showing what command line options you should be passing to the GCC.-A test program demonstrating how to use SSE instructions in GCC, via compiler intrinsics. Includes Windows binary compiled with MinGW, and batch file showing what command line options you should be passing to the GCC.
Date : 2025-12-22 Size : 73kb User : Mike Kasprzak

本手册讲述对8051 的目标环境如何使用Cx51 优化C 编译器编译C 程序Cx51 编 译器包可以用在所有的8051 系列处理器上可以在WINDOWS 32 位命令行中执行本手 册假定你熟悉WINDOWS 操作系统知道如何编程8051 处理器并会用C 语言编程-This manual describes the target environment of the 8051 how to use the Cx51 optimizing C compiler to compile C program Cx51 compiler package can be used in all of the 8051 series of processors can be WINDOWS 32-bit command-line in the implementation of this manual assumes that you are familiar with WINDOWS operating system, know How do I program the 8051 processor and will use C language programming
Date : 2025-12-22 Size : 1.31mb User : honyu

sample program in beep functions in windows
Date : 2025-12-22 Size : 172kb User : kiben

(1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这样的压缩功能。 (5)选作部分:进一步思考或实现——如何进一步实现减小源文件大小的压缩功能。 (6)应该书写完善的软件文档。 -(1) C++ source code C++ scanner identification marks. C++ language contains several types of tokens: identifiers, keywords, numbers (including integer, floating point), strings, notes, special symbols (delimiters) and the operator symbols. (2) to open a C++ source file, print out all of the above marks. (3) require the application should be Windows interface. (4) selected as part: In order to improve the readability of C++ source code, C++ program in the writing process to join the blank lines, spaces, indentation, comments, and so on. Suppose you want to sacrifice readability to save disk space, you can store a remove all unnecessary spaces and comments in the C++ source code of the compressed text. Therefore, the program should have such a compression. (5) selected as part of: Further Thoughts on or realized- how to further reduce the source file size to achieve compression. (6) should be well-written software documentation
Date : 2025-12-22 Size : 573kb User : 陈新杰

DL : 0
c++ program to display a webcam display in 3 different flipped windows
Date : 2025-12-22 Size : 3.76mb User : figure

将C++的单行注释改成C语言的注释. 在Windows 下用VC2005环境写程序的时候, 有C语言写的程序, 但是用了C++的注释, 也能成功编译连接运行. 但发现也有很多编译器不支持C++的单行注释. 又不想手机地改所有的代码. 所以写了一个程序来自动将C++的单行注释替换成C语言的注释格式. 压缩包中有两个文件. 其中 to_c_style_comment.c 中的我程序文件. cpptest.c 只是一个测试文件. 是一个包含C++单行注释的c源程序, 仅供测试用. 编译方法: gcc -o to_c_style_comment to_c_style_comment.c 测试方法: ./to_c_style_comment cpptest.c 或 ./to_c_style_comment cpptest.c outputfile -This program is to convert C++ one-line comment into a C language style comment. Under Windows, I was coding under the VC2005 environmental in C , but I inserted so many C++ one-line comments in my source code, (It works under such environment). But I found that there are many compilers does not support C++, a single line comment now. And I don t want to correct my code by hand, so wrote a program replace the C++ one-line comments with C-style comments. The compressed package consists with two files: to_c_style_comment.c is my program files. cpptest.c just a test file.( for test purposes only). gcc-o to_c_style_comment to_c_style_comment.c test method:./to_c_style_comment cpptest.c or./to_c_style_comment cpptest.c outputfile
Date : 2025-12-22 Size : 1kb User : 陈云川

实现了windows编译器的功能,可以自动生成编译文件-This program is used to achieve the Windows compiler functions. What is more, it can generate a new file automaticly
Date : 2025-12-22 Size : 54kb User : bo

利用flex&bison解析windows注册表的小程序,在解析完成后写入到linux的文件系统中。-Flex & resolve by the nonproprietary bison windows registry program, written after the completion of the analysis to the Linux file system.
Date : 2025-12-22 Size : 100kb User : 苏东

XPB!Basic XPB! is a brand new compiler for the 32-bit Windows platform that contains a rich set of features for developingboth GUI and console applications! Features True 32-bit compiler! Create both GUI and console programs! Create DLL and OBJ files! Compiles your program to fast machine code! Built-in assembler! Built-in linker! Built-in resource compiler! Over 200 commands/functions! No run-time support files to distribute! Integrated Development Environment! GUI programs are as small as 4K in size! Console programs are as small as 2K in size! Expressions Including Signed Numbers. Supports integer, float and string data types. Variable Assignments - Numeric & Strings Relational Operators < > <> = <= >= Math Operators + - / * Single dimension INTEGER arrays supported. 80-bit double precision floats supported. (Work in progress)-XPB!Basic XPB! is a brand new compiler for the 32-bit Windows platform that contains a rich set of features for developingboth GUI and console applications! Features True 32-bit compiler! Create both GUI and console programs! Create DLL and OBJ files! Compiles your program to fast machine code! Built-in assembler! Built-in linker! Built-in resource compiler! Over 200 commands/functions! No run-time support files to distribute! Integrated Development Environment! GUI programs are as small as 4K in size! Console programs are as small as 2K in size! Expressions Including Signed Numbers. Supports integer, float and string data types. Variable Assignments - Numeric & Strings Relational Operators < > <> = <= >= Math Operators + - / * Single dimension INTEGER arrays supported. 80-bit double precision floats supported. (Work in progress)
Date : 2025-12-22 Size : 2.15mb User : Eidos

实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这样的压缩功能。 (5)选作部分:进一步思考或实现——如何进一步实现减小源文件大小的压缩功能。 (6)应该书写完善的软件文档。-Experiment one: C++ source code word scanner (lexical analysis) functions: (1) C++ source code scanner to identify C++ mark. C++ language contains several types of tokens: identifiers, keywords, number (including integer, float), string, notes, special characters (delimiters) and arithmetic symbols. (2) Open a C++ source file, print out all of the above marks. (3) requires that the application should be Windows interface. (4) selected as part: In order to improve the readability of source C++, C++ program writing process by adding a blank line, space, indentation, comments, and so on. Suppose you want to sacrifice readability, to save disk space, you can store a compressed text removed all unnecessary whitespace and comments C++ source code. Therefore, the program should also have such compression. (5) selected as part of: further thought or realize- how to achieve further reduce the size of the source file compression functions. (6) should write perfect software documentation.
Date : 2025-12-22 Size : 45kb User : 邵阳

DL : 0
Parser Generator 2用vs2010生成64位库的脚本代码:【注:以下路径用绝对路径举例说明,具体请根据实际情况修改】 [Compiler Bin Directory:] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\BIN\X86_AMD64 [Compiler Bin Directory(2):] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\COMMON7\IDE [Compiler Include Directory:] C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V7.0A\INCLUDE [Compiler Include Directory(2):] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\INCLUDE [Compiler Library Directory:] C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V7.0A\LIB\X64 [Compiler Library Directory(2):] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\LIB\AMD64 -Scrip for x64-lib of Parser Generator 2
Date : 2025-12-22 Size : 2kb User : wang jingquan

windows 命令解释器(shell)模拟程序-windows command interpreter (shell) simulation program
Date : 2025-12-22 Size : 750kb User : 张雄

Turbo C++ Program for Windows 7 , 8 .1-Turbo C++ Program for Windows 7 , 8 , 8.1
Date : 2025-12-22 Size : 6.32mb User : crazzy

DL : 0
this program can write ALLAH on the output windows screen
Date : 2025-12-22 Size : 32.1mb User : mullaengr
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.