搜索资源列表
dbCompare
- 数据库比较工具,比较两个数据库中的表、视图、字段、索引等信息是否一致。目前只支持SQLSERVER和ORACLE数据库。-database comparison tool to compare the two database tables, views, fields, indexes and other information is shared. Currently only support SQLSERVER and ORACL
sort_compare
- 对以下5种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序-The following five kinds of commonly used internal sorting algorithm to compare: foaming sort of direct insertion sort, selection sort simple, fast sorting, sorting Hill
sort_zjz044100134
- 一问题描述 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 二 基本要求 [1] 对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较 [2] 待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生[如10000个],至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较。 [3] 界面友好,易与操作。采用菜单方式进行选
sort
- 内部排序算法比较(比较次数&移动次数) 排序算法的分析与应用-Sort Algorithm Analysis and Comparison