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

搜索资源列表

  1. Manning - Unlocking Android

  2. Part I: What is Android—The Big Picture Chapter 1: Targeting Android Chapter 2: Development environment Part II: Learning Android’s Key Technologies Chapter 3: User Interfaces Chapter 4: Intents and Services Chapter 5: Storing and Retrieving Data Ch
  3. 所属分类:Android

    • 发布日期:2009-05-03
    • 文件大小:8mb
    • 提供者:leon456
  1. Sybex.Mastering.Microsoft.Visual.Basic.2008.Mar.2008

  2. Contents at a Glance Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxix Chapter 1 • Getting Started with Visual Basic 2008 . . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-05-08
    • 文件大小:18mb
    • 提供者:s_d_n
  1. 自适应霍夫曼编码(C++)

  2. 自适应霍夫曼编码的C++版本简单实现 class AdaptiveTree { public: AdaptiveTree(int rootNum); AdaptiveTree(int rootNum, string str); void swap(int first, int second); // swap two nodes of the tree void initalCode(); // initializing the data string char2code(unsigned c
  3. 所属分类:C++

    • 发布日期:2009-05-22
    • 文件大小:3kb
    • 提供者:yulin_wyy
  1. PROGRAMMING ACTIONSCRIPT 3.0

  2. About this manual 13 Using this manual..14 Accessing Actionscr ipt documentation15 Actionscr ipt learning resources.. 17 Chapter 1: Introduction to Actionscr ipt 3.0.. 19 About Actionscr ipt..19 Advantages of Actionscr ipt 3.0.20 What’s new in Actio
  3. 所属分类:Actionscript

    • 发布日期:2009-05-30
    • 文件大小:7mb
    • 提供者:zjchong
  1. Pearson.Higher.Education.XQuery.The.XML.Query.Language

  2. From corporate IT departments to academic institutions, XML has become the language of choice for storing and transmitting data across diverse application domains. XQuery, an XML Query Language invented by the World Wide Web Consortium, offers a pow
  3. 所属分类:Java

    • 发布日期:2007-08-22
    • 文件大小:797kb
    • 提供者:puffCN
  1. C++ GUI Programming with Qt 4.pdf

  2. A Brief History of Qt Part 1: Basic Qt Chapter 1. Getting Started Hello Qt Making Connections Laying Out Widgets Using the Reference Documentation Chapter 2. Creating Dialogs Subclassing QDialog Signals and Slots in Depth Rapid Dialog Design Shape-C
  3. 所属分类:QT

    • 发布日期:2009-06-09
    • 文件大小:4mb
    • 提供者:jxj0401
  1. Professional.MFC.with.VC6

  2. Contents Chapter 1: The Microsoft Developer Studio The Microsoft Developer Studio The Project Workspace Project Workspace Window Project Configurations Managing Complex Projects Project Settings Converting Projects Source Code Files Resource scr ipt
  3. 所属分类:C++

    • 发布日期:2009-06-28
    • 文件大小:2mb
    • 提供者:hang313
  1. Oracle Hyperion Essbase - Storing Analytic Data - 培训资料

  2. Oracle Hyperion Essbase - Storing Analytic Data - 培训资料 Describe Essbase data storage options Explain the concepts of dense and sparse dimensions Describe data blocks and index structure View the database settings Explain the concepts of aggregate st
  3. 所属分类:Oracle

    • 发布日期:2009-06-29
    • 文件大小:876kb
    • 提供者:gladedu
  1. Hacking Google Maps and Google Earth

  2. Acknowledgments Introduction Part I: Basics Chapter 1: Using Geographical Information Chapter 2: The Google Local Interface Chapter 3: The Google Maps API Chapter 4: The Google Web API Chapter 5: Storing and Sharing Information Part II: Instant Grat
  3. 所属分类:Web开发

    • 发布日期:2009-06-30
    • 文件大小:11mb
    • 提供者:musicbug
  1. 遍历并搜索枚举当前Windows Mobile系统中可用SD卡的源代码

  2. 遍历并搜索枚举当前Windows Mobile系统中可用SD卡的源代码,更多资源请访问http://www.59186618.com 在WM中SD卡是重要的存储设备相当于PC系统的硬盘。用户有大量数据和程序保存在其中。SD卡一般以目录形式出现在根目录下,用户可以方便的访问比如模拟器上一般为\Storage Card目录。但是在真实系统中SD卡对应的目录名不是固定的。比如我见过\SDMMC或者\存储卡等等。 甚至在模拟器上如果在设置SD卡共享目录前已经存在\Storage Card目录则系统会将
  3. 所属分类:Flash

    • 发布日期:2009-07-11
    • 文件大小:39kb
    • 提供者:wangting
  1. Proxy Pattern Informatization Research Based On SaaS

  2. Abstract—Based on demands in proxy pattern, this article proposes informatization solution of proxy pattern which includes enterprise management, proxy management, franchisee management and supply chain management, then discusses basic functions, sy
  3. 所属分类:Proxy

    • 发布日期:2009-07-18
    • 文件大小:32kb
    • 提供者:wangqingjie1234
  1. c语言suffix tree库

  2. 构造前缀树,深度广度优先搜索等功能。 This library is an implementation of the suffix tree algorithm applied to indexing. A search on "suffix trees Ukkonen" on a search engine should give you an idea of what I'm talking about. The interesting points are a linear index
  3. 所属分类:C

    • 发布日期:2009-08-12
    • 文件大小:712kb
    • 提供者:infosec_phoenix
  1. AspnetProviderModal

  2. ASP.NET 2.0 includes a number of services that store state in databases and other storage media. For example, the session state service manages per-user session state by storing it in-process (in memory in the application domain of the host applicat
  3. 所属分类:C#

    • 发布日期:2009-08-13
    • 文件大小:641kb
    • 提供者:zyc_dlut
  1. VC2008英文教程

  2. 英文教程,一共23章 Chapter 1: Programming with Visual C++ 2008 . . . . . . . . . . . . . . . . . . . . . . . 1 Chapter 2: Data, Variables, and Calculations. . . . . . . . . . . . . . . . . . . . . . . . . 35 Chapter 3: Decisions and Loops . . . . . . . . .
  3. 所属分类:C++

    • 发布日期:2009-08-16
    • 文件大小:8mb
    • 提供者:zhufeng2007
  1. Network Storage Tools and Technologies for Storing Your Company

  2. Network Storage Tools and Technologies for Storing Your Company's Data 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
  3. 所属分类:其它

    • 发布日期:2017-10-11
    • 文件大小:3mb
    • 提供者:u011433684
  1. Network Storage Tools and Technologies for Storing Your Company

  2. Network Storage Tools and Technologies for Storing Your Company's Data
  3. 所属分类:其它

    • 发布日期:2018-03-28
    • 文件大小:3mb
    • 提供者:liang_zuokui
  1. Swift library for making storing data in a SQLite database easy as pie.zip

  2. Swift library for making storing data in a SQLite database easy as pie.zip,Swift library for making storing data in a SQLite database simple and magic-free
  3. 所属分类:其它

    • 发布日期:2019-09-24
    • 文件大小:139kb
    • 提供者:weixin_38744153
  1. storing-passwords-sqlite-源码

  2. storing-passwords-sqlite
  3. 所属分类:其它

  1. Stopping and storing light pulses within a fiber optic ring resonator

  2. A simple all optical system for stopping and storing light pulses is demonstrated. The system consists of an erbium-doped fiber amplifier (EDFA), a semiconductor optical amplifier (SOA), and a fiber ring resonator. The results show that the multisoli
  3. 所属分类:其它

  1. SDN/NFV-based Deployment of Data Receiving-Storing-Resending Function for Highly Reliable Transmission

  2. SDN/NFV-based Deployment of Data Receiving-Storing-Resending Function for Highly Reliable Transmission
  3. 所属分类:其它

    • 发布日期:2021-02-07
    • 文件大小:927kb
    • 提供者:weixin_38739919
« 12 3 4 5 6 7 8 9 10 ... 22 »