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

搜索资源列表

  1. Undocumented Windows NT 英文完整版chm

  2. This book documents what goes on under the covers in Windows NT. Three experts share what they've dug up on NT through years of hands-on research and programming experience. The authors dissect the Win32 interface, deconstruct the underlying APIs, a
  3. 所属分类:其它

    • 发布日期:2009-10-22
    • 文件大小:192kb
    • 提供者:thepromised
  1. Undocumented Windows NT.chm

  2. This book documents what goes on under the covers in Windows NT. Three experts share what they've dug up on NT through years of hands-on research and programming experience. The authors dissect the Win32 interface, deconstruct the underlying APIs, a
  3. 所属分类:其它

    • 发布日期:2010-05-25
    • 文件大小:192kb
    • 提供者:zero_226
  1. ImageMagick图片批量处理

  2. Version: ImageMagick 6.7.6-7 2012-04-20 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP Usage: convert.exe [options ...] file [ [options ...] file ...] [options ...] file Image Settings: -adj
  3. 所属分类:其它

    • 发布日期:2013-02-27
    • 文件大小:2mb
    • 提供者:wzq9706
  1. as3游戏公司常用

  2. 游戏公司,关于打飞机的代码: package com.senocular.utils { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.ui.Keyboard; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * The KeyObject class recreates functionality of * Ke
  3. 所属分类:Actionscript

    • 发布日期:2013-04-29
    • 文件大小:24kb
    • 提供者:haiyingbs11
  1. C# Deconstructed(Apress,2014)

  2. C# Deconstructed answers a seemingly simply question: Just what is going on, exactly, when you run C# code on the .NET Framework? To answer this question we will dig ever deeper into the structure of the C# language and the onion-skin abstraction la
  3. 所属分类:C#

    • 发布日期:2015-04-02
    • 文件大小:5mb
    • 提供者:vanridin
  1. Expert T-SQL Window Functions in SQL Server(Apress,2015)

  2. Expert T-SQL Window Functions in SQL Server takes you from any level of knowledge of windowing functions and turns you into an expert who can use these powerful functions to solve many T-SQL queries. Replace slow cursors and self-joins with queries
  3. 所属分类:SQLServer

    • 发布日期:2015-05-07
    • 文件大小:6mb
    • 提供者:vanridin
  1. 加载动态库

  2. 没有头文件和静态库加载C++类的输出动态库,一言不合上代码 class CTest { public: CTest(LPCSTR szDll,LPCSTR sText) { m_hdl = LoadLibrary( szDll ); FARPROC proc = GetProcAddress(m_hdl, "??0CSampleDll@@QAE@PBD@Z"); *((FARPROC*)&m_Construct)=proc; (this->*m_Construct )(sText); p
  3. 所属分类:C++

    • 发布日期:2017-03-25
    • 文件大小:14kb
    • 提供者:shinebond