联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(310) 
按平台查找All Visual C++(310) 

[数据结构] 词法分析器

用C语言编写的编译原理词法分析器,可读取文件,功能非常强大
The Compiling Principle lexical analyzer, written in C language, can read the file, and the function is very powerful. (2017-12-05, Visual C++, 895KB, 下载3次)

http://www.pudn.com/Download/item/id/1512465549914532.html

[数据结构] calculator

用c语言编写的可以计算整数表达式的计算器,利用了数据结构中的栈
Using c language calculator can calculate the integer expression, the use of the data structure stack (2016-07-16, Visual C++, 180KB, 下载2次)

http://www.pudn.com/Download/item/id/1468639138798181.html

[数据结构] shujujiegou_calculate

基于MFC的计算器程序。类型同windows的计算器程序。利用数据结构的知识。
MFC-based calculator program. Type with the windows calculator program. Using the knowledge of the data structure. (2013-10-20, Visual C++, 2323KB, 下载1次)

http://www.pudn.com/Download/item/id/2379263.html

[数据结构] airport-simulation

用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列
With a queue to achieve airport takeoff and landing queue. A queue is a linked list structure encapsulates later achieve. Consider a one-minute time forward analog clock, for every minute, generates two random numbers within 0-99: If the first random number is less than landingRate* 100, then a " landing reaches the" will occur and are Add the landing queue if the second random number is less than takeOffRate* 100, then a " Arr" will occur off and added to the queue. Then, check the runway is free. When idle, first check whether the non-empty queue landing, if so, to allow the first aircraft landing Otherwise, the process takeoff queue (2013-08-24, Visual C++, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/2338644.html

[数据结构] sss

试更具全班学生的姓名,构造一个散列表,选择适当的散列函数和解决冲突的方法,设计并实现插入、删除和查找算法,并统计冲击发生的次数(用拉链法解决冲击时装填因子a=2,用开放定址法时a=1/2)
Test more students in the class name, construct a hash table, select the appropriate hash function and conflict resolution methods, design and insert, delete, and search algorithm, and statistics of the number of shocks (fill zipper method to resolve the impact of fashion factor a = 2, with open addressing law a = 1/2) (2012-12-04, Visual C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/2070654.html

[数据结构] calc

四则整数计算器 含有界面 用二叉树和栈数据结构进行计算 适合数据结构和界面设计的初学者
Four integer calculator contains the interface (2012-06-25, Visual C++, 2867KB, 下载2次)

http://www.pudn.com/Download/item/id/1922523.html

[数据结构] lisp

简单的LISP算术表达式计算器,数据结构实验
good lisp (2012-05-27, Visual C++, 2766KB, 下载5次)

http://www.pudn.com/Download/item/id/1890921.html

[数据结构] calculator

数据结构课程设计基本练习 简单的计算器编写
data structure project—calculator (2012-04-11, Visual C++, 406KB, 下载2次)

http://www.pudn.com/Download/item/id/1825409.html

[数据结构] longc

计算无限位长整数的计算器,是数据结构综合设计的实验题目,请大家参考。
This code calculates the plus,minus and multiply operation without bit limit.It is for Data structure. (2011-12-15, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1732138.html

[数据结构] 406109070313

行编辑器,数据结构课程设计,通过串实现基本操作,插入删除等
Line editor, data structures, curriculum design, implement basic operations through the string, insert and delete (2011-01-10, Visual C++, 290KB, 下载3次)

http://www.pudn.com/Download/item/id/1408743.html

[数据结构] parse

语法分析器,可以分析出算术表达式格式是否正确
parese (2010-07-11, Visual C++, 72KB, 下载1次)

http://www.pudn.com/Download/item/id/1238565.html

[数据结构] editor_zw

软件学院数据结构与算法分析课程设计 一个文本编辑器的课程设计报告
School of Software Data Structures and Algorithm Analysis course design a text editor, curriculum design report (2009-12-13, Visual C++, 34KB, 下载16次)

http://www.pudn.com/Download/item/id/1003388.html

[数据结构] Pagereplacementalgorithm

页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。
Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the most recently used replacement algorithm for long, simple Clock replacement algorithm and improved Clock replacement algorithm page views by supporting the realization of random sequences of the algorithm testing and performance comparison. (2009-06-08, Visual C++, 335KB, 下载63次)

http://www.pudn.com/Download/item/id/797761.html

[数据结构] calculator

简单的计算器程序,是数据结构的简单应用,实现了计算器的基本功能
A simple calculator program is a simple application of the data structure to achieve the basic functions of the calculator (2009-05-10, Visual C++, 905KB, 下载2次)

http://www.pudn.com/Download/item/id/751970.html

[数据结构] shujujiegou

数据结构中有简单的文本编辑器,还有文本编辑器的设计与实现等多种设计
Data structure in a simple text editor, as well as a text editor such as the design and implementation of a wide range of design (2009-04-23, Visual C++, 851KB, 下载12次)

http://www.pudn.com/Download/item/id/728420.html

[数据结构] huffman

哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考
^ Huffman decoder data structure of our classic experiment in most cases as a reference (2008-12-10, Visual C++, 2KB, 下载5次)

http://www.pudn.com/Download/item/id/601070.html

[数据结构] huffman

哈夫曼编码器,提供了多种的输入方法, 使用方便,速度很快
Huffman encoder, providing a wide variety of input methods, easy to use, fast (2008-01-04, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/388506.html

[数据结构] Huffman

哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码
Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code (2007-08-28, Visual C++, 2KB, 下载101次)

http://www.pudn.com/Download/item/id/324732.html

[数据结构] network1

这是一个用c++实现的网络路由器的路由表信息显示程序
This a realization of using c network routers routing table information display program (2006-04-19, Visual C++, 2KB, 下载117次)

http://www.pudn.com/Download/item/id/173616.html

[数据结构] ++cifafenxicompiler

编译原理的实验--设计一个词法分析器,可以识别C中的关键字和各种符号
compiler principle experiments-- design a lexical analyzer can identify C keywords and various symbols (2006-03-18, Visual C++, 1631KB, 下载32次)

http://www.pudn.com/Download/item/id/155684.html
总计:310