鄰接矩陣類的根是A d j a c e n c y W D i g r a p h,因此從這個類開始。程序1 2 - 1給出了類的描述。程 序中,先用程序1 - 1 3中函數Make2DArray 為二組數組a 分配空間,然后對數組a 初始化,以描述 一個n 頂點、沒有邊的圖的鄰接矩陣,其復雜性為( n2 )。該代碼沒有捕獲可能由M a k e 2 D A r r a y 引發的異常。在析構函數中調用了程序1 - 1 4中的二維數組釋放函數D e l e t e 2 D
標簽: 矩陣
上傳時間: 2013-12-21
上傳用戶:lanjisu111
this a C++ example for read card
上傳時間: 2015-10-23
上傳用戶:z1191176801
A C++ class library for scientific computing
標簽: scientific computing library class
上傳時間: 2014-12-20
上傳用戶:zhuoying119
LCS Algorithm, this is a c++ code for lcs(Longest Common Subsequence)
標簽: Subsequence Algorithm Longest Common
上傳時間: 2013-12-25
上傳用戶:李夢晗
IT++ is a C++ library of mathematical, signal processing and communication system routines/functions. Its main use is in simulation of communication systems or for performing research in the area of communications.
標簽: communication mathematical processing functions
上傳時間: 2014-01-13
上傳用戶:han_zh
The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and additions. The Boneh-Franklin scheme is used as a Key Encapsulation Mechanism, and off-the-shelf ciphers and HMACs are used for the actual encryption. (See Lynn, "Authenticated Identity-Based Encryption", available on eprint.
標簽: Boneh-Franklin implementation identity-based encryption
上傳時間: 2013-12-20
上傳用戶:yan2267246
This library provides a C++ interface to XML files. It uses libxml 2 to access the XML files, and in order to configure libxml++ you must have both libxml and pkg-config installed.
標簽: files interface XML provides
上傳時間: 2016-01-05
上傳用戶:firstbyte
this is a c-c++ programe for the car
上傳時間: 2014-12-05
上傳用戶:zhengzg
B樹及其B+樹的實現代碼,支持模版(數據類型,M值)
上傳時間: 2016-02-22
上傳用戶:jhksyghr
Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.
標簽: generators contains Uniform randomc
上傳時間: 2014-12-01
上傳用戶:royzhangsz