您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Writing Testbenches using systemverilog

  2. The cover of the first edition of Writing Testbenches featured a pho- tograph of the collapse of the Quebec bridge (the cantilever steel bridge on the left1) in 1907. The ultimate cause of the collapse was a major change in the design specification
  3. 所属分类:其它

    • 发布日期:2010-11-07
    • 文件大小:2097152
    • 提供者:zzlhw2005
  1. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册

  2. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册 183 7 The Shell 219 PART III Digging into Ubuntu Linux 249 8 Linux GUIs: X and GNOME 251 9 The Bourne Again Shell 275 10 Networking and the Internet 353 11 Programming the Bourne Again Shell 395 x
  3. 所属分类:Linux

    • 发布日期:2010-12-08
    • 文件大小:10485760
    • 提供者:shaoguangleo
  1. HTML5 For Web Designers

  2. Book Descr iption The HTML5 spec is 900 pages and hard to read. HTML5 for Web Designers is 85 pages and fun to read. Easy choice. HTML5 is the longest HTML specification ever written. It is also the most powerful, and in some ways, the most confusin
  3. 所属分类:Web开发

    • 发布日期:2010-12-15
    • 文件大小:9437184
    • 提供者:ForrestSun
  1. np难问题近似算法(绝版好书)

  2. 这本书在国内已经绝版。目录如下 Introduction Dorit S. Hochbaum 0.1 What can approximation algorithms do for you: an illustrative example 0.2 Fundamentals and concepts 0.3 Objectives and organization of this book 0.4 Acknowledgments I Approximation Algorithms for Sc
  3. 所属分类:其它

    • 发布日期:2010-12-22
    • 文件大小:13631488
    • 提供者:dragonxin28
  1. C# LCS 文本比较器

  2. 项目需要一个文本比较器 自己根据LCS longest Common Subsequence 编写的比较器。功能精简可以根据我的代码在扩展支持其他格式的比较。 VS2008的项目
  3. 所属分类:C#

    • 发布日期:2011-02-01
    • 文件大小:15360
    • 提供者:sjllwj520
  1. poj经典动态规划题目解题报告

  2. poj经典动态规划题目解题报告,包括经典的动态规划题目20多道,可以作为学习动态规划系统的资料,包括题目:Pku acm 1179 PolygonPku acm 1125 Stockbroker GrapevinePku acm 1160 post officePku acm 1014 DividingPku acm 1050 To the MaxPku acm 1088 滑雪Pku acm 2533 Longest Ordered SubsequencePku acm 1631 Bridgi
  3. 所属分类:专业指导

    • 发布日期:2008-03-23
    • 文件大小:551936
    • 提供者:china8848
  1. Siege(Web服务器性能/压力测试工具,附带Siege使用教程说明)

  2. Siege 一款开源的压力测试工具,可以根据配置对一个WEB站点进行多用户的并发访问,记录每个用户所有请求过程的相应时间,并在一定数量的并发访问下重复进行。 官方:http://www.joedog.org/ Siege下载:http://soft.vpser.net/test/siege/siege-2.67.tar.gz 解压: # tar -zxf siege-2.67.tar.gz 进入解压目录: # cd siege-2.67/ 安装: #./configure ; make #ma
  3. 所属分类:其它

    • 发布日期:2011-04-07
    • 文件大小:524288
    • 提供者:lovejuan007
  1. puntos(AUTOMATIC DETECTION OF WAVE BOUNDARIES IN MULTILEAD ECG).pdf

  2. This paper presents an algorithm for automatically locating the waveform boundaries the onsets and ends of P QRS and T waves in multilead ECG signals the  standard leads and the orthogonal XYZ leads Given these locations features of clinica
  3. 所属分类:C

    • 发布日期:2011-06-02
    • 文件大小:333824
    • 提供者:fychit
  1. 数据结构(English)

  2. • Introduction /Mathematical Background 1 /Java Review 1 /Java Review 2 /Java Collections /Mathematical Background 2 /Proof by Induction /Lists /Stacks and Queues /Priority Queues /Heapsort /Hashing /Trees /AVL Trees /B-Trees /Sorting /Huffman Codin
  3. 所属分类:Java

    • 发布日期:2008-06-06
    • 文件大小:3145728
    • 提供者:yanjianhua1106
  1. IOI后缀数组论文

  2. 本文介绍后缀数组的基本概念、方法以及应用。 首先介绍 O(nlogn)复杂度构造后缀数组的倍增算法,接着介绍了配合后缀 数组的最长公共前缀 LCP(Longest Common Prefix)的计算方法,并给出一个 线性时间内计算 height 数组(记录跨度为 1 的 LCP 值的数组)的算法。为了让 读者对如何运用后缀数组有一个感性认识,还介绍了两个应用后缀数组的例子: 多模式串的模式匹配(给出每次匹配 O(m+logn)时间复杂度的算法)以及求最 长回文子串(给出 O(nlogn)时间复
  3. 所属分类:C/C++

    • 发布日期:2011-12-27
    • 文件大小:169984
    • 提供者:wongson
  1. 字符串距离

  2. 开发计算两个字符串间的编辑距离,LCS距离和N-gram距离的函数。 (1)编辑距离 字符串a和b的编辑距离ED(i,j)表示把字符串a转换成b所需要的最少操作次数,这些操作可以是:插入一个字符,删除一个字符,替换一个字符。 (2)LCS相似度 字符串a和b的LCS(Longest Common Subsequence)相似度是a和b间的最大相同子串的长度。显然LCS(i,j)越大,a,b越相似。 (3)N-gram相似度 设Ngram(a) 是字符串a中长度为N的子串的集合。两个字符串a,b
  3. 所属分类:C/C++

    • 发布日期:2012-03-04
    • 文件大小:24576
    • 提供者:yqahx
  1. 动态规划:最长单调递增子序列

  2. 动态规划:最长单调递增子序列 A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For examp
  3. 所属分类:C/C++

    • 发布日期:2012-05-28
    • 文件大小:583
    • 提供者:wwqit
  1. 蚁后算法 智能计算 算法 优化方法

  2. 智能计算的蚁后算法 自创A queen ant is an adult, reproducing female ant in an ant colony; generally she will be the mother of all the other ants in that colony. Some female ants do not need to mate to produce offspring, reproducing through asexual parthenogenes
  3. 所属分类:专业指导

    • 发布日期:2012-06-02
    • 文件大小:1048576
    • 提供者:liyanlin2011
  1. 算法导论英文版

  2. 算法导论,英文 【本书目录】 I Foundations Introduction 3 l The Role of Algorithms in Computing 5 l.l Algorithms 5 l.2 Algorithms as a technology 10 2 Getting Started I5 2.l Insertion sort 15 2.2 Analyzing algorithms 21 2.3 Designing algorithms 27 3 Growth of Fun
  3. 所属分类:数据库

    • 发布日期:2012-08-01
    • 文件大小:17825792
    • 提供者:caidadong
  1. Algorithms on Strings

  2. 本书讲述的是关于字符串的算法 1 Tools 1 1.1 Strings and automata 2 1.2 Some combinatorics 8 1.3 Algorithms and complexity 18 1.4 Implementation of automata 23 1.5 Basic pattern matching techniques 28 1.6 Borders and prefixes tables 40 2 Pattern matching automata 5
  3. 所属分类:其它

    • 发布日期:2012-09-06
    • 文件大小:2097152
    • 提供者:szl199083
  1. poj经典动态规划题目解题报告

  2. poj经典动态规划题目解题报告,包括经典的动态规划题目20多道,可以作为学习动态规划系统的资料,包括题目:Pku acm 1179 PolygonPku acm 1125 Stockbroker GrapevinePku acm 1160 post officePku acm 1014 DividingPku acm 1050 To the MaxPku acm 1088 滑雪Pku acm 2533 Longest Ordered SubsequencePku acm 1631 Bridgi
  3. 所属分类:专业指导

    • 发布日期:2008-07-22
    • 文件大小:270336
    • 提供者:Ryanliang
  1. TheAlgorithmDesignManual.pdf

  2. The Algorithm Design Manual-Steven S. Skiena 第二版,英文版,目录如下: I Practical Algorithm Design 1 1 Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2013-01-08
    • 文件大小:3145728
    • 提供者:jillliang
  1. 算法上机!!

  2. Practice 1 Date: Monday, March 18th, 2013 We highly encourage being environment friendly and trying all problems on your own. Implement exercise 2.3-7. Implement priority queue. Implement Quicksort and answer the following questions. (1) How many co
  3. 所属分类:C/C++

    • 发布日期:2013-05-30
    • 文件大小:16777216
    • 提供者:aidashi
  1. Bitcoin: A Peer-to-Peer Electronic Cash System

  2. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost
  3. 所属分类:电子商务

    • 发布日期:2013-11-19
    • 文件大小:184320
    • 提供者:thinkdeeplycd
  1. DIRegEx v7.0.0 XE2/XE3 32/64 Cracked

  2. DIRegEx is a library of Delphi (Embarcadero / CodeGear / Borland) components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl 5.10, with just a few differences. This includes support for U
  3. 所属分类:Delphi

    • 发布日期:2014-01-21
    • 文件大小:1048576
    • 提供者:wozengcong
« 1 2 34 5 6 7 »