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

搜索资源列表

  1. New programmer

  2. 程序员新人生存手册英文版。Pragmatic Programmer系列的新人指导书籍,值得一读,特别是对于新人来说。 New Programmer's Survival Manual: Navigate Your Workplace, Cube Farm, or Startup by Josh Carter Professional Programming Program For Production 1.1 A Note on What’s Not Here Tip 1. Write Cor
  3. 所属分类:其它

    • 发布日期:2011-08-23
    • 文件大小:2097152
    • 提供者:coolzhx
  1. sql教程完整版

  2. SQL 语法 Previous Page Next Page 数据库表 一个数据库通常包含一个或多个表。每个表由一个名字标识(例如“客户”或者“订单”)。表包含带有数据的记录(行)。 下面的例子是一个名为 "Persons" 的表: Id LastName FirstName Address City 1 Adams John Oxford Street London 2 Bush George Fifth Avenue New York 3 Carter Thomas Changan Str
  3. 所属分类:MySQL

    • 发布日期:2011-12-17
    • 文件大小:73728
    • 提供者:sweetian123
  1. SQL教程论文

  2. SQL数据库教程SQL 语法 Previous Page Next Page 数据库表 一个数据库通常包含一个或多个表。每个表由一个名字标识(例如“客户”或者“订单”)。表包含带有数据的记录(行)。 下面的例子是一个名为 "Persons" 的表: Id LastName FirstName Address City 1 Adams John Oxford Street London 2 Bush George Fifth Avenue New York 3 Carter Thomas Cha
  3. 所属分类:MySQL

    • 发布日期:2011-12-17
    • 文件大小:46080
    • 提供者:sweetian123
  1. AJAXInAction

  2. Although there are only three names on the cover of this book, a legion of tal- ented, hardworking, and just plain crazy people supported us behind the scenes. We’d like to thank everyone at Manning, especially our publisher, Mar- jan Bace, and our
  3. 所属分类:Web开发

    • 发布日期:2012-02-19
    • 文件大小:10485760
    • 提供者:xxglyy
  1. 酒店管理系统

  2. SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE DATABASE [royal]GOUSE [royal]GOIF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[RoomInfo]') AND type in (N'U'))BEGINCREATE TABLE [dbo].[RoomInfo]( [RoomNo] [int] NOT NU
  3. 所属分类:Java

    • 发布日期:2008-06-28
    • 文件大小:230400
    • 提供者:SummitNYchen
  1. Data Structures and Algorithm Analysis in C - Mark Allen Weiss.chm

  2. PREFACE Purpose/Goals This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can h
  3. 所属分类:C

    • 发布日期:2012-12-02
    • 文件大小:2097152
    • 提供者:laoli666
  1. Minds&Computers;

  2. Matt Carter, 2007 Edinburgh University Press Ltd 22 George Square, Edinburgh This is a book about minds. It is also about computers. Centrally, we will be interested in examining the relation between minds and computers.
  3. 所属分类:专业指导

    • 发布日期:2013-02-18
    • 文件大小:1048576
    • 提供者:sstoney
  1. Android多媒体开发高级编程--源代码

  2. 内容简介 · · · · · · 《Android多媒体开发高级编程——为智能手机和平板电脑开发图形、音乐、视频和富媒体应用》使用清晰、直观的示例介绍了Android SDK中丰富的多媒体功能,有助于您开发能够创建、播放和共享多媒体的优秀Android应用程序。许多Android设备本身就是照相机、相册、摄像机、电影播放器、音乐播放器以及录音机——为何不在应用程序中使用所有这些及更多的功能?这些令人激动的功能将使您的应用程序熠熠生辉,实现更多的用途。 本书首先讨论摄像头和成像功能,然后介绍音频
  3. 所属分类:Android

    • 发布日期:2013-07-03
    • 文件大小:5242880
    • 提供者:txdyjjj117
  1. The Art of Computer Programming, Volumes 1-4.part1.rar

  2. 英文pdf版,高清。共三部分,这是第一部分。 Donald E. Knuth is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of the TEX and METAFONT systems for computer typesetting, and for his prolific and influential w
  3. 所属分类:专业指导

    • 发布日期:2014-02-28
    • 文件大小:57671680
    • 提供者:tigerhunter83
  1. The Art of Computer Programming, Volumes 1-4.part2.rar

  2. 英文pdf版,高清。共三部分,这是第二部分。 Donald E. Knuth is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of the TEX and METAFONT systems for computer typesetting, and for his prolific and influential w
  3. 所属分类:专业指导

    • 发布日期:2014-02-28
    • 文件大小:57671680
    • 提供者:tigerhunter83
  1. The Art of Computer Programming, Volumes 1-4.part3.rar

  2. 英文pdf版,高清。共三部分,这是第三部分。 Donald E. Knuth is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of the TEX and METAFONT systems for computer typesetting, and for his prolific and influential w
  3. 所属分类:专业指导

    • 发布日期:2014-02-28
    • 文件大小:42991616
    • 提供者:tigerhunter83
  1. Visual Studio Tools for Office: Using C# with Excel, Word, Outlook, and InfoPath

  2. Visual Studio Tools for Office: Using C# with Excel, Word, Outlook, and InfoPath By Eric Carter, Eric Lippert
  3. 所属分类:.Net

    • 发布日期:2014-04-29
    • 文件大小:11534336
    • 提供者:mason_mow
  1. Hello World! Computer Programming for Kids and Other Beginners_2Ed_2013

  2. A gentle but thorough introduction to the world of computer programming, it's written in language a 12-year-old can follow, but anyone who wants to learn how to program a computer can use it. Even adults. Written by Warren Sande and his son, Carter,
  3. 所属分类:Python

    • 发布日期:2014-10-10
    • 文件大小:38797312
    • 提供者:jiyeqian
  1. 五子棋代码

  2. import javax swing ; import java awt ; import java awt event ; import java util ; import javax swing event ; public class wuziqi { public static void main String[] args { SimpleFrame frame new SimpleFrame ; frame setDefaultCloseOperation JFrame EXIT
  3. 所属分类:Java

    • 发布日期:2015-03-14
    • 文件大小:18432
    • 提供者:qq_26569679
  1. PC汇编语言教程 作者:Paul A. Carter

  2. 老外写的一本汇编语言快速入门教程,相当不错的一本书。内容很精简、实用
  3. 所属分类:硬件开发

    • 发布日期:2008-11-17
    • 文件大小:1048576
    • 提供者:chrispayne
  1. 高清中文版 PC汇编语言 Paul A. Carter

  2. 这本书的目的是为了让读者更好地理解计算机在相比于编程语言 如Pascal的更底层如何工作。通过更深刻地了解计算机如何工作,读者 通常可以更有能力用高级语言如C和C++来开发软件。
  3. 所属分类:其它

    • 发布日期:2016-04-21
    • 文件大小:1048576
    • 提供者:northhero
  1. RFID Protocol Design, Optimization, and Security+for IoT-IET(2017).pdf )

  2. Alex X. Liu is a Professor of the Department of Computer Science and Engineer- ing at Michigan State University, East Lansing, Michigan, USA. He received his Ph.D. degree in Computer Science from The University of Texas at Austin in 2006. He receive
  3. 所属分类:硬件开发

    • 发布日期:2017-12-30
    • 文件大小:5242880
    • 提供者:windstand
  1. MEMS An_Introduction_to_Microelectromechanical_Systems_Engineering

  2. MEMS-An_Introduction_to_Microelectromechanical_Systems_Engineering-2nd_edition-eBook_LiB-Artech_House_Publishers.pdf ==================== corresponding technology has enjoyed a fast pace of development and has rapidly spread to institutions and comp
  3. 所属分类:其它

    • 发布日期:2009-02-07
    • 文件大小:4194304
    • 提供者:yuminweile2
  1. Hello World! Computer Programming for Kids and Other Beginners

  2. Computer savvy kids and can be found surfing the web, chatting with friends, downloading music, and playing games - all at the same time. Many, however, want to do more. Not only do they want to use computers to stay connected to the world, they wan
  3. 所属分类:讲义

    • 发布日期:2018-08-21
    • 文件大小:18874368
    • 提供者:u010249651
  1. TensorFlow.js Machine Learning for the Web and Beyond.pdf

  2. TensorFlow.js, Google 提供的基于TensorFlow的Javascr ipt库。方便使用JS的开发者使用,并且可以为未来的边缘计算提供支持。TensorFlow. js: Machine Learning for the Web and beyond acceleration, notably TensorFire(Kwok et al., 2017), Propel Layers APl, which provides higher-level model buildin
  3. 所属分类:机器学习

    • 发布日期:2019-07-15
    • 文件大小:581632
    • 提供者:nicholaskong
« 1 23 4 »