CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 关键字 次数

搜索资源列表

  1. internal-sorting

    0下载:
  2. (1) 对常用的内部排序算法进行比较:直接插入排序、简单选择排序、冒泡排序、快速排序、希尔排序。   (2) 利用随机函数产生N(如30000)个随机整数,作为输入数据作比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。   (3) 对结果作出简要分析。-(1) internal sorting algorithm commonly used to compare: direct insertion sort, simple selection sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1482
    • 提供者:aaaa
  1. jingtaichazhaobiao

    0下载:
  2. 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。-Given a key value of the lookup tables were constructed sequentially Find and binary search, the number of executions resulting output lookup and find the process of " compare" operat
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2291
    • 提供者:青溟
  1. sort

    0下载:
  2. 分别输入5个测试数据文件,分别采用冒泡排序、选择排序、插入排序和希尔排序进行排序。并对排序过程中关键字的比较和交换次数进行统计并打印显示出来,以此展现排序算法性能比较-Enter the five tests are data files, respectively, using bubble sort, selection sort, insertion sort and Hill sorting order. And compare the sorting process and excha
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:944064
    • 提供者:ss
  1. keyword

    0下载:
  2. 统计文本文件中关键字出现的次数,文本文件总共的行数。过滤掉注释行。-counting the number of the appearance of keywords and the number of lines in the text.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1656
    • 提供者:wang
  1. keyword

    0下载:
  2. 统计文本文件中关键字出现的次数以及文本文件的行数。过滤掉注释行。-counting the number of the appearance of the keywords and the number of lines in the text.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:wang
  1. Compare

    0下载:
  2. 内排序算法比较.统计在同等数据规模下正序,逆序,乱序情况下的关键字比较次数和移动次数。-Comparison of the sorting algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8727190
    • 提供者:陈颖洁
  1. Keyword-Search-System

    0下载:
  2. 建立一个文本文件,文件名由用户用键盘输入,输入一个不含空格的关键字,统计输出关键字在文本中的出现次数。 本项目的设计要求可以分成两个部分实现:首先建立一个文本文件,文件名由用户用键盘输入;然后输入一个不含空格的关键字,统计输出该单词在文本中的出现次数。-Create a text file, the file name input by the user using the keyboard, enter a keyword with no spaces, statistical outpu
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1209
    • 提供者:林斌
  1. JavaCodeAnalyzer

    0下载:
  2.   Java语言共有50个关键字(自行查找相关文档),已知Java源程序是以“.java”为扩展名的文本文件。可以考虑在Java源程序中共有3类元素:   <1> 代码行,可运行的Java源代码;   <2> 注释行,3种注释均可;   <3> 空行,既无代码,也无注释;   编写一个类名为JavaCodeAnalyzer的类,实现以下功能:   <1> 该类可以以一个Java源程序文件名创建一个对象,如果文件不存在,或扩展名不
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:47376
    • 提供者:李婉莹
  1. Internal-comparison-algorithm

    0下载:
  2. 系统用srand()函数产生一个以当前时间开始的随机种子。其产生的种子用选择排序、冒泡排序、快速排序将顺序表中的数字排好,设置变量记录每种排序关键字的移动次数和关键字的比较次数。选择排序:利用L.length-1个循环,将随机种子按从小到大的顺序排好。-System with srand () function generates a random seed to start the current time. Which produces seeds with selection sort,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:11005
    • 提供者:郭春杰
  1. yxfbcj_v1.0

    0下载:
  2. 该软件为maxcms4.0的一个搜索插件,他可以对网站中的视频进行多个条件的选择性搜索。 安装方法: 将程序覆盖掉。 然后再做个模板 命名为wunsian.html 可以复制search.html 把里面的标签替换下就可以了 搜索控制是用URL控制的 http://www.你的域名.com/wunsian.asp?fl=分类ID&lz=连载&gj=关键字&nf=年份&dq=地区&zm=字母&pl=排列方式 数据排序方式 时间time,点击量hit,推荐级别co
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:167827
    • 提供者:jiulang
  1. JavaCodeAnalyzer

    0下载:
  2. 进行java源代码分析,统计其中代码行数,注释行数,空白行数,源代码总行数,关键字的出现次数。-Conduct java source code analysis, statistics on the number of lines of code, comment rows, the number of blank lines, source code total number of rows, the number of occurrences of keywords.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:10108
    • 提供者:SCAU小新
  1. paixu

    0下载:
  2. 实现数据结构中六种内部排序的算法,并计算出六种内部排序进行关键字的移动次数和比较次数。-Achieve the data structure of the six internal sorting algorithm, and calculate the number of key words and the number of six internal sorting.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1567
    • 提供者:李锦钊
  1. xblo

    0下载:
  2. 程序说明: Xblo取自Xblog,由于只是个半成品以及为了避免重名,故舍掉最后一个g。 程序功能: 1)单用户Blog程序; 2)增删改文章,记录文章阅读次数,按关键字搜索文章。 3)文章分类管理; 4)评论功能; 5)链接功能。 默认用户:admin/admin-Program descr iption: Xblo Xblog, because the only semi-finished products and in order to avoi
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2238511
    • 提供者:ppudn47
  1. rank

    1下载:
  2. 内部排序算法比较:通过随机数据比较各排序算法的关键字比较次数和关键字移动次数,以及执行时间,取得直观感受。 1、各算法在不同规模下的比较。 1)比较范围:直接插入排序、冒泡法排序、简单选择排序、快速排序1(自己实现)、快速排序2(调用STL)、归并排序。 2)比较指标:a)关键字操作次数(比较次数和移动次数之和),b)排序时间。每个指标采用多次重复取平均数记录,重复次数不小于100。注:1次关键字对换按3次移动计算。 3)数据规模:分别为50,100,500,1000,5000,
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:61568
    • 提供者:
  1. ecshopcj_gjczdnl_v2.7.3

    0下载:
  2. 1、使用单独的数据表类存放关键词及对应连接,不影响网站的升级及二次开发 2、在ECSHOP现有后台进行管理,更方便,更灵活。完美全兼容IE6/IE7/IE8/IE9/全系列IE/Firefox/Chromium等等 3、在EC后台可以对 关键词 、 站内链接 or 站外链接 进行增删改, 4、可以设置每个内链在每个页面中的重复次数。比如 内链出现次数 设置为1,那么就只在第一次出现的关键字上加链接;设置为2,如果就只在文章出现的前2个关键词加链接;以此类推。 5、内链效果,实现包
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-15
    • 文件大小:6938
    • 提供者:王好岗
  1. paixusuanfa

    0下载:
  2. 在教科书中,各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概执行时间。试通过随机数据比较各算法的关键字比较次数和关键字移动次数,以取得直观感受。-In textbooks, various internal sorting algorithm time complexity analysis algorithm is given only to the order of time, or about the execution time.Through random da
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2093
    • 提供者:谢双春
  1. look-uptable

    0下载:
  2. 按关键字从小到大顺序输入一组记录构造查找表,并且输出该查找表; 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。 -Press the key sequence input small to large lookup table constructed a set of records, and the output of the look-up table Given a key value of the con
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5814
    • 提供者:王玥天
  1. keyword

    0下载:
  2. 关键字统计程序,多线程,统计txt中关键字出现的次数和各个线程统计的次数-Keyword statistics program, multithreading, statistics and the number of individual threads txt times a keyword appears in the statistics
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3040
    • 提供者:DY
  1. Ourplus_Counter

    0下载:
  2. Ourplus统计将是最强大的PHP网站流量统计分析系统 采用PHP+Mysql开发的网站流量统计分析系统 详细记录24小时内的每次访问 准确记录24小时内的IP访问数量以及流量次数; 统计所有来路 统计搜索引擎来路 统计搜索引擎来路的搜索关键字 统计来访者中Alexa工具条安装数量 统计来访着地区,以及电脑各种参数设置-Ourplus will be the most powerful PHP website traffic statistical
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:1007097
    • 提供者:impudn49
  1. OurplusCounter

    0下载:
  2. 功能介绍: 采用PHP+Mysql开发的网站流量统计分析系统 详细记录24小时内的每次访问 准确记录24小时内的IP访问数量以及流量次数 统计所有来路 统计搜索引擎来路 统计搜索引擎来路的搜索关键字 统计来访者中Alexa工具条安装数量 统计来访着地区,以及电脑各种参数设置-Function introduction: PHP+Mysql development of the website traffic statistical analysi
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:711120
    • 提供者:lmpudn42
« 1 2 3 45 »
搜珍网 www.dssz.com