Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-03
上傳用戶:lhc9102
This module is common to all of the Example programs It declares the {Open, Read, Write, Close} calls for the USB device These user-calls are translated into OS system calls This module also contains several support routines used by all of the examples
標簽: the declares programs Example
上傳時間: 2015-10-07
上傳用戶:yoleeson
This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.
標簽: administrators developers reference thorough
上傳時間: 2013-12-29
上傳用戶:Avoid98
The intended use of this help manual is a quick reference guide as it is not fully inclusive of all elements of the PL/SQL Programming Language. Please refer to the PL/SQL User s Guide and Reference for more information.
標簽: inclusive reference intended manual
上傳時間: 2014-01-26
上傳用戶:lnnn30
WebWork.Spring.Hibernate整合對數據庫的操作.rar。開發環境TOMCAT5.5.23,Mysql5.0,jdk1.5.08,hibernate3.0,spring1.2,WebWork2.2.5. 實現對user表的增刪改查操作
標簽: Hibernate hibernate WebWork Spring
上傳時間: 2015-10-12
上傳用戶:hasan2015
A general technique for the recovery of signicant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nature can be processed, and as an example, color image segmentation is dis- cussed. The segmentation is completely autonomous, only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro- vide, by extracting all the signicant colors, a prepro- cessor for content-based query systems. A 512 512 color image is analyzed in less than 10 seconds on a standard workstation. Gray level images are handled as color images having only the lightness coordinate
標簽: technique presented features recovery
上傳時間: 2015-10-14
上傳用戶:410805624
人工股市(Artificial Stock Market,簡稱ASM)是模擬股市運作的一個程序。在這個電腦中的虛擬市場中,若干被稱為交易者的人工智能程序(Agent)通過觀察它們所在的數字世界中股價和股息的不斷變換而做出預測,并且根據這些預測做出購買股票與否以及購買股票數量的決策。反過來,所有的交易者的決策又決定了股票的價格,這樣,整個的股票交易市場就構成了一個自我封閉的計算系統。同時,這些交易者都具有學習的能力,可以根據以前預測的成功或者失敗對自己的決策進行調整,并且通過一種被稱為遺傳算法的方法產生創新能力。
標簽: Artificial Market Stock 人工
上傳時間: 2015-10-15
上傳用戶:wangchong
This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the ".jpg" extension is appended to the default filename. (Otherwise the CameraCaptureDialog would throw an InvalidArgumentException). - if a video is recorded, null is passed to the CameraCaptureDialog as the default filename. The filename returned is then renamed to match the user entered filename while keeping the extension returned.
標簽: CameraCaptureDialog demonstrates pictures managed
上傳時間: 2013-12-15
上傳用戶:kikye
訂單處理過程,包括前后臺,Tomcat瀏覽 數據庫放D盤,先打開User中的Service
標簽: 過程
上傳時間: 2015-10-20
上傳用戶:zgu489
使用說明:請您先正確設置數據庫及JDBC驅動。 參考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.raofeng.com/love/kiss/archives/2006/13.html http://dev.mysql.com/downloads/connector/j/3.1.html下載JDBC驅動 先新建一數據庫(默認名為jspmo)建立數據庫及表格的命令都在sql.txt內,可以直接復制到數據庫里運行。 默認管理員名為: admin ,密碼為:jspmo.com 請修改config.jsp中的name(管理員名),password(管理員密碼),sitename(留言本標題),copyright(版權信息). 以及conn.jsp中的host(數據庫服務器主機),user(數據庫用戶名),pw(數據庫密碼),db(數據庫名),tab(數據庫表名)。
標簽: http blog archives raofeng
上傳時間: 2015-10-25
上傳用戶:894898248