CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - compiler - List
[
Data structs
]
编译原理-课后习题
DL : 0
Date
: 2025-12-21
Size
: 6kb
User
:
数据库
[
Data structs
]
数据结构,刘大有
DL : 0
一个简单的数值计算程序所使用的数据是一些实数或整数,一个编译程序使用和加工的数据是源程序,而一个能修改自身的计算机程序使用和加工的数据(对象)就是自身。-a simple numerical calculation procedures used by the data of some real or integer, a compiler use and processing of data source, and one can amend its own procedures for the use of the computer and processing of data (the object) is its own.
Date
: 2025-12-21
Size
: 293kb
User
:
[
Data structs
]
fengsuyun
DL : 0
本程序主要是用于编译原理中的语法分析用的是vc++语言,用的是LR1语法分析法。-this procedure is used mainly to the principle of compiler syntax analysis is vc language, the syntax is Sequence Analysis.
Date
: 2025-12-21
Size
: 6kb
User
:
马丽
[
Data structs
]
7个数据结构的实验_DataStructure
DL : 0
编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。-Compiler System : Visual C 6.0 operating system : Windows 2000/XP these procedures for the study and understanding of data structure will be very helpful.
Date
: 2025-12-21
Size
: 224kb
User
:
郑浩
[
Data structs
]
EIGHT—QUEEN
DL : 0
这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used to test new C compiler written.
Date
: 2025-12-21
Size
: 11kb
User
:
陶自权
[
Data structs
]
c语言分析
DL : 0
一个关于编译原理的编程,是一个c语言来实现的,可以运行。主要是分析输出。-a compiler on the Principle of programming, is a C language to achieve, and can run. Analysis is the main output.
Date
: 2025-12-21
Size
: 3kb
User
:
lee
[
Data structs
]
表达式求值(修改)
DL : 0
本代码已经在VC++环境下编译实现,但不知道在纯C++下运行结果会怎样-the code in Visual C++ compiler environment to achieve, but we do not know in pure C++ to run what will be the outcome
Date
: 2025-12-21
Size
: 228kb
User
:
GQ
[
Data structs
]
swr1
DL : 0
这是数据结构的四则运算的c语言程序,只要编译就能运行呀!-This is the data structure of the four operations c language program, as long as the compiler can run!
Date
: 2025-12-21
Size
: 1kb
User
:
宋维仁
[
Data structs
]
经典约瑟夫环问题c语言版
DL : 0
数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
Date
: 2025-12-21
Size
: 1kb
User
:
[
Data structs
]
HORSEJUMPCHESS
DL : 0
马跳棋盘递归算法(TC实现,并提供示意图),可移植到任何C编译器-Ma checkerboard recursive algorithm (TC achieved, and to provide diagram), and can be transplanted to any C compiler
Date
: 2025-12-21
Size
: 1kb
User
:
胡安
[
Data structs
]
平衡二叉排序树的综合操作1
DL : 0
数据结构常用算法:平衡二叉排序树的综合操作 全部程序代码,在C环境编译通过。-algorithm commonly used data structures : a balanced binary sort tree all integrated operation code, the C compiler through the environment.
Date
: 2025-12-21
Size
: 3kb
User
:
牛牛
[
Data structs
]
关于编译原理课程讲义cth
DL : 0
好的学习资料编译没学好的要下了看看哦 ,我也是找老师要的-good learning information to the compiler diminish under a look at, oh, I also want to find teachers
Date
: 2025-12-21
Size
: 356kb
User
:
gq
[
Data structs
]
CyoEncode
DL : 0
base16、base32、base64编码的Encode、Decode算法实现。支持各个C++编译平台。-base16, base32, base64 encoding Encode, Decode algorithm. C compiler supports various platforms.
Date
: 2025-12-21
Size
: 6kb
User
:
许式伟
[
Data structs
]
Hman_byC
DL : 0
哈夫曼编码函数 C语言,C++平台编译通过-Huffman coding function C language and C compiler platform through
Date
: 2025-12-21
Size
: 18kb
User
:
wang
[
Data structs
]
图论算法库 C++ 语言实现
DL : 0
图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是我为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 虽然该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。 -graph algorithm for C language code content graph algorithm library, including the following algorithm : single-source shortest path algorithm Dijkstra single source shortest path Bellman-Ford algorithm youngest generation Prim algorithm for each tree node on the shortest path between Flod- Warshall ALGOL C compiler platform Vi sualAge author starfish 4.0 C (starfish.h @ china.c om) Remarks procedures using C language, the VisualAge C 4.0 debugging through. The compressed file contains all Graph.h the library, the procedure call interface, see the Notes. Other documents algorithm is used to test the test procedures in VisualAge C compiler running under 4.0. The algorithm is for me to participate in ACM/Illinois prepared to contest the information, because the competition for high speed
Date
: 2025-12-21
Size
: 10kb
User
:
罗鹏魁
[
Data structs
]
++cifafenxicompiler
DL : 0
编译原理的实验--设计一个词法分析器,可以识别C中的关键字和各种符号-compiler principle experiments-- design a lexical analyzer can identify C keywords and various symbols
Date
: 2025-12-21
Size
: 1.59mb
User
:
亿摆
[
Data structs
]
cscript1(zhuanzai)
DL : 0
完成一个简化的C语言编译程序,最终能生成汇编语言或中间结果。有一些基本的数据结构和语言成分-completion of a simple C language compiler and eventually will generate assembly language or intermediate results. There are some basic data structure and composition language
Date
: 2025-12-21
Size
: 409kb
User
:
zhaoyan
[
Data structs
]
lisuanshijianmoni
DL : 0
此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is achieved. The use of object-oriented design methods, vc 6.0 compiler, operating normally
Date
: 2025-12-21
Size
: 13kb
User
:
张
[
Data structs
]
card24
DL : 0
可以进行分数的24点运算的,因为里面还额外实现了一个分数类。24点必须用VC编译,GCC编译会有问题,这个bug当时没找出来。可能是默认堆栈大小的问题。这个程序从我现在看来,写得很差。-can score 24 points in computing, because it has achieved an additional category scores. 24 points to be compiled with VC, the GCC compiler will create problems, the bug when they did not find out. May is the default stack size of the problem. This procedure seems to me now, very poorly written.
Date
: 2025-12-21
Size
: 97kb
User
:
王
[
Data structs
]
okdes
DL : 0
经典的DES算法,确保可以编译通过,可以少花不少时间,-classic DES algorithm to ensure that the compiler is enacted, it will spend a lot less time,
Date
: 2025-12-21
Size
: 133kb
User
:
王
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.