• win32汇编电子书

    Win32汇编 WIN32 程序运行在保护模式下的,保护模式的历史可以追溯到 80286。而今 80286 已成为了历史。所以我们将只把精力集中于 80386 及后续的X86 系列 CPU。Windows 把每一个 Win32 应用程序放到分开的虚拟地址空间中去运行,也就是说每一个应用程序都拥有其相互独立的 4GB 地址空间,当然这倒不是说它们都拥有 4GB 的物理地址空间,而只是说能够在 4GB 的范围内寻址。操作系统将会在应用程序运行时完成 4GB 的虚拟地址和物理内存地址间的转换。这就要求编写应用程序时必须格守 Windows 的规范,否则极易引起内存的保护模式错误。而过去的 Win16 内存模式下,所有的应用程序都运行于同一个 4GB 地址空间,它们可以彼此"看"到别的程序的内容,这极易导致一个应用程序破坏另一个应用程序甚至是操作系统的数据或代码。

    0
    21
    392KB
    2012-03-31
    3
  • HTML5入门.pdf

    介绍HTML5的好书。HTML5 ~= HTML + CSS + JS APIs

    0
    27
    843KB
    2012-03-31
    10
  • HTML教程.pdf

    学习HTML的好书。 HTML的英语意思是:Hypertext Marked Language,即超文本标记语言,是一种用来制作超文本文档 的简单标记语言。超文本传输协议规定了浏览器在运行 HTML 文档时所遵循的规则和进行的操作. 协议的制定使浏览器在运行超文本时有了统一的规则和标准.用HTML编写的超文本文档称为HTML文档, 它能独立于各种操作系统平台,自1990 年以来HTML就一直被用作WWW(是World Wide Web的缩写, 也可简写WEB、中文叫做万维网) 的信息表示语言,使用HTML语言描述的文件,需要通过WEB浏览器 HTTP 显 示出效果。

    2
    60
    612KB
    2012-03-31
    20
  • Beginning.ASP.NET.4.in.CSharp.2010

    This book explores ASP.NET, which is a core part of Microsoft’s .NET Framework. The .NET Framework is not a single application—it’s actually a collection of technologies bundled into one marketing term. The .NET Framework includes languages such as C# 2010 and VB 2010, an engine for hosting programmable web pages, a model for interacting with databases (ADO.NET), a higher-level framework for performing queries (LINQ and the Entity Framework), and a class library stocked with tools for everything from reading files to validating a password. To master ASP.NET, you need to learn about each of these ingredients. This book covers all these topics from the ground up. As a result, you’ll find yourself learning many techniques that will interest any .NET developer, even those who create Windows applications. For example, you’ll learn about component-based programming; you’ll discover structured error handling; and you’ll see how to access files, XML, and relational databases. You’ll also learn the key topics you need for web programming, such as state management, web controls, and caching. By the end of this book, you’ll be ready to create your own rich web applications and make them available over the Internet.

    5
    135
    21.03MB
    2012-03-31
    0
  • 格C/C++语言式化字符串

    C/C++语言格式化字符串 %d 十进制有符号整数 %u 十进制无符号整数 %f 浮点数 %s 字符串 %c 单个字符 %p 指针的值 %e 指数形式的浮点数 %x, %X 无符号以十六进制表示的整数 %0 无符号以八进制表示的整数 %g 自动选择合适的表示法

    0
    236
    28KB
    2009-07-06
    9
  • 13818-2.doc

    The specification of mpeg-2 video

    0
    46
    2.62MB
    2008-11-18
    0
  • 13818-1.doc

    The specification of mpeg-2 system layer

    0
    73
    1.07MB
    2008-11-18
    0
关注 私信
上传资源赚积分or赚钱