搜索资源列表
6paixusuanfa
- 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
53607924jihe
- 计算机编程,集合算法,希望对大家有所帮助,谢谢支持-Computer programming, collection of algorithms, we hope to be helpful, thank you support
vbregister
- 通过识别计算机的CPU信息及硬盘序列号信息,通过一定的算法来判断软件是否注册,注册后可以使用,未注册可以试用一段时间.-By identifying the computer' s CPU and hard drive serial number information information, through a software algorithm to determine whether the registration, registration can be used, not
Desktop22
- 大学二年级计算机科学与技术专业常用的程序。 不保证一定编译通过。 但是算法思想正确。 第三部分。-Sophomore computer science and technical expertise commonly used procedures. Does not guarantee compile. But the algorithm correct thinking. The third part.
MergeSortL_AND-QuickSort
- MergeSortL_AND QuickSort,计算机算法设计与分析中的链表的归并排序算法和快速排序算法-MergeSortL_AND QuickSort, linked list merge sort algorithm in the design and analysis of computer algorithms, and fast sorting algorithm
nqueen
- 这个是计算机算法基础的n皇后问题,可以完美的显示处理的结果,有好几个程序-This is a computer algorithm based on n-queens problem, can the perfect display processing results, there are several procedures
12
- 计算机算法基础里面最大字段和的编程,可以完美运行-Computer algorithm foundation inside field and programming, can be the perfect run
JosephusProblem
- 用C程序解决约瑟夫斯问题,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。-In computer science and mathematics, the Josephus Problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.
FloydW
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted g
fibonacci-recursion
- 斐波那契数列的递归算法实现的源代码,计算机算法设计与分析作业1-Fibonacci series recursive algorithm source code, design and analysis of computer algorithms operating 1
test
- 利用c语言实现计算机算法分析与设计课程中的随机数值算法,其中包括随机算法类,以及随机模拟的过程!-Using c language computer algorithm analysis and design courses random numerical algorithms, including stochastic algorithm class, as well as the process of stochastic simulation
Dijkstra
- Dijkstra算法求最短路径,通过读取TXT数据,显示计算机过,快速且精准-Dijkstra shortest path algorithm, by reading TXT data over a computer display, fast and accurate
Source-code-of-ProgrammingPearls
- 著名的计算机书籍编程珠玑里面的源代码。这本书面试必看。讲述了一些数据结构与算法。-The famous book Programming Pearls computer inside the source code. This book is a must-see interview. Tells the story of some of the data structures and algorithms.
1
- 《计算机算法设计与的分析》第四版第一章的答案算法实现题,1-1数字统计问题,1-2字典序问题,1-3最多约束问题1-5最大间隙问题- Computer algorithm design and analysis of the fourth edition of the first chapter of the answer algorithm to achieve the title, 1-1 digital statistics, 1-2 dictionary order problem,