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

[数据结构] four_BiTree

二叉树的基本操作:建立、销毁、先序排序、中序排序、后序排序、广义表输出
The basic operation of a binary tree: create, destroy, first order sort, the sort order, the sort order, generalized table output Google 翻译(企业版):译者工具包网站翻译器全球商机洞察 关闭即时翻译关于 Google 翻译移动隐私权政策帮助发送反馈 (2014-06-06, Visual C++, 351KB, 下载3次)

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

[数据结构] Polynomia-Calculator

稀疏多项式计算器 通过链表的数据结构,实现:创建多项式、显示多项式、复制多项式、销毁多项式、清空多项式、多项式相加、多项式相减、多项式求值等功能。
Sparse polynomial calculator through the list data structure to achieve: Create polynomials, polynomial display, copy polynomials, polynomial destroyed, empty polynomials, polynomials, polynomial subtraction, polynomial evaluation functions. (2013-12-28, Visual C++, 201KB, 下载4次)

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

[数据结构] list

本实验为广义表建立二叉树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。
This experiment is the generalized table set up binary tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation. (2013-05-29, Visual C++, 3KB, 下载3次)

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

[数据结构] plus

本实验实现的是链表结构的多项式相加,为数据结构必做实验,仅上传cpp文件,读者可在编译器上自行编译实现。
The experimental realization of the list structure of polynomial for the data structure must do the experiment, only upload cpp file, the reader can compiler to compile your own implementation. (2013-05-29, Visual C++, 2KB, 下载1次)

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

[数据结构] eightnumber

八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。 所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。
The eight digital also known as JiuGongTu. 3 × 3 board, put eight pieces, each piece is marked with a certain number of 1-8, the different pieces on the subject of digital is not the same. Is also a board spaces, and spaces adjacent pieces can be moved to the space. Required to solve the problem is: given an initial state and a target state, to identify the least number of steps to move a pawn move step into a initial target state. A state of so-called problem is a pawn on the chessboard pendulum method. Pawn move, the status will change. The solution eight digital actually is to find out from the initial state to reach the target state through a series of intermediate transition state. (2013-05-03, Visual C++, 3KB, 下载1次)

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

[数据结构] Labyrinth

程序用于模拟小人走迷宫,小人每走到一格,下一步随机走到相邻的一格中,右上角为步数计步器,到达最右下方方格时声称成功。
Procedures for the simulation of a maze, the villain went to one, the next step random walk to the adjacent cell, for the upper right corner step pedometer, reached the right beneath the square claimed success. (2012-12-07, Visual C++, 3500KB, 下载4次)

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

[数据结构] vectoralist

练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个list,并重复上述实验,并注意观察结果。
Exercises vector and list defines the use of an empty vector, element type int, generate 10 random numbers inserted into the vector, iterate over the vector and the output element values. Vector iterator to traverse, and output the value of one of the elements in the vector head insert a random number. Find generic algorithms to find a random number, and if found will output, otherwise this number inserted into the vector tail. Using generic algorithms sort the vector Sort iterator traversal vector and output the value of one of the elements. The vector emptied. Define a list, and repeat the experiment, and observe the results. (2012-09-20, Visual C++, 1KB, 下载8次)

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

[数据结构] FCallczipe

功能超级强大的计算器。。。支持表达式运算。具有中缀转后缀功能。。。。。使用了数据结构中先进的技术,是不可多的的代码,本人就读南京大学时的作品
Function super powerful calculator. . . Expressions are supported. With infix to suffix function. . . . . The use of advanced technology in the data structure is not much of the code works when I attended the Nanjing University (2012-06-10, Visual C++, 7KB, 下载2次)

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

[数据结构] xiaoxingwenbenbianjiqi

问题描述:设计一个行编辑程序,使其具有通常行编辑器(如Vi、Edlin)应具备的基本功能。 基本要求:编辑器应具备对文本文件的查找、插人、删除、修改、字符串替换、统计字数,统计行数等功能,对于超过一屏的长文件,应能够分页显示,查找功能用字符串匹配算法实现。设计用户接口命令,实现对文本的编辑。 可以支持“* ”、“? ”等通配符
Problem Description: design a line editor, which is usually a line editor ( such as Vi, Edlin ) should have the basic functions.Basic requirements: the editor should have the text document search, insert, delete, modify, string replacement, statistical number row number, statistics and other functions, for more than one screen long document, should be able to display, search function using string matching algorithm. Design of user interface commands, the realization of a text editor.Can support the"*","?" wildcard (2012-03-01, Visual C++, 2KB, 下载10次)

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

[数据结构] Stack-processing-data

