搜索资源列表

  1. 数据结构各种排序算法比较

    0下载:
  2. 数据结构作业,有顺序查找,拆半查找和分块查找,以及它们之间的比较,这是我上交的报告,里边有全部的源码,直接就可以拿来交给老师,希望能对有些人起到帮助的作用。
  3. 所属分类:文档资料

  1. C#编写的一个强大的目录文件比较工具(DirComp)

    1下载:
  2. C#编写的一个强大的目录文件比较工具(DirComp) -C# prepared a strong document directory comparison tool (DirComp)
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:2296832
    • 提供者:廖焕庭
  1. 数据结构排序算法比较

    0下载:
  2. 数据结构中的排序算法的比较-data structure of the algorithm comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:94208
    • 提供者:shiningstar
  1. 二进制文件比较

    0下载:
  2. 二进制文件比较程序-binary file comparison procedures
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:66560
    • 提供者:高峰
  1. 各种排序比较

    0下载:
  2. 分别实现直接插入排序、冒泡排序、简单选择排序、希尔排序、快速排序、堆排序,并随机生成30个数,比较各算法的时、空性能和稳定性。-respectively direct insertion sort, bubble sort, simple choice, in order of ranking Hill, the quick sort, heap sort, and Random Number Generation 30, a comp
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:342016
    • 提供者:李景良
  1. 重载运算符“==”实现字符串比较

    0下载:
  2. 一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的-a small procedure can be carried out strings, for beginners to learn, it is easy to understand the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:157696
    • 提供者:zhao
  1. 快速排序与归并排序比较(C++)

    0下载:
  2. 本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1269760
    • 提供者:杨小娜
  1. 各种排序方法比较

    0下载:
  2. 这个程序包括了各种常用内部排序算法在平均排序所需时间上的比较.-this procedure include a wide range of internal sorting algorithm commonly used in the average time required for ordering on the comparison.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:410624
    • 提供者:丁一
  1. 排序比较

    0下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the pro
  3. 所属分类:文件格式

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:王为
  1. 图像比较代码

    0下载:
  2. 图像识别比较实例。 图像识别比较实例。- Picture recognition comparison example. Picture recognition comparison example. Picture recognition comparison example.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-09
    • 文件大小:2026496
    • 提供者:杨明
  1. 文件相似度比较器

    0下载:
  2. 文件相似度比较器: 1。 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文件之间的相似程度。 3。 发现问题欢迎和我讨论。 E-mail: hackerqc@gmail.com-document similarity comparison : 1. Standard Levenshtein Distance algorithm si
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:434176
    • 提供者:覃超
  1. 8位大小比较器

    0下载:
  2. 8位大小比较器的VHDL源代码,Magnitude Comparator VHDL descr iption of a 4-bit magnitude comparator with expansion inputs-eight compared with the size of the VHDL source code, Magnitude Comparator VHDL descr iption of a 4-bit magn
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:蔡孟颖
  1. 用标准模板库STL实现文件比较

    0下载:
  2. 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library
  3. 所属分类:文件操作

    • 发布日期:2024-05-09
    • 文件大小:83968
    • 提供者:海贵
  1. 冒泡、快速排序算法比较程序

    0下载:
  2. 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:
  1. 文件比较工具代码

    0下载:
  2. 文件比较工具代码 文件比较工具代码-document comparison tool code document comparison tool code Document tool code
  3. 所属分类:文件操作

    • 发布日期:2024-05-09
    • 文件大小:38912
    • 提供者:胡一里
  1. 比较全的ALTERA芯片的原理图和封装库

    0下载:
  2. 比较全的ALTERA芯片的原理图和封装库(Comparison of the ALTERA chip schematic and package library)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:4020224
    • 提供者:梦中求渡
  1. VB文本比较

    0下载:
  2. 文本比较,查找两个文本的不同,通过位置进行查找(Text comparison, looking for two text differences)
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:WMGX
  1. 比较器A 两路

    0下载:
  2. 向单片机输入两路信号进行比较,比较出两路信号电压高低,输出1或0.(Compare two signals to the microcontroller, compare the voltage of two signals, and output 1 or 0.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:15360
    • 提供者:柯南君
  1. PureLayout和Masonry比较

    0下载:
  2. iOS自动适配工具比较使用代码,PureLayout和Masonry比较(iOS automatic adaptation tools compare code using PureLayout and Masonry comparisons)
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-09
    • 文件大小:124928
    • 提供者:0o低调o0
  1. Excel工作表差异性比较工具

    0下载:
  2. 比较Excel工作表差异,提供完整源程序。(Compare Excel worksheet differences to provide full source.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:Cbingwen
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org