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

[数据结构] jisuanqi

实现计算器类以及相关函数函数。 2、完善计算器类的检查函数,增加对输入的合法性检查,包括滤掉所有非法输入及处理左右括号不配对的输入。 3、编制应用程序测试这个计算器
The calculator class and the related function function are implemented. 2, improve the checking function of the calculator class, increase the validity of the input, including filtering out all the illegal input and processing the unmatched input of the left and right brackets. 3. Write the application test the calculator (2017-12-13, Visual C++, 675KB, 下载1次)

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

[数据结构] datastruct

严蔚敏数据结构算法VC源代码完整版,编译器为vc++6.0
this is code of datastructure (2014-10-26, Visual C++, 191KB, 下载4次)

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

[数据结构] calculator

数据结构实验计算器,根据用户输入能自动判断是否正确表达式
it can calculator (2013-04-23, Visual C++, 968KB, 下载1次)

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

[数据结构] List

[源码 Dev C++]单链表模板类 [节点类 链表类 遍历器类]
C++ ChainList Class (2012-05-09, Visual C++, 111KB, 下载6次)

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

[数据结构] huffuman

程序设计 由C++实现的 哈夫曼编码器 内含代码
Huffman encoder containing code Programming in C++ (2012-04-25, Visual C++, 485KB, 下载6次)

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

[数据结构] CPP-binary-tree

C++泛型编程编写的二叉查找树结构,支持插入,删除,迭代器遍历等
failed to translate (2012-04-19, Visual C++, 1KB, 下载4次)

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

[数据结构] calculator

用链栈做计算器,数据结构实验课作业,原创代码
Chain calculator stack data structure to do (2011-11-01, Visual C++, 1KB, 下载2次)

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

[数据结构] first-select

一个按优先数调度算法实现处理器调度的程序
A number of priority scheduling algorithms processor scheduling program (2011-09-16, Visual C++, 1KB, 下载2次)

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

[数据结构] calculator

乘法大整数计算器,采用数据结构,C++编写
Large integer multiplication calculator, the use of data structures, C++ writing (2011-05-16, Visual C++, 1KB, 下载3次)

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

[数据结构] hafuman

利用二叉树结构实现哈弗曼编码器和解码器。根据输入的字符串中每个字符出此案的次数统计频度。
Using binary tree structure to achieve Hafu Man encoder and decoder. According to the input string the number of times each character a statistical frequency of the case. (2011-05-03, Visual C++, 7KB, 下载4次)

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

[数据结构] calculator

初学数据结构 写的利用栈操作写得简单计算器
Beginners stack data structure write operation using a simple calculator written (2010-10-19, Visual C++, 242KB, 下载4次)

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

[数据结构] yuesefuhuan

约瑟夫环的实现,在visual C++编译器下实现
Joseph loop implementation, the visual C++ compiler to achieve (2010-09-28, Visual C++, 583KB, 下载2次)

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

[数据结构] paixu

排序器 六种方法都有 是数据结构大试验,哈希,堆排序,等
paixuqi shujujiegou (2010-04-10, Visual C++, 52KB, 下载4次)

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

[数据结构] OSyinghangjiasuanfa

1.1 课程设计题目 银行家算法的模拟实现。应用银行家算法验证进程安全性检查及分配资源。 1.2 课程设计目的 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁地发生。
1.1 Course Design Title Simulation of banker s algorithm implementation. Application of Banker s algorithm validation process, security checks and the allocation of resources. 1.2 course is designed to The purpose of this design is by writing and debugging a simple system dynamic simulation program to allocate resources to observe the resulting deadlock conditions, and the use of appropriate algorithms, effectively prevent and avoid deadlocks occur. (2010-03-17, Visual C++, 566KB, 下载20次)

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

[数据结构] desk

设计SIMPLE语言的词法分析器,编译原理的实验。
SIMPLE language, lexical analyzer design, compile principle experiment. (2010-02-19, Visual C++, 888KB, 下载2次)

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

[数据结构] calculator

数据结构课程设计:用MFC实现复杂计算器
Data Structure Course Design: Using MFC implementation complexity Calculator (2010-01-14, Visual C++, 1926KB, 下载7次)

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

[数据结构] calculate

控制台下的计算器程序,能处理复制的计算!
Under the console calculator program can handle the calculation of copy! (2009-12-05, Visual C++, 2KB, 下载3次)

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

[数据结构] SimpleLISP

一个简单的LISP算术表达式计算器。 简单LISP算术表达式定义如下: (1)一个0....9的整数 (2)(运算符 表达式 表达式) 例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.
LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15. (2008-08-23, Visual C++, 2KB, 下载92次)

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

[数据结构] test

矩阵运算器,c语言编程,数据结构,免费下载
Matrix calculator, c language programming, data structures, free download (2008-05-04, Visual C++, 3KB, 下载2次)

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

[数据结构] ha

哈夫曼编/译码器 问题描述:给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。
Huffman encoder/decoder problem description: given a message to Huffman encoding, a given Huffman code decoding. Request message is stored in one file, the encoded results are stored in the document 2, a given code is stored in the document 3, the result of decoding is stored in the document 4. (2008-04-08, Visual C++, 3KB, 下载21次)

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