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

搜索资源列表

  1. 中本聪比特币论文原版-bitcoin.pdf

  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
  3. 所属分类:比特币

    • 发布日期:2017-09-12
    • 文件大小:184320
    • 提供者:yjijd
  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 example, sequence (1
  3. 所属分类:其它

    • 发布日期:2008-12-05
    • 文件大小:1024
    • 提供者:scaujov
  1. The Vim Tutorial and Reference By Steve Oualline

  2. The Vim Tutorial and Reference By Steve Oualline I'm not sure this book is a labor of love or a love of labor. It certainly is the longest book I've written. When I first started using Vim I noticed that there were a “few” commands that Vim had that
  3. 所属分类:其它

    • 发布日期:2017-12-20
    • 文件大小:3145728
    • 提供者:yanglingwell
  1. java字符串匹配

  2. 3.Build a program using Java array of string, you need to input 5 or more most famous universities in the world, and the annual tuition of each university. Please (1) Display the university name by uppercases that has the longest name; (2) Display t
  3. 所属分类:Java

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:laoan97
  1. perl_cookbook----perl学习的最佳参考书,不过是英文的

  2. What's in This Book Spread over five chapters, the first portion of the book addresses Perl's basic data types. Chapter 1, covers matters like accessing substrings, expanding function calls in strings, and parsing comma-separated data; it also cover
  3. 所属分类:Perl

    • 发布日期:2008-12-08
    • 文件大小:1048576
    • 提供者:yryprog
  1. filediff2(算法-用于VSS比较工具等).pdf

  2. The problem of determining the differences between two sequences of symbols has been studied extensively [1,8,11,13,16,19,20]. Algorithms for the problem have numerous applications, including spelling correction systems, file comparison tools, and t
  3. 所属分类:其它

    • 发布日期:2009-03-13
    • 文件大小:82944
    • 提供者:jantl
  1. 新概念必背优秀文章36篇 DOC

  2. A noble gangster 贵族歹徒 The longest suspension bridge in the world 世界上最长的吊桥 Daniel Mendoza 丹尼尔.门多萨 A skeleton in the cupboard “家丑”
  3. 所属分类:专业指导

    • 发布日期:2009-04-24
    • 文件大小:284672
    • 提供者:lsoar
  1. java解决动态规划最长公共子序列问题

  2. java解决动态规划中最长公共子序列(longest common sequence)问题
  3. 所属分类:Java

    • 发布日期:2018-03-12
    • 文件大小:6144
    • 提供者:qq_34092585
  1. 华南理工大学计算机全英班编译原理实验1

  2. Compiler Construction Experiment 1 Implementing a Scanner for TINY+ You are to write a lexical analyzer/scanner for the language TINY+. Goals 1The input of the scanner is a source code file and the output of the scanner is a stream of tokens. 2Your
  3. 所属分类:C/C++

    • 发布日期:2018-05-20
    • 文件大小:1048576
    • 提供者:z_y_r12138
  1. siege————网络压力测试工具

  2. 很好用的网络压力测试工具 Linux版 siege的安装 unzip filename.zip cd siege-*.*.* ./configure --prefix=/usr/local/siege --mandir=/usr/local/man --with-ssl=/usr/local/ssl mkdir -p /usr/local/siege/etc mkdir -p /usr/local/siege/var make make install 查看配置文件 /usr/local/si
  3. 所属分类:Web开发

    • 发布日期:2018-08-12
    • 文件大小:392192
    • 提供者:weixin_42947219
  1. Computing and Combinatorics

  2. 目录 Invited Talks.- Understanding and Inductive Inference.- Computing with Cells: Membrane Systems.- Complexity and Inapproximability.- Boxicity and Poset Dimension.- On the Hardness against Constant-Depth Linear-Size Circuits.- A K-Provers Parallel
  3. 所属分类:机器学习

    • 发布日期:2018-08-22
    • 文件大小:18874368
    • 提供者:weixin_41245916
  1. DeepLearning中文版

  2. 度学习Deep Learning介绍. Depth 概念:depth: the length of the longest path from an input to an output. Deep Architecture 的三个特点:深度不足会出现问题;人脑具有一个深度结构(每深入一层进行一次abstraction,由lower-layer的features描述而成的feature构成
  3. 所属分类:深度学习

    • 发布日期:2018-01-30
    • 文件大小:27262976
    • 提供者:u010299178
  1. 没有重复字符最长子串

  2. Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the length is 3.
  3. 所属分类:C/C++

    • 发布日期:2018-02-24
    • 文件大小:2048
    • 提供者:programw
  1. 最大公共子序列的c++实现

  2. 问题描述 给定两个字符串,求解这两个字符串的最长公共子序列(Longest Common Sequence)。比如字符串1:BDCABA;字符串2:ABCBDAB 则这两个字符串的最长公共子序列长度为4,最长公共子序列是:BCBA
  3. 所属分类:C/C++

    • 发布日期:2018-09-01
    • 文件大小:2048
    • 提供者:weixin_42575796
  1. 通用强化学习算法AlphaZero

  2. The game of chess is the longest-studied domain in the history of artificial intelligence. The strongest programs are based on a combination of sophisticated search techniques, domain-specific adaptations, and handcrafted evaluation functions that ha
  3. 所属分类:深度学习

    • 发布日期:2018-12-09
    • 文件大小:1048576
    • 提供者:weixin_44026432
  1. 动态规划经典问题视频解析

  2. Brian Dean 在MIT教算法课录制的10个动态规划问题的视频动画。 包含 - 01背包 - balanced partition - box stacking - building bridges - counting boolean parenthesizations - edit distance - integer knapsack - longest increasing subsequences - making changes - maximum value contigu
  3. 所属分类:讲义

    • 发布日期:2019-04-15
    • 文件大小:117440512
    • 提供者:weixin_42154007
  1. Amazon近半年电面题.pdf

  2. 亚马逊近半年来的电面coding题目,包括LeetCode上对应的题号12/12018 (5)Amazon -LeetCode ˇ轷0亓R(x,n) problems/ powx-n) Aceptance MftliHunty Frequency 0 51 N-Queens (problems/n-queens) 36.3% Hard v 53 Maximum Subarray (problems/maximum-subarray) 41.8% Easy v 54 Spiral Matrix (
  3. 所属分类:C/C++

    • 发布日期:2019-07-16
    • 文件大小:281600
    • 提供者:air476861022
  1. Android代码-android-obd-reader

  2. android-obd-reader NOTICE I am no longer involved in any way with OBD and related activities, so dont expect my feedback on issues, pull-requests and most of all, email. I cant even remember when I first picked this project from Brice Lambi (the o
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:400384
    • 提供者:weixin_39840650
  1. Android代码-The Powder Toy

  2. Jacob1s Mod, tpts longest lasting and most popular mod! My overall goal isnt to add a bunch of elements you can forget about, its to create a more stable tpt version without many bugs and lots of new features not fit for the officiel version; li
  3. 所属分类:其它

    • 发布日期:2019-08-07
    • 文件大小:1032192
    • 提供者:weixin_39841365
  1. Android代码-Crossword

  2. Crossword Android crossword solver. The app is available on F-Droid and here. Words up to 28 letters 110,000 word dictionary Web search word definitions Anagram search Solve crossword entries Set the number of letters in the word you are looking for
  3. 所属分类:其它

    • 发布日期:2019-08-07
    • 文件大小:999424
    • 提供者:weixin_39840515
« 1 2 3 4 56 7 »