编写三个函数;主函数、进栈函数、出栈函数。 主函数定义并初始化堆栈,用一个循环,由用户输入对堆栈的操作要求,进栈、出栈或结束操作。 进栈函数在数据进栈前要测试堆栈是否已满,如果已满,则输出提示,告知堆栈已满并取消本次进栈操作;如果未满,将数据进栈并修改栈顶指示器。 出栈函数在数据前要测试堆栈是否已空,如果已空,则输出提示,告知堆栈已空并取消本次出栈操作;如果为空,将栈顶出栈并修改栈顶指示器。数据出栈应将其输出到屏幕。 .
Stack processing data (2011-10-15, Visual C++, 1KB, 下载2次)

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

[数据结构] Ed-hoffmann-decoder-

设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint
Design a Hafu Man codec, the following functions: (1) Initialization: read from the terminal character set size n, n a n-weight character and to establish Huffman tree, into the file hfmTree (2) Coding: Using the Huffman tree has been well-established, the body of the document is encoded, stored in the file CodeFile (3) decoding: the use of already well-established code for decoding Huffman tree or text encoding of the target , into the file TextFile (4) Indian code files: 50 per line, into the file CodePrin (5) Print Hafu Man Tree: t the same time, the character form of the tree into the file TreePrint Hafu Man (2011-05-29, Visual C++, 15KB, 下载8次)

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

[数据结构] Exp

使用VC编写的一个表达式计算器,可以进行四则混合运算,括号,工程对数,自然对数,组合数,排列数,阶乘等,本程序使用双向链表进行表达式计算。
VC prepared using an expression calculator, can be four hybrid operation, parentheses, the number of works, the natural logarithm, the number of combinations, arrangement number, factorial, etc., the program uses two-way linked list expression evaluation. (2011-04-09, Visual C++, 176KB, 下载3次)

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

[数据结构] 3_2

分数计算器及测试程序。 1.该程序是分数计算器,程序的有些功能没有完成,请编写函数,将程序完成,要求界面提示清晰,便于操作。 2.增加输入分数四则运算的功能。 3.增加输出文件的功能,使输入的字符串及输出结果可以保存在文件中。 4.增加判别分母是否为零的功能,无论任何运算,分母一旦为零,则退出当前运算并输出提示消息。
Score Calculator and testing procedures. 1. The program is fractional calculator, some features did not complete the program, please write function, the process is complete, the interface is clear and prompt, easy to operate. 2. Increase the input fraction arithmetic functions. 3. To increase the function of the output file, so that the input string and output results can be saved in the file. 4. Increase the discriminant function of the denominator is zero, regardless of any operation, if the denominator is zero, then quit the current operation and output prompt message. (2010-11-29, Visual C++, 1KB, 下载1次)

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

[数据结构] ijkljk

包含两个文件,一个是.BGI文件,是图形化得驱动,没有它该C语言程序无法正常显示,另外一个是源程序,本程序功能为图形化的计算器
Contains two files, one. BGI document is too graphic drivers, without which the C language program can not display properly, the other is the source, this program features for the graphical calculator (2009-12-20, Visual C++, 8KB, 下载3次)

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

[数据结构] calc

在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数
In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, and also added ^ computing, support brackets and start the negative (2009-10-14, Visual C++, 145KB, 下载10次)

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

[数据结构] calculator

数据结构实验练习--计时器,通过定义数组operand存放每个操作数,定义数组operate建立操作符集合,输入表达式得出结果。
Experimental data on the structure of practice- the timer, the array operand stored by defining the number of each operation, the definition of the array operate operator set up a collection, enter the expression results. (2009-04-08, Visual C++, 135KB, 下载2次)

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

[数据结构] express

这个源码是用来通过顺序的扫描输入流中的数据,来计算表达式,这个代码在一般的表达式计算,比如:解析器构造中对表达式的处理都是有用的
This source is used to scan through the sequence of input stream data, to calculate the expression, the code in the general expression of the calculation, such as: Parser Construction of expression are useful to deal with (2008-12-16, Visual C++, 2KB, 下载2次)

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

[数据结构] moresort

改进的排序算法分析程序,使用CPU内核计数器精确各种计算排序时间,并且记录比较次数和交换次数,强烈建议希望研究算法者仔细研究。
Improved Sorting Algorithm analysis program, using a variety of CPU cores Counter precise calculation of time to sort and compare records of the number and frequency of exchange, we strongly recommend those who wish to study carefully studied algorithm. (2007-09-18, Visual C++, 93KB, 下载5次)

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

[数据结构] 稀疏矩阵的运算器

稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4
sparse matrix operations for the [basic requirements] "OK logical link with information" of the order form ternary group said Sparse matrix, Matrix achieve two together, subtract, multiply arithmetic. Sparse Matrix input form using ternary group, which runs the Matrix while the usual array listed. This is from Qinghua University, Yan Wei Min Xiulan WU Weimin compilation of the data structure that sets (C-language version) of the actual 136 XI 4 (2006-01-09, Visual C++, 5KB, 下载55次)

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

[数据结构] 一元稀疏多项式的计算

一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》
one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm" (2005-06-30, Visual C++, 1KB, 下载36次)

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