登录
首页 » Visual C++ » paixu

paixu

于 2009-05-05 发布 文件大小:22KB
0 246
下载积分: 1 下载次数: 1

代码说明:

  使用的排序算法,非常不错的思维,比较其他有较大优势(Sorting algorithm used, very good ideas, have greater advantages compared with other)

文件列表:

排序
....\PCBUB.C
....\PCBUB0.C
....\PCBUB0.DAT
....\PCHAP.C
....\PCHAP0.C
....\PCHAP0.DAT
....\PCKEY.C
....\PCKEY0.C
....\PCKEY0.DAT
....\PCQCK.C
....\PCQCK0.C
....\PCQCK0.DAT
....\PCSHL.C
....\PCSHL0.C
....\PCSHL0.DAT
....\PDISK.C
....\PDISK0.C
....\PDISK0.DAT
....\PHBUB.C
....\PHBUB0.C
....\PHBUB0.DAT
....\PHHAP.C
....\PHHAP0.C
....\PHHAP0.DAT
....\PHKEY.C
....\PHKEY0.C
....\PHKEY0.DAT
....\PHQCK.C
....\PHQCK0.C
....\PHQCK0.DAT
....\PHSHL.C
....\PHSHL0.C
....\PHSHL0.DAT
....\PIBUB.C
....\PIBUB0.C
....\PIBUB0.DAT
....\PIHAP.C
....\PIHAP0.C
....\PIHAP0.DAT
....\PIKEY.C
....\PIKEY0.C
....\PIKEY0.DAT
....\PIQCK.C
....\PIQCK0.C
....\PIQCK0.DAT
....\PISHL.C
....\PISHL0.C
....\PISHL0.DAT
....\PRBUB.C
....\PRBUB0.C
....\PRBUB0.DAT
....\PRHAP.C
....\PRHAP0.C
....\PRHAP0.DAT
....\PRKEY.C
....\PRKEY0.C
....\PRKEY0.DAT
....\PRQCK.C
....\PRQCK0.C
....\PRQCK0.DAT
....\PRSHL.C
....\PRSHL0.C
....\PRSHL0.DAT
....\PTOPO.C
....\PTOPO0.C
....\PTOPO0.DAT

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

发表评论

0 个回复

  • Is_BST
    This is a C++ code. It finds out if the tree is a binary search tree (BST)or not, where the BST is one of data structures types.
    2012-02-02 05:45:59下载
    积分:1
  • maze
    迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。(Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.)
    2013-12-13 17:55:45下载
    积分:1
  • shujujiegoukechengshiji
    数据结构课程设计时,所需的封面及任务书版面,希望对大家有点用!(Curriculum design data structure, the necessary task of the book cover and layout, in the hope that we are a bit used!)
    2008-06-16 18:38:51下载
    积分:1
  • Project_ShortestPath
    任务:实现Dijkstra算法 工程名:Project_ShortestPath 要求:实现Dijkstra算法,算法主体写在CGraph类中;要求是从command窗口中输入源节点编号,并在command窗口中输出从源节点到所有目的节点的最短路长及最短路。注:要输出整条路径,而不仅仅是前一跳,也不允许逆序输出。 (Task: Dijkstra' s algorithm to achieve the project name: Project_ShortestPath requirements: achieve Dijkstra algorithm, the algorithm written in the body CGraph class requires input from the command window, the source node number, and in the command window, all of the output from the source node to the destination node shortest long and the shortest. Note: To export the entire path, not just before the jump, do not allow reverse output.)
    2013-08-21 16:40:41下载
    积分:1
  • Huffman
    霍夫曼编码实验报告,内含源代码,编码原理 (Huffman coding lab report, containing the source code, coding theory)
    2011-06-04 20:44:25下载
    积分:1
  • bahuanghouwenti
    八皇后问题,用vc编写了一个可以解决八皇后问题的程序,实现了递归调用。(The eight queens problem, using vc write a means of solving the eight queens problem program to achieve the recursive calls.)
    2009-09-10 17:59:25下载
    积分:1
  • 44
    说明:  给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。 例如,有以下矩阵: 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 若k结果为2,程序执行结果为: 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源文件存放在考生文件夹下的BLANK1.C中 不得增行或删行,也不得更改程序的结构! (A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
    2011-08-11 07:53:10下载
    积分:1
  • JGMFC
    一个MFC编的算法分析课程设计实验“重排九宫源码”(MFC compiled an algorithm analysis course design experiment " rearrangement kau kung source" )
    2010-03-11 16:13:32下载
    积分:1
  • zuixiaoshengchengshu
    最小生成树C语言程序,提供给喜欢编程以及数学建模的同学(Minimum spanning tree C language program)
    2015-02-08 20:15:45下载
    积分:1
  • shiyan1
    数据结构上机操作实验的实验1,线性表的基本操作!!!(the basic operation of sq of date structure)
    2011-12-11 18:49:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载