CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - algorithm performance

搜索资源列表

  1. RSA的c实现

    3下载:
  2. rsa c的实现 用C语言开发高性能RSA加密算法-the realization of C language development of high-performance RSA encryption algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15321
    • 提供者:w
  1. yichuansuanfa

    0下载:
  2. 用在预测性能或者预测数据方面的智能算法,用c#实现他。-Use in predicting or forecasting performance data intelligent algorithm, with c# Realize his.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:802989
    • 提供者:lee
  1. BubbleSorter

    0下载:
  2. Bubble sort has worst-case and average complexity both О(n2), where n is the number of items being sorted. There exist many sorting algorithms with substantially better worst-case or average complexity of O(n log n). Even other О(n2) sorting algorith
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:573
    • 提供者:Mahmoud
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:377254
    • 提供者:qinyuan
  1. Class-scheduling-genetic-algorithm

    0下载:
  2. The Class Scheduling Problem (CSP) is concerned with assigning a number of courses corresponding to various students and instructors to classrooms taking into consideration constraints like classroom capacities and university regulations. Th
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:41908
    • 提供者:masmur
  1. elgb

    1下载:
  2. 实现二路归并排序算法。  对上述排序算法,使用两个长度为一千万的线性表分别测试其性能,记录其运行时间(生成线性表的时间不计算在内)。第一个:线性表内的元素值随机生成;第二个:线性表的第i个元素值为i,即本来就有序。-Achieve Merging sorting algorithm. Above sorting algorithm, using two linear table with a length of ten million, respectively, to test its per
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:745
    • 提供者:hac
  1. zuiduan

    0下载:
  2. 设图的顶点大于1个,不超过30个,每个顶点用一个编号表示(如果一个图有n个顶点,则它们的编号分别为0, 1, 2, 3, …, n-1)。 此题为求有向网中顶点间最短路径问题,可建立以票价为权的邻接矩阵,用Dijkstra算法求最短路径长度。 Dijkstra算法中有一个辅助向量D,表示当前所找到的从源点到其它点的最短路径长度。因为每次都要在D中找最小值,为提高性能,用最小值堆的优先队列存储D值。 -Let the vertex is greater than 1, no more
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:911528
    • 提供者:杜小方
  1. LSSVM-CODE

    0下载:
  2. 利用LSSVM的分类算法中多类分类算法程序,对企业的安全绩效实现评估。-using LSSVM classification algorithmmulti-class classification algorithm procedures to evaluate the security performance of a company
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:13923
    • 提供者:陈紫夜
  1. BPalgorithm

    1下载:
  2. LDPC目前用的最多、性能最好的译码算法为BP译码算法,本程序用C语言对BP译码算法进行了实现,为了方便初学者,本文还附带了两篇关于BP算法的论文。-LDPC is currently the most used, the best performance of the decoding algorithm for BP decoding algorithm, this procedure using C language on the BP decoding algorithm is impl
  3. 所属分类:CSharp

    • 发布日期:2016-12-19
    • 文件大小:954368
    • 提供者:lihui
  1. multilevelindex

    0下载:
  2. 1.建立服务倒排索引模型的基础类。 2.编写服务倒排索引模型的添加、删除、检索算法。 3.测试服务倒排索引模型的性能。以不同大小、不同概率的服务集对模型的性能进行测试。-1 to establish service inverted index model based class. 2 writing services inverted index model to add, delete, search algorithm. Performance of the 3 test
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:147645
    • 提供者:丁强
搜珍网 www.dssz.com