• LATEX NOTES 雷太赫排版系统简介

    LATEX NOTES 雷太赫排版系统简介.本文档包括pdf和tex源码

    0
    147
    5.3MB
    2016-01-31
    10
  • Machine Learning Tom M.Mitchell

    This book covers the field of machine learning, which is the study of algorithms that allow computer programs to automatically improve through experience. The book is intended to support upper level undergraduate and introductory level graduate courses in machine learning

    0
    33
    37MB
    2016-01-30
    10
  • DeSmuME 0.9.10源代码

    这是一个 Nintendo Dual Screen 模拟器。开源,更新很勤快有希望能替代 No$GBA。 r4070 simplify list files, ensure all entries get recursed General/Core: bug: fix a ton of old, broken cpu opcodes and CP15 logic bug: return Z1 and Z2 from TSC (fixes some touch logic) bug: gba slot save type detection improved bug: handle unusual rom headers more correctly bug: dont confuse motion pack commands with save memory commands bug: make cheat system a little less flaky and add AR 1.54 support bug: fix nondeterministic backup memory behaviour while rerecording bug: correct emulation of register accesses of wrong size and during powerdown bug: rewrite --cflash-path emulation bug: rewrite IPC/GX FIFO, IRQ flag generation, and wait-for-IRQ logics bug: rewrite RTC calendar handling; now supports years > 2038 enh: auto-DLDI patching for homebrew enh: --gbaslot-rom=self mounts self.nds in slot2 enh: more realistic exception handling enh: piano controller emulation enh: modular slot-1 system for exact emulation of homebrew cards Graphics: bug: edge marking colors were wrong bug: handle some "invalid" vram configurations correctly bug: convert half of geometry engine to fixed point bug: fix sprite blend+fadein/fadeout bug: improve rasterizer shadows bug: fix main memory display DMA bug: fix some raster fx timing bugs enh: add a hack for improving some non-stencil shadows Windows: bug: misc fixes and improvements to gpu viewer tools bug: sub screen layer display toggling fixed bug: fixes and improvements to ram watch, ram search, cheats list bug: fix start-paused commandline bug: fix memory leaks when sound disabled bug: improve load average calculators and add arm7 load average enh: background input support enh: add vsync option enh: support more knobs on joysticks enh: import cheats from R4 database enh: add xinput rumble for 360 pads

    0
    130
    7.68MB
    2014-10-11
    9
  • Orwell Dev-C++ 5.7.1源代码

    Orwell Dev C++是Dev C++的一个衍生版本 Orwell 鉴于Dev C++的长时间(从 2005 年 2 月 22 日起)不再更新 对Dev C++源代码进行错误修正 并更新编译器后发布的版本 该工具使用 Delphi 开发 特性: Includes MinGW GCC 4 6 2 32bit or Includes TDM GCC 4 6 1 64bit Provides syntax highlighting for code header and resource files Supports code completion and autocomplete Shows information about code when hovering above code Supports GPROF profiling Provides user editable shortcuts and tools Supports multiple languages Supports GNU GDB debugging Supports code folding Supports devpak IDE extensions">Orwell Dev C++是Dev C++的一个衍生版本 Orwell 鉴于Dev C++的长时间(从 2005 年 2 月 22 日起)不再更新 对Dev C++源代码进行错误修正 并更新编译器后发布的版本 该工具使用 Delphi 开发 特性: Includes MinGW GCC 4 6 2 32bit or Includes [更多]

    0
    455
    1.1MB
    2014-10-11
    34
  • Introduction to Algorithms(third edition)(算法导论第三版)

    Introduction to Algorithms(third edition),算法导论,原书第三版,英文版。在有关算法的书中,有一些叙述非常严谨,但不够全面;另一些涉及了大量的题材,但又缺乏严谨性。本书将严谨性和全面性融为一体,深入讨论各类算法,并着力使这些算法的设计和分析能为各个层次的读者接受。全书各章自成体系,可以作为独立的学习单元;算法以英语和伪代码的形式描述,具备初步程序设计经验的人就能看懂;说明和解释力求浅显易懂,不失深度和数学严谨性。

    4
    117
    5.39MB
    2013-06-16
    50
  • 运用伸展树解决数列维护问题 by Crash

    对于数列维护问题,我们常用的一种手段是线段树。但使用线段树有一定的局限性,本文介绍运用伸展树解决这类问题,并且可以实现更多的功能。 (1 )伸展树的伸展操作 (2 )在伸展树中对区间进行操作 (3 )实例分析——NOI 2005 维护数列(Sequence ) (4 )和线段树的比较 by Crash

    0
    150
    280KB
    2013-06-14
    10
  • 数据结构漫谈

    江苏省2012信息学集训队论文,许昊然(国家队大神)著,数据结构漫谈(148页). 数据结构在序列中的应用,dfs序,树形结构,函数式数据结构,函数式块状链表 , 指纹算法,扩展后缀数组,etc

    5
    306
    593KB
    2013-06-11
    10
  • Graph Algorithms(Shimon Even,Guy Even)第二版

    Shimon Even's Graph Algorithms, published in 1979, was a seminal introductory book on algorithms read by everyone engaged in the field. This thoroughly revised second edition, with a foreword by Richard M. Karp and notes by Andrew V. Goldberg, continues the exceptional presentation from the first edition and explains algorithms in a formal but simple language with a direct and intuitive presentation. The book begins by covering basic material, including graphs and shortest paths, trees, depth-first-search and breadth-first search. The main part of the book is devoted to network flows and applications of network flows, and it ends with chapters on planar graphs and testing graph planarity.

    0
    52
    1.47MB
    2013-06-03
    15
  • 挑战编程(英文版)

    很好的学习练习算法的书籍,还可以作为ACM竞赛的入门书籍,由Steven S. Skiena和Miguel A. Revilla合力写成

    5
    34
    4.4MB
    2013-06-03
    10
  • notepad++6.2.3源代码

    Notepad++ 是在微软窗口环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软件开发项目采用 win32 api 和 STL 以 C++ 程序语言撰写成,并且选用功能强大的编辑模块 Scintilla。多亏它的轻巧与执行效率,Notepad++ 可完美地取代微软窗口的记事本。

    0
    18
    4.54MB
    2013-06-03
    0
  • 笔耕不辍

    累计1年每年原创文章数量>=20篇
  • 分享宗师

    成功上传21个资源即可获取
关注 私信
上传资源赚积分or赚钱