登录
首页 » Visual C++ » bracketmatching

bracketmatching

于 2013-01-21 发布 文件大小:31KB
0 198
下载积分: 1 下载次数: 2

代码说明:

  这个程序用来解决树结构与树之间的程序匹配的问题这个程序可以解决很多的问题(it is very good)

文件列表:

bracketmatching
...............\bracketmatching.cpp,3049,2010-09-13
...............\bracketmatching.vcproj,3667,2010-09-13
...............\bracketmatching.vcproj.SYLVIA.Cheng Yong.user,1409,2010-12-20
...............\bracketmatching.vcxproj,4725,2011-09-27
...............\bracketmatching.vcxproj.filters,940,2011-09-27
...............\bracketmatching.vcxproj.user,143,2011-09-27
...............\Debug
...............\.....\bracketmatching.Build.CppClean.log,1319,2011-11-01
...............\.....\bracketmatching.exe.intermediate.manifest,381,2011-11-01
...............\.....\bracketmatching.lastbuildstate,71,2011-11-01
...............\.....\bracketmatching.log,126,2011-11-01
...............\.....\bracketmatching.obj,13817,2011-11-01
...............\.....\BuildLog.htm,6754,2010-11-06
...............\.....\CL.read.1.tlog,1758,2011-11-01
...............\.....\CL.write.1.tlog,494,2011-11-01
...............\.....\link.read.1.tlog,2596,2011-11-01
...............\.....\link.write.1.tlog,822,2011-11-01
...............\.....\mt.dep,60,2010-11-06
...............\.....\mt.read.1.tlog,736,2011-11-01
...............\.....\mt.write.1.tlog,364,2011-11-01
...............\.....\vc100.idb,44032,2011-11-01
...............\.....\vc100.pdb,53248,2011-11-01
...............\Release
...............\.......\bracketmatching.Build.CppClean.log,1199,2011-10-31
...............\.......\bracketmatching.exe.intermediate.manifest,381,2011-10-31
...............\.......\bracketmatching.lastbuildstate,73,2011-10-31
...............\.......\bracketmatching.log,175,2011-10-31
...............\.......\bracketmatching.obj,15171,2011-10-31
...............\.......\CL.read.1.tlog,1758,2011-10-31
...............\.......\CL.write.1.tlog,502,2011-10-31
...............\.......\link.read.1.tlog,2746,2011-10-31
...............\.......\link.write.1.tlog,696,2011-10-31
...............\.......\mt.read.1.tlog,744,2011-10-31
...............\.......\mt.write.1.tlog,372,2011-10-31
...............\.......\vc100.pdb,53248,2011-10-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • huffmancode
    哈夫曼编码程序,实现计算编码学中哈夫曼编码程序的源代码。(Huffman coding procedures, the realization of computing science Huffman encoding procedure s source code.)
    2008-01-14 13:55:11下载
    积分:1
  • Graph
    采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。(The realization of the use of adjacency matrix to the network storage, the establishment of the network, and to achieve single-source shortest path algorithm.)
    2007-12-25 16:55:03下载
    积分:1
  • BiTree
    二叉树的设计。包含二叉树结点类的设计以及二叉树的遍历。(Binary tree design. Contains the binary tree node class design, and Binary Tree Traversal.)
    2008-01-11 10:19:38下载
    积分:1
  • PROGRAM
    本书是《程序员面试宝典》的第三版,在保留第二版的数据结构、面向对象、程序设计等主干的基础上,使用各大IT公司及相关企业最新面试题替换和补充原内容,以反映自第一版以来近几年时间所发生的变化。   欧立奇、刘洋、段韬编著的《程序员面试宝典》取材于各大公司面试真题(笔试、口试、电话面试、英语面试,以及逻辑测试和智商测试),详细分析了应聘程序员(含网络、测试等)职位的常见考点。本书不仅对传统的C系语言考点做了详尽解说,还根据外企出题最新特点,新增加了对友元、Static、图形/音频、树、栈、ERP等问题的深入讲解。最后本书着力讲述了如何进行英语面试和电话面试,并对求职中签约、毁约的注意事项及群体面试进行了解析。本书的面试题除了有详细解析和答案外,对相关知识点还有扩展说明。真正做到了由点成线,举一反三,对读者从求职就业到提升计算机专业知识都有显著帮助。   《程序员面试宝典》适合计算机相关专业应届毕业生阅读,也适合作为正在应聘软件行业的相关就业人员和计算机爱好者的参考书。(This book is the" canon" in the third edition, retained in the second version of the data structure, object-oriented program design, main basis, the use of each big IT companies and related enterprises to the latest interview questions substitution and supplement the original content, in order to reflect the since its first edition in recent years since time changes. Ou Liqi, Liu Yang, Duan Tao," canon" drawn from major companies interview questions ( written examination, interview, telephone interview, interview, and logical test and IQ test ), a detailed analysis of the application programmer (including network, testing ) positions of the common points. This book not only to the traditional C language test done a detailed explanation, according to the new characteristics of the new foreign title, added to the friend, Static, graphics/audio, tree, stack, ERP issues in depth explanation. The last book on described how the English interview and telephone interview, and the job of signin)
    2012-03-21 11:28:19下载
    积分:1
  • zz
    说明:  图的相关操作:建立图,图的遍历,查找元素,删除元素等(Map-related steps: the establishment of map, graph traversal, find elements, delete elements, etc.)
    2008-07-25 15:20:23下载
    积分:1
  • Function-parameters
    C语言插入排序算法及代码 C语言中函数参数的传递有:值传递、地址传递、引用传递这三种形式。题一为值传递,题二为地址传递,题三为引用传递。(Insertion sort algorithm and C language code The parameter of function in C language transfer: transfer value, address, pass by reference to these three forms. Problem a value transfer, the transfer of Title address, three for reference. )
    2014-06-30 21:28:28下载
    积分:1
  • ExchangeTree
    先序创建二叉树,将二叉树所有节点的左右子树交换,再先序遍历输出(create a binary tree in first order, exchange all the nodes of the binary subtree , then preorder output)
    2014-07-08 21:30:13下载
    积分:1
  • huffman_tree
    数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。(Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.)
    2013-12-28 15:21:48下载
    积分:1
  • astar
    A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. (A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values ​ ​ are regarded as 0) 2, repeat the the following steps: to Find a the has a the the smallest F value of the node in the the and opening up list of, and put Find a to the node as the current node current node is removed from the open list, added to the closed list.)
    2013-04-04 11:06:42下载
    积分:1
  • 2
    说明:  用链表的方式实现多项式的加减,其中结构体包含幂次和系数。(Polynomial addition and subtraction with a list of ways in which the structure and contains the power of coefficients.)
    2017-03-10 09:10:31下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载