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

[数据结构] Naikai-c-second-grade100

根据南开大学C语言二级100题,结合自己对数据的理解,进行了,第一阶段的基础编程,所有代码一共包含上中下三部分.主要针对C语言初级训练。
Just as a good practice for C green horn.And this courses including three parts.You can downlode and have a exercise. (2016-03-13, Visual C++, 12KB, 下载2次)

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

[数据结构] booking-system-and-refund

(1)描述对航次表和乘客表选用的数据结构;(2)编程实现飞机票订票和退票系统。 是学习数据结构很好的例子
(1) a description of the voyage and the passenger list selected data table structure (2) the programming plane ticket booking system and refund. It is a good example of learning data structure (2015-05-11, Visual C++, 258KB, 下载3次)

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

[数据结构] data-structure

在学习数据结构时完成的几个小的编程练习,大家可以参考参考,分别是中缀转后缀表达式,约瑟夫问题,一元多项式相乘
Upon completion of the study data structure of several small programming exercises, you can refer to the reference, which are in turn postfix infix expression, Joseph problems, one yuan polynomial multiplying (2015-04-28, Visual C++, 2KB, 下载3次)

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

[数据结构] mpi

高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧
High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is the shortest path through a distributed memory parallel programming practice to master the knowledge and skills. 1. Understand the parallel algorithm design method 2. Master the basic steps 3. MPI parallel programming using MPI programming environment and master the tools 4. Understand MPI debugging and tuning tips (2015-04-16, Visual C++, 180KB, 下载19次)

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

[数据结构] BinaryIterate

已知前序、中序遍历,求后序遍历.比较笨的方法是画出来二叉树,然后根据各种遍历不同的特性来求,也可以编程求出.
Known pre-order, preorder, seeking after preorder. Stupid way is to draw out the tree, and then iterate based on a variety of different features to find, but also can be programmed to calculate. (2013-06-07, Visual C++, 1KB, 下载3次)

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

[数据结构] 1

已知学生三门课程基本信息如下。请使用结构体编程,计算学生三门课程成绩后,列表输出 学生的姓名、数学、英语、计算机、平均分信息,并按平均分排序。
The following basic information known to students three courses. List output structure programming, computing students three course grade the student' s name, mathematics, English, computer, average information, press average Sort. (2013-04-28, Visual C++, 1KB, 下载1次)

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

[数据结构] 1

任务分配问题 问题描述: N个任务分配给n个人,任务j分配给人i的成本是C[I,j],希望完成所有任务的成本最低,算法如何设计? 编程任务: 给定任务表示如下表,编程计算所需完成任务最低的成本。 数据输入: 请自己定义。 结果输出: 程序运行结束时,将计算结果输出到文件output.txt中。
Task allocation problem Problem Description: the N tasks assigned to the n individuals, the cost of task j allocation gives i C [I, J] want to complete all the tasks of the lowest cost, the algorithm is how to design? Programming task: given task the following table, programming required to complete the task the lowest cost. Data input: your own definition. Output: the end of the run, the calculation results output to the file output.txt. (2013-04-21, Visual C++, 1KB, 下载42次)

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

[数据结构] DATAstructureOfCPrograme

这是讲C语言的数据结构的一本书,要想学好嵌入式编程,就必须学好C语言,而要学好C语言,就必须学好它的数据结构
About C language data structure of a book, in order to learn embedded programming, it is necessary to learn the C language, and to learn the C language, you must learn its data structures (2013-04-18, Visual C++, 7667KB, 下载1次)

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

[数据结构] xiangxingbiao

数据结构课程线性表编程实验,从键盘输入len个元素并存放到线性链表L中,在屏幕上显示线性链表L中的所有元素
Table of data structures course linear programming experiments in L from the keyboard input len elements co-exist on the linear list, displayed on the screen all the elements of the linear list L in (2012-05-05, Visual C++, 794KB, 下载4次)

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

[数据结构] huffmanencode

哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;
The Haffuman encoding given input file content.txt, which contains a paragraph of text, and programming to achieve the above choice of an encoding method, the resulting output of the input file encoded to encode.txt read the results of the encode into the above coding.txt, programming the decoding process (requires the encoding of the Huffman tree, the specific data structures and the preservation of their own design), the decoded output the results to decode.txt (2012-02-08, Visual C++, 37KB, 下载6次)

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

