亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

trade

  • 貿易公司管理系統 一 開發環境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Se

    貿易公司管理系統 一 開發環境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 運行 1:創建數據庫 將trade.sql中的SQL語句考入SQL Server的查詢分析器中,全部運行; 2:建立ODBC數據源 數據原名稱為trade_MIS

    標簽: 2000 DataBase Windows Server

    上傳時間: 2015-05-09

    上傳用戶:qilin

  • Copyright Copyright © 2004 O Reilly Media, Inc. Printed in the United States of America.

    Copyright Copyright © 2004 O Reilly Media, Inc. Printed in the United States of America. Published by O Reilly MediaInc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O Reilly & Associates books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or corporate@oreilly.com. Nutshell Handbook, the Nutshell Handbook logo, and the O Reilly logo are registered trademarks of O Reilly Media, Inc The Cookbook series designations, Java Servlet and JSP Cookbook, the image of a fennec fox, and related trade dress are trademarks of O Reilly & Associates, Inc. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States

    標簽: Copyright America Printed Reilly

    上傳時間: 2014-08-20

    上傳用戶:lps11188

  • 一 開發環境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2

    一 開發環境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 運行 1:創建數據庫 將trade.sql中的SQL語句考入SQL Server的查詢分析器中,全部運行; 2:建立ODBC數據源 數據原名稱為trade_MIS

    標簽: Server 2000 SP2 DataBase

    上傳時間: 2015-06-28

    上傳用戶:ynsnjs

  • Coriander is a GUI for controlling a Digital Camera (in the sense of the IIDC specs issued by the 1

    Coriander is a GUI for controlling a Digital Camera (in the sense of the IIDC specs issued by the 1394 trade Association [1]). Due to the properties of the IEEE1394 protocol, Coriander can control an IEEE1394 camera without interferring with the image flow from that camera. It can thus be used to setup a camera with Coriander while the video flow is used by another application

    標簽: the controlling Coriander Digital

    上傳時間: 2015-08-07

    上傳用戶:TF2015

  • THIS SOURCE CODE IS PROVIDED AS IS , WITH NO WARRANTIES WHATSOEVER, EXPRESS OR IMPLIED, INCLUDING A

    THIS SOURCE CODE IS PROVIDED AS IS , WITH NO WARRANTIES WHATSOEVER, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR trade PRACTICE, RELATING TO THE SOURCE CODE OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION, OR SAMPLE AND WITH NO OBLIGATION OF NOKIA TO PROVIDE THE LICENSEE WITH ANY MAINTENANCE OR SUPPORT. FURTHERMORE, NOKIA MAKES NO WARRANTY THAT EXERCISE OF THE RIGHTS GRANTED HEREUNDER DOES NOT INFRINGE OR MAY NOT CAUSE INFRINGEMENT OF ANY PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OWNED OR CONTROLLED BY THIRD PARTIES

    標簽: WARRANTIES WHATSOEVER INCLUDING PROVIDED

    上傳時間: 2013-12-27

    上傳用戶:fanboynet

  • In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containi

    In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containing both continuous and categorical attributes. LOADED is a tunable algorithm, wherein one can trade off computation for accuracy so that domain-specific response times are achieved. Experimental results show that LOADED provides very good detection and false positive rates, which are several times better than those of existing distance-based schemes.

    標簽: algorithm detection containi evolving

    上傳時間: 2014-01-08

    上傳用戶:aeiouetla

  • a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam

    a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 trade Association. Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.

    標簽: supports capture cameras digital

    上傳時間: 2014-01-13

    上傳用戶:yph853211

  • 是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.

    標簽: undergraduate information computer Artists

    上傳時間: 2016-09-28

    上傳用戶:qiaoyue

  • Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s

    Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.

    標簽: Inside Object the Model

    上傳時間: 2013-12-24

    上傳用戶:zhouli

  • 貿易公司管理系統 一 開發環境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Se

    貿易公司管理系統 一 開發環境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 運行 1:創建數據庫 將trade.sql中的SQL語句考入SQL Server的查詢分析器中,全部運行; 2:建立ODBC數據源 數據原名稱為trade_MIS

    標簽: 2000 DataBase Windows Server

    上傳時間: 2014-01-26

    上傳用戶:zhuoying119

主站蜘蛛池模板: 玉树县| 繁峙县| 通许县| 祁门县| 镇雄县| 株洲县| 宕昌县| 五台县| 高淳县| 黑河市| 揭西县| 宾川县| 山阳县| 和林格尔县| 开化县| 蒲江县| 西平县| 辽源市| 丹凤县| 延吉市| 方城县| 福贡县| 湖南省| 大兴区| 历史| 平定县| 仁布县| 东乌| 安顺市| 宜州市| 宁津县| 宁德市| 会昌县| 通州区| 二连浩特市| 大庆市| 陆河县| 皮山县| 南投县| 申扎县| 福安市|