搜索资源列表

  1. arithmeticofDESencrypt

    0下载:
  2. 提供高质量的数据保护,防止数据未经授权的泄露和未被察觉的修改; 具有相当高的复杂性,使得破译的开销超过可能获得的利益,同时又要便于理解和掌握; DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础; 实现经济,运行有效,并且适用于多种完全不同的应用。 -provide high-quality data protection to prevent u
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:39013
    • 提供者:范孟君
  1. TestColtTempator

    0下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:76404
    • 提供者:郑金华
  1. birdpeople

    0下载:
  2. 现代企业人才管理复杂程度之高让人吃惊,如何管理好各色的“鸟人”,本文将给出一个个合理的建议!-modern enterprise talent management complexity high amazing thing, how to manage different colors of the "bird" This paper will be given a reasonable suggestion!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4159
    • 提供者:周易
  1. SrcDriver

    0下载:
  2. 根据Windows驱动程序模型(WDM)设计的驱动程序:WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。-under the Windows Driver Model (WDM) driver design : WDM through the provision of a flexible approach to simplifying the developme
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:64078
    • 提供者:江丰
  1. suffarray_c

    0下载:
  2. 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here - the longest string of consecutive refers t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1753
    • 提供者:ghost
  1. qiankxiao

    0下载:
  2. 设计算法实现在一个具有在n各互不相同元素的数组A[1…n]中找出所有前k个最小元素的问题,这里k不是常量,即它是输入数据的一部分。要求算法的时间复杂性为Θ(n)。-design of the algorithm is in a n incompatible with the elements of the array A [1 ... n] to identify all former k smallest elements of th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:926
    • 提供者:陈馨
  1. countsort

    0下载:
  2. 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1382
    • 提供者:金龙
  1. SixMethordforWiteBoxTesting

    0下载:
  2. 白盒测试作为测试人员常用的一种测试方法,越来越受到测试工程师的重视。白盒测试并不是简单的按照代 码设计用例,而是需要根据不同的测试需求,结合不同的测试对象,使用适合的方法进行测试。因为对于不同复杂度的代码逻辑,可以衍生出许多种执行路径,只有 适当的测试方法,才能帮助我们从代码的迷雾森林中找到正确的方向。本文介绍六种白盒子测试方法:语句覆盖、判定覆盖、条件覆盖、判定条件覆盖、条件组合覆 盖、路径覆盖。-staff as a commonl
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17882
    • 提供者:lee
  1. FGSource

    0下载:
  2. 本软件是一个运行在Penbex OS (v1.3)上的绘制函数图像的工具。用它可以绘制平面直角坐标系下的显函数和隐函数的图像。与大部分绘制函数图像的软件不同,用本软件不但可以绘制隐函数的图像而且对隐函数的复杂程度没有限制。不过,绘制复杂隐函数的图像将花费相当长的时间,因此,请尽量以 y=f(x) 这样的显函数的形式输入函数的表达式。另外,以直观的“数学形式”显示函数的表达式也是本软件的一个特色。-the software is runn
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:112853
    • 提供者:段旭东
  1. GAME

    0下载:
  2. 这是我以前数据结构的课设,做了一个礼拜 基本完成! 每次课设同学们都急的要死,闹心。我也同感! 我的原则是有东西就共享,不要管具体做的好不好 ,共享出来大家一起看,一起发现问题嘛! 本次设计 : 由于运动会的相对复杂,时间 大部分花在它上面,什么约瑟夫环啊 ,猴子选大王啊 ,本来就没什么很多代码。 实力问题,可能有不足,请指点-This is my data structure prior to the cour
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:643105
    • 提供者:likailiang
  1. neipaixu

    0下载:
  2. [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7602
    • 提供者:Demonic
  1. MAX

    0下载:
  2. 大整数乘法的详细实行 比如说1246*2566用此法可降低时间复杂度并且能过有效算出-large integer multiplication detailed implementation of the 1246 * 2566 for instance, tried to use this method can reduce the time complexity and can Guo calculated effective
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:28882
    • 提供者:huanghui
  1. 14143424773

    0下载:
  2. windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it diff
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:6228176
    • 提供者:gaomzh
  1. H.264_AVC_Baseline_Profile_Decoder_complexity_anal

    0下载:
  2. Computational complexity analysis of H.264. Very useful document.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:507783
    • 提供者:C.J. Duanmu
  1. drcom-client-win32-0.2.2-bin

    0下载:
  2. C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doe
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:53113
    • 提供者:李志华
  1. thssYimingSub

    0下载:
  2. This my phd thesis for the WDM optical network optimization, which employs convex optimization techniques to solve the proposed integer problems. The computation complexity of my optimization fr a mework is very low comp
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:887520
    • 提供者:张一鸣
  1. AMODIFIEDRAO-BLACKWELLISEDPARTICLEFILTER

    0下载:
  2. Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit conditional dependencies between parts of the state to estimate. By doing so, RBPFs can improve the estimation quality w
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:121423
    • 提供者:阳关
  1. Efficient_high_performance_decoding_for_overloaded

    0下载:
  2. For this reason, iterative soft decoding has been studied to approach the optimal ML decoding performance at affordable complexity.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:363058
    • 提供者:joe chen
  1. On_the_Complexity_of_Sphere_Decoding_for_Different

    0下载:
  2. In this correspondence, the computational complexity of this sphere-decoding based MSDD is analyzed.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:709533
    • 提供者:joe chen
  1. vb

    0下载:
  2. Vb conversion of complexity, traditional and simplified conversion of a small software
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5477
    • 提供者:zyh
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org