[数据结构] cstring

数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。
The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise their standards-based programming. (2011-08-29, Visual C++, 363KB, 下载3次)

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

[数据结构] 3

试设计一个用回溯法搜索排列空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解圆排列问题。 圆排列问题描述如下:给定n 个大小不等的圆c1 , c2 ,..., cn ,现要将这n 个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n 个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2 时,这3 个圆的最小长度的圆排列是1,2,1,其最小长度为2 + 4*sqr(2)。 编程任务: 对于给定的n(n≤10)个圆,编程计算最小长度排列。
Time Limit:50000MS Memory Limit:65536K Total Submit:704 Accepted:481 (2011-06-09, Visual C++, 1KB, 下载4次)

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

[数据结构] BiaryTree

此程序是二叉树的创建和前序中序后序的遍历和二叉树的显示功能等,主要是对数据结构中二叉树编程的理解。
This program is a binary tree in order to create and preorder postorder binary tree traversal and display functions, mainly in the binary tree data structure is programmed to understand. (2010-11-26, Visual C++, 2KB, 下载6次)

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

[数据结构] Data_Structure

十本史上最好的数据结构电子书,英文版,让你能体验最原汁原味的国外专家的编程思想
10 The best data structure in the history books, in English, so you can experience the most authentic of the foreign experts, the programming ideas (2009-09-02, Visual C++, 28321KB, 下载123次)

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

[数据结构] compile_work2

自动机的确定化,充分理解和掌握NFA、DFA以及NFA确定化过程的相关概念和知识,编程实现对输入NFA转换成DFA输出的功能。
Determination of automata, and fully understand and master the NFA, DFA and NFA to determine the relevance of the concept of process and knowledge of programming to convert NFA to DFA input output function. (2009-06-22, Visual C++, 4KB, 下载22次)

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

[数据结构] c

严蔚民经典数据结构(c语言版)教材习题解答,是计算机编程初学者以及考研人士的必备教材配套习题解答。其中有详细的代码
Yan Weimin classic data structures (c language version) textbook exercises answer is computer programming for beginners as well as the study section of the supporting materials are necessary to answer exercises. Details of which code (2009-04-20, Visual C++, 137KB, 下载4次)

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

[数据结构] prog_pearls

本书是作者编程经验的结晶,由发表在杂志上的专栏文章构成,每一章内容相对独立,但都是编程过程中的有机组成部分。本书内容包括问题定义、算法、数据结构、程序验证与测试、程序优化与效率问题,以及这些技巧在排序、查找和字符串处理等方面的几个实际应用。本书每章末尾都附带有相关内容的问题,附录中给出了一些问题的提示和解答。仔细思考问题或与同事进行讨论,可以巩固所学知识,将作者的经验应用到自己的编程实践中。
This book is the author of the crystallization of programming experience, published in the journal by the column consists of the contents of each chapter is relatively independent, but they are in the process of programming an integral part. The book includes problem definition, algorithms, data structures, program verification and testing, process optimization and efficiency issues, as well as these skills in sorting, string search and deal with several aspects of practical application. The book comes at the end of each chapter has relevant content issues, the appendix gives some tips and answers to the problem. Think carefully about questions or discussion with colleagues, you can consolidate the knowledge acquired will be applied to the author (2008-07-31, Visual C++, 605KB, 下载3次)

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

[数据结构] suanfa

算法分析里的棋盘覆盖问题,VC编程实现,是基于图形界面的,能很好的演示。附带有算法的实验报告
Algorithm Analysis of the chessboard in coverage, VC Programming is based on the graphical interface, can very good presentation. Algorithm comes with the experimental report (2007-12-04, Visual C++, 55KB, 下载65次)

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

[数据结构] lianbiaobiancheng

关于一些链表的程序,希望大家会喜欢!! 多谢饿!!! 请站长快些开通我的帐号,和想与大家进行交流,学习别人的编程经验
List on some of the procedures involved, hoping that everyone will love! ! Thank you hungry! ! ! Please head quickly opened my account, and would like to conduct exchanges and learn from other people s programming experience (2007-11-08, Visual C++, 12KB, 下载2次)

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

[数据结构] TIN

三维真实地面模型中利用三角网TIN的编程
True three-dimensional terrain model TIN TIN to use programming (2007-10-07, Visual C++, 228KB, 下载216次)

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