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

搜索资源列表

  1. Efficiency Guide (erlang)

  2. 1.1.1 Purpose Premature optimization is the root of all evil. – D.E. Knuth Efficient code can be well-structured and clean code, based on on a sound overall architecture and sound algorithms. Efficient code can be highly implementation-code that byp
  3. 所属分类:其它

    • 发布日期:2009-07-21
    • 文件大小:166912
    • 提供者:dylanok
  1. c无忧编程(write clean code)

  2. 微软工作过的专家写的书,编程常见问题,层次高于《c缺陷与陷阱》
  3. 所属分类:C

    • 发布日期:2010-07-31
    • 文件大小:808960
    • 提供者:njy_diana
  1. Write clean code

  2. 编写高效整齐的代码,小册子写得相当的好,经典入门材料
  3. 所属分类:C

    • 发布日期:2011-05-20
    • 文件大小:801792
    • 提供者:solidsnake002
  1. iOS 5 Programming Cookbook

  2. I started developing iPhone applications in late 2007. Between then and now, I have worked on various iPhone OS applications for different companies across the globe. As you might have already guessed, iOS is my favorite platform and Objective-C is
  3. 所属分类:iOS

    • 发布日期:2011-10-26
    • 文件大小:25165824
    • 提供者:julien_liu
  1. iOS 5 Programming Cookbook

  2. I started developing iPhone applications in late 2007. Between then and now, I have worked on various iPhone OS applications for different companies across the globe. As you might have already guessed, iOS is my favorite platform and Objective-C is
  3. 所属分类:其它

    • 发布日期:2012-07-18
    • 文件大小:25165824
    • 提供者:no1hero
  1. tcpip几个例程

  2. Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched the internet for a TCP communication class which is ready to use. But all I found (even here o
  3. 所属分类:C++

    • 发布日期:2012-09-14
    • 文件大小:750592
    • 提供者:haha_0011
  1. 测试驱动开发 Test-Driven Development

  2. Clean code that works - now. This is the seeming contradiction that lies behind much of the pain of programming. Test-driven development replies to this contradiction with a paradox-test the program before you write it. A new idea? Not at all. Since
  3. 所属分类:其它

    • 发布日期:2008-09-08
    • 文件大小:9437184
    • 提供者:ruoshuirulan
  1. Spring AOP

  2. Developing powerful web applications with clean, manageable code makes the maintenance process much easier. Aspect-Oriented Programming (AOP) is the easiest and quickest way to achieve such results. Spring is the only Java framework to offer AOP fea
  3. 所属分类:Java

    • 发布日期:2013-05-10
    • 文件大小:6291456
    • 提供者:devprox
  1. Test Driven Development_By examples.pdf

  2. Clean code that works--now. This is the seeming contradiction that lies behind much of the pain of programming. Test-driven development replies to this contradiction with a paradox--test the program before you write it. A new idea? Not at all. Since
  3. 所属分类:其它

    • 发布日期:2008-10-05
    • 文件大小:5120
    • 提供者:szw871003
  1. A Handbook of Agile Software Craftsmanship

  2. This book by Robert C. Martin talks about clean code practices and suggests the Boy Scout Rule to write clean code. The code examples cited in the books are primarily in Java but the guidelines have also been explained in other languages.
  3. 所属分类:Java

    • 发布日期:2014-01-07
    • 文件大小:4194304
    • 提供者:u011366303
  1. write clean code

  2. 不错的书,欢迎有志于程序设计的人士下载
  3. 所属分类:C/C++

    • 发布日期:2007-04-03
    • 文件大小:112640
    • 提供者:donggongjin
  1. Pro Python

  2. You've learned the basics of Python, but how do you take your skills to the next stage? Even if you know enough to be productive, there are a number of features that can take you to the next level in Python. Pro Python explores concepts and features
  3. 所属分类:Python

    • 发布日期:2014-06-06
    • 文件大小:2097152
    • 提供者:jasonh002
  1. Java 8 Lambdas

  2. For many people, what Java 8 offers by way of functional programming is incredibly limited: no monads,1 no language-level lazy evaluation, no additional support for im‐ mutability. As pragmatic programmers, this is fine; what we want is the ability
  3. 所属分类:Java

    • 发布日期:2014-12-18
    • 文件大小:6291456
    • 提供者:fredfudan
  1. CleanCodeHandbook_v1.0.3

  2. This eBook serves as the perfect companion to LeetCode Online Judge. Learn how to write clean code and apply these fundamentals in a real interview.
  3. 所属分类:C++

    • 发布日期:2016-03-10
    • 文件大小:1048576
    • 提供者:awpu85
  1. Android Design Patterns and Best Practice - 2016

  2. Are you an Android developer with some experience under your belt? Are you wondering how the experts create efficient and good-looking apps? Then your wait will end with this book! We will teach you about different Android development patterns that
  3. 所属分类:Android

    • 发布日期:2017-01-23
    • 文件大小:10485760
    • 提供者:piwenxu
  1. write clean code.rar

  2. 编程精粹 Microsoft 公司word 开发小组编写优质无错C程序秘诀,书里面详细解说了团队在开发WORD产品过程中遇到的问题并详细分析了原因,作者无私的将自己的开发经验奉献了出来,想写出高质量的程序的话这个可是绝对值得一看的经典之作。
  3. 所属分类:C

    • 发布日期:2009-02-18
    • 文件大小:240640
    • 提供者:lovefqing
  1. MicrosoftCprogram

  2. Write clean code,for bug-free c code
  3. 所属分类:C

    • 发布日期:2009-02-20
    • 文件大小:852992
    • 提供者:pcbi000
  1. Write clean code

  2. 工作第一天 看看这个吧~~ 修炼内功必备 呵呵~ 第1章 假想的编译程序 读者可以考虑一下倘若编译程序能够正确地指出代码中的所有问题,那相应程序的错误情况会怎样?这不单指语法错误,还包括程序中的任何问题,不管它有多么隐蔽。例如,假定程序中有“差1”错误,编译程序可以采用某种方法将其查出,并给出如下的错误信息 -> line 23: while (i<=j) off by one error: this should be ' line 42: int itoa(int i, cha
  3. 所属分类:C

    • 发布日期:2009-03-02
    • 文件大小:251904
    • 提供者:xiaokevinhu
  1. Write Clean Code(中文版).chm

  2. 本书介绍的所有决窍是当发现错误时,不断地就以下两个问题追问自己的结果: 1.怎样才能自动地查出这个错误? 2.怎样才能避免这个错误?
  3. 所属分类:C

    • 发布日期:2009-03-12
    • 文件大小:448512
    • 提供者:yizhe0314
  1. Modern Python Standard Library Cookbook

  2. Build optimized applications in Python by smartly implementing the standard library The Python 3 Standard Library is a vast array of modules that you can use for developing various kinds of applications. It contains an exhaustive list of libraries,
  3. 所属分类:Python

    • 发布日期:2018-10-22
    • 文件大小:1048576
    • 提供者:tlforest
« 1 23 4 5 »