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

搜索资源列表

  1. An Introduction to programming for medical Image Analysis

  2. This book is an edited collection of class handouts that was written for the graduate seminar “Programming for Medical Image Analysis” (ENAS 920a). This class was taught at Yale University, Department of Biomedical Engineering, in the Fall of 2006.
  3. 所属分类:其它

    • 发布日期:2009-11-13
    • 文件大小:6291456
    • 提供者:njliuqiang
  1. 2009 达内Unix学习笔记

  2. 集合了 所有的 Unix命令大全 登陆服务器时输入 公帐号 openlab-open123 telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss 老师测评网址 http://172.16.0.198:8080/poll/ 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ 一、注意事项 命令和参数之间必需用空格隔开,参数和参数之间也必需用空格隔开
  3. 所属分类:C

    • 发布日期:2010-02-10
    • 文件大小:31744
    • 提供者:lq_1987
  1. VTK教程(An Introduction to Programming for ...)

  2. This book is an edited collection of class handouts that was written for the graduate seminar “Programming for Medical Image Analysis” (ENAS 920a). This class was taught at Yale University, Department of Biomedical Engineering, in the Fall of 2006.
  3. 所属分类:C++

    • 发布日期:2011-07-18
    • 文件大小:5242880
    • 提供者:sw2011
  1. Head.First.Design.Patterns.2004].Elisabeth.Freeman.文字版.pdf

  2. 作者: Elisabeth.Freeman 目录: Intro xxv 1 Welcome to Design Patterns: an introduction 1 2 Keeping your Objects in the know: the Observer Pattern 37 3 Decorating Objects: the Decorator Pattern 79 4 Baking with OO goodness: the Factory Pattern 109 5 One o
  3. 所属分类:其它

    • 发布日期:2011-12-11
    • 文件大小:31457280
    • 提供者:elongyang00
  1. Head First Design Patterns 2008

  2. Head First Design Patterns 2008 英文版 1 Welcome to Design Patterns: an introduction 1 2 Keeping your Objects in the know: the Observer Pattern 37 3 Decorating Objects: the Decorator Pattern 79 4 Baking with OO goodness: the Factory Pattern 109 5 One o
  3. 所属分类:Java

    • 发布日期:2012-09-14
    • 文件大小:18874368
    • 提供者:yl0806
  1. Head First Design Pattern

  2. This book is worth reading for design pattern learners. Table of Contents (summary) Intro xxv 1 Welcome to Design Patterns: an introduction 1 2 Keeping your Objects in the know: the Observer Pattern 37 3 Decorating Objects: the Decorator Pattern 79
  3. 所属分类:Java

    • 发布日期:2012-12-27
    • 文件大小:27262976
    • 提供者:linux999
  1. Head First Design Patterns(高清非影印英文版)

  2. 史上最全最清晰的版本,不需要积分,送给大家下载 This book is worth reading for design pattern learners. Table of Contents (summary) Intro xxv 1 Welcome to Design Patterns: an introduction 1 2 Keeping your Objects in the know: the Observer Pattern 37 3 Decorating Objects: t
  3. 所属分类:其它

    • 发布日期:2013-07-19
    • 文件大小:27262976
    • 提供者:javacode007
  1. POI 导入Excel 提醒LeftoverDataException求帮助

  2. POI 导入Excel 提醒LeftoverDataException求帮助
  3. 所属分类:Java

    • 发布日期:2014-02-12
    • 文件大小:196608
    • 提供者:ankuino1
  1. BCB和Delphi用的OpenGL开发组件

  2. 支持BCB5-6,支持delphi6-2010,含源码 To compile GLScene, after having installed all the necessary units and updated your Delphi library paths (and after making sure you have no duplicates or leftover units from other/older packages), open and install the pac
  3. 所属分类:C++

    • 发布日期:2016-02-24
    • 文件大小:38797312
    • 提供者:nowarning
  1. RESTful Web Services.rar

  2. The world of web services has been on a fast track to supernova ever since the architect astronauts spotted another meme to rocket out of pragmatism and into the universe of enterprises. But, thankfully, all is not lost. A renaissance of HTTP apprec
  3. 所属分类:其它

    • 发布日期:2019-07-09
    • 文件大小:2097152
    • 提供者:weixin_39841365
  1. gerrit-3.0.3.war

  2. 3.0.3 Breaking Changes The weblinksOnly option is removed from the Get Diff REST API endpoint. This option was only used by the GWT UI which has been removed. This is a breaking change for any other clients that are using it. New Features Issue 6029
  3. 所属分类:Web开发

    • 发布日期:2019-10-11
    • 文件大小:67108864
    • 提供者:gx_12
  1. 反编译塞尔达传说:荒野之息(切换1.5.0)-塞尔达雷特/波瓦-源码

  2. uking This is a decompilation of U-King v1.5.0 (Switch). File names, class or function names and the file organization come from leftover strings. Unlike some other first-party games such as Super Mario Odyssey, all known public versions of U-King ar
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:6291456
    • 提供者:weixin_38748769
  1. Python计算已经过去多少个周末的方法

  2. 本文实例讲述了Python计算已经过去多少个周末的方法。分享给大家供大家参考。具体如下: def weekends_between(d1,d2): days_between = (d2-d1).days weekends, leftover = divmod(days_between,7) if leftover: start_day = (d2-timedelta(leftover)).isoweekday() end_day = start_day+leftov
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:29696
    • 提供者:weixin_38565480