C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML standards into C++. As a developer,this is a book you cannot miss. C++ XML addresses all major standards,toolkits,and types of applications dealing with XML as a format for representing and exchanging data,as well as XML behavior,from a C++ standpoint. It explains the implementation of applications and reusuable frameworks for all major XML purposes exclusively using C/C++ parsers and toolkits, such as expat,Xerces,Xalan,libxml2,and Microsoft’s MSXML.
標簽: complexities exclusively integrating XML
上傳時間: 2014-03-11
上傳用戶:zhaiyanzhong
本書全面介紹了UNIX系統的程序設計界面—系統調用界面和標準C庫提供的許多函數。 本書的前15章著重于理論知識的闡述,主要內容包括UNIX文件和目錄、進程環境、進程控制、進程間通信以及各種I/O。在此基礎上,分別按章介紹了多個應用實例,包括如何創建數據庫函數庫,PostScript 打印機驅動程序,調制解調器撥號器及在偽終端上運行其他程序的程序等。 本書內容豐富權威,概念清晰精辟,一直以來被譽為UNIX編程的“圣經”,對于所有UNIX程序員—無論是初學者還是專家級人士—都是一本無價的參考書籍。
上傳時間: 2014-12-05
上傳用戶:a673761058
A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
標簽: demonstrate expression the function
上傳時間: 2017-04-02
上傳用戶:lacsx
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such disjoint paths and the paths themselves on separate lines. In case of multiple paths the output should be in order of paths with minimum vertices first. In case of tie the vertex number should be taken in consideration for ordering.
標簽: fault-tolerant algorithms redundant underlyin
上傳時間: 2013-12-18
上傳用戶:jkhjkh1982
The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference
標簽: initializing attached includes display
上傳時間: 2017-04-09
上傳用戶:sy_jiadeyi
進程間通信14 說明了進程控制原語并且觀察了如何調用多個進程。但是這些進程之間交換信息的 唯一方法是經由f o r k或e x e c傳送打開文件,或通過文件系統。本章將說明進程之間相互通信的 其他技術—I P C(InterProcess Communication)。
上傳時間: 2013-12-03
上傳用戶:zhenyushaw
Microsoft ADO // // Copyright (c) 1996-1998 Microsoft Corporation. // // // // ADO constants include file for JavaScript
標簽: Microsoft Corporation ADO Copyright
上傳時間: 2013-12-11
上傳用戶:star_in_rain
課程設計: 1.求出在一個n×n的棋盤上,放置n個不能互相捕捉的國際象棋“皇后”的所有布局。 2.設計一個利用哈夫曼算法的編碼和譯碼系統,重復地顯示并處理以下項目,直到選擇退出為止。 【基本要求】 1) 將權值數據存放在數據文件(文件名為data.txt,位于執行程序的當前目錄中) 2) 分別采用動態和靜態存儲結構 3) 初始化:鍵盤輸入字符集大小n、n個字符和n個權值,建立哈夫曼樹; 4) 編碼:利用建好的哈夫曼樹生成哈夫曼編碼; 5) 輸出編碼; 6) 設字符集及頻度如下表: 字符 空格 A B C D E F G H I J K L M 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 頻度 57 63 15 1 48 51 80 23 8 18 1 16 1
標簽:
上傳時間: 2017-04-24
上傳用戶:zhyiroy
source code for compute,i am sure it will be good for you.It can be complied on c\c++ plafort
標簽: for complied compute plafort
上傳時間: 2014-01-17
上傳用戶:hfmm633
需對容量為c 的背包進行裝載。從n 個物品中選取裝入背包的物品,每件物品i 的重量為wi ,價值為pi 。對于可行的背包裝載,背包中物品的總重量不能超過背包的容量,最佳裝載是指所裝入的物品價值最高。
標簽: 容量
上傳時間: 2013-12-01
上傳用戶:iswlkje