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

搜索资源列表

  1. Web Analytics 2.0: The Art of Online Accountability and Science of Customer Centricity

  2. Chapter 1 The Bold New World of Web Analytics 2.0 1 Chapter 2 The Optimal Strategy for Choosing Your Web Analytics Soul Mate 15 Chapter 3 The Awesome World of Clickstream Analysis: Metrics 35 Chapter 4 The Awesome World of Clickstream Analysis: Prac
  3. 所属分类:Web开发

    • 发布日期:2010-03-08
    • 文件大小:12582912
    • 提供者:godghdai
  1. linux内核0.11注释版.rar

  2. linux内核0.11版,带中文注释,研究linux最好的资料! void main (void) /* This really IS void, no error here. */ { /* The startup routine assumes (well, ...) this */ /* 这里确实是void,并没错。在startup 程序(head.s)中就是这样假设的。 */ // 参见head.s 程序第136 行开始的几行代码。 /* * Interrupts are still
  3. 所属分类:C

    • 发布日期:2010-03-19
    • 文件大小:290816
    • 提供者:taocchao123
  1. Linux内核完全注释

  2. 第1 章 概述 1.1 Linux 的诞生和发展 1.2 内容综述 1.3 Makefile 文件 1.4 linux/Makefile 文件 1.5 其它信息 第2 章 引导启动程序(boot) 2.1 概述 2.2 bootsect.s 文件 2.3 setup.s 程序 2.4 head.s 文件 2.5 小结 第3 章 初始化程序(init) 3.1 概述 3.2 main.c 程序 3.3 其它信息 3.4 小结 第4 章 内核代码(kernel) 4.1 概述 4.2 Makefi
  3. 所属分类:C

    • 发布日期:2010-03-23
    • 文件大小:3145728
    • 提供者:zah0511
  1. The Art of Assembly Language Programming

  2. You are visitor as of October 17, 1996.The Art of Assembly Language ProgrammingForward Why Would Anyone Learn This Stuff?1 What's Wrong With Assembly Language2 What's Right With Assembly Language?3 Organization of This Text and Pedagogical Concerns4
  3. 所属分类:Access

    • 发布日期:2007-12-20
    • 文件大小:4194304
    • 提供者:ttlyfast
  1. C陷阱与缺陷.pdf

  2. . 《C陷阱与缺陷》中文第一版。PDF格式。
  3. 所属分类:C

    • 发布日期:2010-03-27
    • 文件大小:4194304
    • 提供者:arkwyd
  1. Expert C Programming - Deep C Secretes

  2. Have you ever noticed that there are plenty of C books with suggestive names like C Traps and Pitfalls, or The C Puzzle Book, or Obfuscated C and Other Mysteries, but other programming languages don't have books like that? There's a very good reason
  3. 所属分类:C

    • 发布日期:2010-04-08
    • 文件大小:2097152
    • 提供者:geekster
  1. C陷阱(c traps and pit falls)

  2. 在找工作之前看,了解容易受迷惑的一些C语言问题,对于编程也有很大的提高。希望对大家有所帮助。
  3. 所属分类:C

    • 发布日期:2010-04-08
    • 文件大小:4194304
    • 提供者:caixiaoru
  1. Practical Software Estimation - Function Point Methods For Insourced And Outsourced Projects

  2. FP法软件评测的经典书籍,由印度软件巨头公司InfoSys的副总裁执笔。行文生动,图表并茂,理论实践一气呵成。非常适合对FP法感兴趣的朋友参考。 Practical Software Estimation is the definitive reference for anyone who must estimate software projects accurately: project and IT managers, individual developers, system desi
  3. 所属分类:专业指导

    • 发布日期:2010-04-17
    • 文件大小:5242880
    • 提供者:yuyunwu
  1. bash 解读、示例:《Bash Cookbook》.pdf

  2. Solutions and Examples for bash Users--《bash Cookbook》,作者Carl Albing,JP Vossen & Cameron Newbam。内容预览: 1.Beginning bash 2.Standard Output 3.Standard Input 4.Executing Commands 5.Basic scr ipting:Shell Variables 6.Shell Logic and Arithmetic 7.Intermed
  3. 所属分类:C

    • 发布日期:2010-04-18
    • 文件大小:3145728
    • 提供者:defonds
  1. The Design and Implementation of the 4.4BSD Operating System

  2. unix的设计者写的Unix Chapter 1 History and Goals 1.1 History of the UNIX System 1.2 BSD and Other Systems 1.3 Design Goals of 4BSD 1.4 Release Engineering Chapter 2 Design Overview of 4.4BSD 2.1 4.4BSD Facilities and the Kernel 2.2 Kernel Organization 2.3
  3. 所属分类:Web开发

    • 发布日期:2010-04-22
    • 文件大小:2097152
    • 提供者:KO_KING
  1. Classic Shell Scripting

  2. An essential skill for Unix users and system administrators, shell scr ipts let you easily crunch data and automate repetitive tasks, offering a way to quickly harness the full power of any Unix system. This book provides the tips, tricks, and organ
  3. 所属分类:Linux

    • 发布日期:2010-04-23
    • 文件大小:1048576
    • 提供者:aspirin8086
  1. C陷阱与缺陷 C TRAPS AND PITFALLS

  2. 不错的一本书,C系列的提高篇,ANDREW KOENIG 成名之作
  3. 所属分类:C

    • 发布日期:2010-04-27
    • 文件大小:4194304
    • 提供者:adaada112112
  1. linux内核0.11注释版

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则需要指明所在的目录,并用双引号括住。 // 标准符号常数与类型文件。定义了各种符号常数和类型,并申明了各种函数。 // 如果定义
  3. 所属分类:网络攻防

    • 发布日期:2010-04-27
    • 文件大小:290816
    • 提供者:YYQSH
  1. C Tarps and Pitfalls

  2. 十分经典的书籍,所有C/C++程序员都应该读一读。
  3. 所属分类:C

    • 发布日期:2010-05-15
    • 文件大小:100352
    • 提供者:yandianxun
  1. c traps and pitfalls

  2. 总结了需要注意和避免的c语言的一些陷阱 是不错的参考
  3. 所属分类:C

    • 发布日期:2010-06-13
    • 文件大小:102400
    • 提供者:jeffin
  1. Perfect Phrases for Writing Employee Surveys

  2. This book will help you with all three steps of the survey process, especially in the design phase, in which you decide what questions to ask and how to phrase them. Many survey projects lose their way because of the wording of survey items.This boo
  3. 所属分类:其它

    • 发布日期:2010-06-23
    • 文件大小:1048576
    • 提供者:JEKKYCHI
  1. C语言书集(经典三重奏)

  2. C语言书集,包括C Traps and Pitfalls,Expert C Programming,The_C_Programming_Language pdf
  3. 所属分类:C

    • 发布日期:2010-06-30
    • 文件大小:3145728
    • 提供者:luoshupeng
  1. Linux命令行_学习参考

  2. 很好的linux命令行学习和参考书籍 Part 1 – Introduction.........................................................................1 1 – Introduction................................................................................................2 Why Use The Command
  3. 所属分类:Linux

    • 发布日期:2010-07-02
    • 文件大小:1048576
    • 提供者:gjhdy
  1. Commercial Wireless Circuits and Components Handbook

  2. 22 Nonlinear RF and Microwave Circuit Analysis Michael B. Steer and John F. Sevic 22.1 Introduction ..........................................................................................................................22-1 22.2 Modeling RF and M
  3. 所属分类:硬件开发

    • 发布日期:2010-08-03
    • 文件大小:10485760
    • 提供者:osoon
  1. c 陷阱和缺陷 经典c语言著作 pdf C Traps and Pitfalls

  2. 请注意: 下载完,评论的同时,请点击评论框上方的五角星(共5个五角星),这样你的被扣的积分就可以返还了。 如果只评论,不点击小五角星,积分不会返还。 一定要先下载完,再评论。如果先评论后下载,或者在下载的过程中评论,积分同样不会返还。 *************************************************************** 更多linux、ARM和C语言资源请参考: http://blog.csdn.net/arkofnoach/archive/2010/
  3. 所属分类:C

    • 发布日期:2010-08-06
    • 文件大小:4194304
    • 提供者:arkofnoach
« 1 2 3 4 5 67 8 9 10 11 »