Welcome![Sign In][Sign Up]
Location:
Search - rank

Search list

[Windows Developmy5sort

Description: 输入五个数,用不同的排序算法排序并计算其所用时间-importation, use different sorting algorithm and calculate the time it
Platform: | Size: 58368 | Author: 卫千暮 | Hits:

[Booksxww

Description: 秩和检验 秩和检验 秩和检验-Rank and testing and testing Rank Rank and testing and testing and testing Rank Rank and testing
Platform: | Size: 71680 | Author: 夏文 | Hits:

[Othersanji

Description: 一些经典的C不程序,全国计算机等级考试必备宝典-some of the classic C is not procedure, the National Computer Rank Examination indispensable book
Platform: | Size: 27648 | Author: alex | Hits:

[Search Enginecodepubsite

Description: 包括:Google Rank查询 Google收录查询 Baidu收录查询 MSN收录查询 Yahoo收录查询 SOSO收录查询 Alexa排名查询 SINA收录查询 SOHU收录查询 163收录查询 QQ收录查询 Whois域名信息 修改自51cha查询系统,修正百度、163、SHOU等收录查询无结果错误,去掉YISOU、QQ已关闭搜索引擎查询,加上iask和SOSO新搜索引擎查询,所有功能都完整可用 -include : Google Google Rank inquiries included inquiries Baidu included inquiries MSN Yahoo included inquiries included inquiries 14-11 Alexa rankings included inquiries inquiries SINA included inquiries SOHU included 163 inquiries included inquiries QQ included inquiries Whois domain name changes since 51cha information inquiry system that Baidu, 163, SHOU other results included inquiries without error and removed YISOU, QQ closed search engine, and 14-11 with iask new search engine, all functions are available integrity
Platform: | Size: 27648 | Author: 张帅 | Hits:

[OtherNCREks

Description: 全国计算机等级考试上机题我个人的参考答案,多多指教-National Computer Rank Examination on the plane that I personally answer the reference, exhibitions
Platform: | Size: 10240 | Author: wuyixiao | Hits:

[Search Engineaspseek

Description: ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, Web集合等),同时它也可以用于单个站点的搜索。其他特性包括支持stopwords和ispell, 字符集和语言的预测, 搜索结果的HTML模板,引用和查询词高亮度显示。并且它有详细的文档可以利用。-ASPSeek C is prepared in an Internet search engine and the use of the STL library. It mainly includes a retrieval robot, a guardian search procedures and a search front end (CGI or Apache module). It probably can search millions of URLs to the search for phrases and words, and the use of wildcards for Boolean search. Search results can be limited to the time or site, site space in accordance with the relevant time or rank (which is used by some very cool technology). ASPSeek can be used in many languages and coding (including multi-byte languages such as Chinese). It has done a number of site optimization. (Multi-threaded searching, synchronous DNS inquiries, according to results of a site, Web pools, etc.) It also can be used to search a single site. Other features include support stopwor
Platform: | Size: 1157120 | Author: qiu | Hits:

[AlgorithmC7

Description: VC常用数值算法集\C7 ECLASS.CPP ECLAZZ.CPP INDEXX.CPP PIKSR2.CPP PIKSRT.CPP QCKSRT.CPP RANK.CPP SHELL.CPP SORT2.CPP SORT3.CPP SORT.C-VC commonly used numerical algorithm sets \ C7 ECLASS.CPP ECLAZZ.CPP INDIA XX.CPP PIKSR2.CPP PIKSRT.CPP QCKSRT.CPP RANK . CPP SHELL.CPP SORT2.CPP SORT3.CPP SORT.C
Platform: | Size: 4096 | Author: 王璐 | Hits:

[Data structsshellsort111

Description: 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和排序,直至所取的增量dt=1(dt<dt-l<…<d2<d1),即所有记录放在同一组中进行直接插入排序为止。该方法实质上是一种分组插入方法。 三、算法设计: 1、将相隔某个增量dlta[k]的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:dlta[k]=2t-k+1-1,其中t为排序趟数,1≤k≤t≤[log2 (n+1)],其中n为待排序序列的长度。按增量序列dlta[0..t-1]。 2、按增量dlta[k](1≤k≤t≤[log2 (n+1)])进行一趟希尔插入排序。 3、在主函数中控制程序执行流程。 4、时间复杂度:1≤k≤t≤[log2 (n+1)]时为O(n3/2)。 -with super detailed explanation (not read the Wall for 10 days!) A practical question : Sort Hill (Shell Sort) is inserted into a sort. By D. L. Shell made in 1959 and named after. It is also known as the "narrow incremental method" in the time-efficient than inserted, such as sorting algorithms and bubbling there has been a big improvement. The disorder can sequence by law must rank. Two mathematical models : first getting a less than n integers d1 as an increment. all documents should be recorded into d1 groups. All distance dl in multiples of record on the same group. In the first group for direct insertion sorting; Then, take a second increment d2
Platform: | Size: 19456 | Author: 乐乐 | Hits:

[Data structskey_sort_system

Description: 多关键字的排序是有一定的实用范围。例如:在进行高考分数处理时,除了对总分进行排序外,不同的专业对单科分数的要求不同,因此尚需在总分相同的情况下,按用户提出的单科分数的次序要求排出考生录取的次序。(1)假如代排序的记录数不超10000,表中记录的关键字数不超过5,各个关键字的范围均为0至100。按用户给定的排序的关键字的优先关系,输出排序的结果。(2)约定按LSD方法进行多关键字的排序。在对各个关键字进行排序时采用两种策略:其一是利用稳定的内部排序方法,其二是利用“分配”和“收集”的方法。并综合比较这两种策略。(3)数据由随机数产生器生产。 -multiple keywords is the sort of practical scope. For example : In dealing with the college entrance examination scores, in addition to scores of rank, different professional right Billing Division fraction of the requirements, it needs to score in the same circumstances, based on the scores of the Billing Division of the order of requests from candidates taking the order. (1) If the order substituting non-record number 10000, the table records keywords not exceeding 5, all keywords are the scope of 0-100. According to the user's keyword ranking priority, output sequencing results. (2) agreement on LSD methods of sequencing multiple keywords. All the right sort keyword used two strategies : One is the use of the internal stability of the ranking, second, it uses "allocation"
Platform: | Size: 3104768 | Author: walew | Hits:

[CSharppaixuchengxu

Description: 设有1000个值在1到10000的整数,试设计一个利用散列方法的算法,以最少的数据比较次数和移动次数对它们进行排序。-with 1,000 in value from 1 to 10,000 integer and try to design a method of using hash algorithm, the minimum number of data comparison and the mobile number of their rank.
Platform: | Size: 6144 | Author: 宁学勇 | Hits:

[Otherrrinsert

Description: 插入排序 将10个数进行插入排序.本例以经过认真测试 ,安全可靠,没有漏洞.-insert will rank number 10 for insertion order. The cases to seriously test is reliable and safe, without loopholes.
Platform: | Size: 223232 | Author: 任任 | Hits:

[Other systemsmanu

Description: 曼彻斯特联队球队系统 本程序是一个以数据处理为基础的类数据库的查找软件。用户可以按程序界面上的提示查看曼彻斯特联队球员和教练的各项数值,并能够对非门将球员的属性进行排序(非门将球员较多,其他两类的人数较少,所以没有加以此功能)。因为时间较紧,而数据庞大,笔者选取了曼联队一线队的球员和个别教练。-Manchester United team system of this program is a data processing based on the type of search database software. Users can interface with the procedures found on the View Manchester United players and coaches of various values, and non-goalkeeper to be able to attribute to the players rank (goalkeeper more players, the other two smaller, So this did not function). Because of time constraints, and large data, the authors selected for the Manchester United first team players and individual coaching.
Platform: | Size: 1241088 | Author: eth | Hits:

[VC/MFCthreeword

Description: 本电子版所编辑的内容来自于清华大学出版社出版的《C程序设计》第二版,是由著名教授谭浩强主编,该书浅显易懂,深受参加全国计算机等级考试三级、四级的C语言考生欢迎,不少地方考生反应此书难买,网上出现过word版,供下载,但翻看不便,为此,特制定电子版。 值得注意的是,由于第一章节介绍TC编程环境部分使用图片,电子版不支持,因此,图片部分出现空格,不过不影响本书的内容,大家知道就行了。-the electronic version of the edited content from Qinghua University Press published in the "C Programming" second edition, it is by the famous Professor Tan-editor of the book simple words, popular participation in the National Computer Rank Examination 3. four of the candidates welcome the C language, and many local candidates reaction difficulties involved in acquiring the book, the word appeared online version, available for downloading, but look at the inconvenience, this specially formulated electronic version. It is noteworthy, because the first chapter on the part of TC programming environment using pictures, the electronic version does not support, therefore, Photo portion of space, but does not affect the contents of the book, we know that's it.
Platform: | Size: 844800 | Author: 高峻 | Hits:

[AlgorithmLeastSquare

Description: 用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
Platform: | Size: 1024 | Author: | Hits:

[Software Engineering12332aas

Description: 快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个序列有序。-quick sort, the basic idea : The trip will rank ordering records to be separated into two independent parts, part of the keyword record than another part of the record of the keyword small, will each of the two parts to continue sorting records, in order to achieve an orderly sequence as a whole.
Platform: | Size: 10240 | Author: pmz | Hits:

[Other20064ejc

Description: 2006年4月全国计算机等级考试二级笔试试题及答案-April 2006 National Computer Rank Examination two written questions and answers
Platform: | Size: 17408 | Author: diancsoft | Hits:

[Other20054ejc

Description: 2005年9月全国计算机等级考试二级C笔试试卷及答案-September 2005 National Computer Rank Examination two C written papers and answers
Platform: | Size: 10240 | Author: diancsoft | Hits:

[Software EngineeringNational_Computer_Rank_Exam3(C)conclution

Description: 最新全国计算机等级考试三级(C语言)上机考试试题总结-latest National Computer Rank Examination 3 (C language) on the plane examination papers summary
Platform: | Size: 7168 | Author: 侯韶新 | Hits:

[File Formatlearntosystem

Description: 这是关于计算机操作从菜鸟到晋级为操作高手的学习资料,内容详尽-This is on the computer to operate as they have from the rank of experts in the operation of learning materials, as detailed
Platform: | Size: 1006592 | Author: 小曾 | Hits:

[Otherks4

Description: 全国计算机等级考试四级考试软件!共有15套试题,-National Computer Rank Examination four examination software! A total of 15 sets of questions.
Platform: | Size: 74752 | Author: 杨诚 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »

CodeBus www.codebus.net