Each exploration in this book is a mixture of text and interactive exercises. The exercises are unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or simple Q&A exercises, lessons are interactive explorations of key C++ features.
標(biāo)簽: exercises exploration interactive mixture
上傳時間: 2017-05-14
上傳用戶:whenfly
The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and upwind (donor-cell) discretization of the convective parts and an explicit time stepping scheme. The free boundary value problems are treated with the MAC technique.
標(biāo)簽: incompressible Navier-Sto The transient
上傳時間: 2013-11-30
上傳用戶:xfbs821
VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
標(biāo)簽: partitioning Algorithm programme progremme
上傳時間: 2013-12-05
上傳用戶:wweqas
< content="Hello,sik" Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = "../fckeditor/" oFCKeditor.ToolbarSet = "Default" oFCKeditor.Width = "550" oFCKeditor.Height = "400" oFCKeditor.Value = content oFCKeditor.Create "Content" >
標(biāo)簽: oFCKeditor FCKeditor BasePath content
上傳時間: 2017-05-20
上傳用戶:zhuoying119
* 使用DES加密與解密,可對byte[],String類型進(jìn)行加密與解密 密文可使用String,byte[]存儲. * * 方法: void getKey(String strKey)從strKey的字條生成一個Key * * String getEncString(String strMing)對strMing進(jìn)行加密,返回String密文 String * getDesString(String strMi)對strMin進(jìn)行解密,返回String明文 * *byte[] getEncCode(byte[] byteS)byte[]型的加密 byte[] getDesCode(byte[] * byteD)byte[]型的解密
標(biāo)簽: String byte getKey strKey
上傳時間: 2014-01-13
上傳用戶:libinxny
Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair
標(biāo)簽: monoalphabetic Playfair provides security
上傳時間: 2017-05-25
上傳用戶:變形金剛
用維吉尼亞算法加密 /** * 維吉尼亞密碼算法(BigDecimal),加/解密處理后仍為BigDecimal類型,正負(fù)號和小數(shù)點不進(jìn)行處理 * * @param str * 源BigDecimal * @param key * 密鑰,應(yīng)為數(shù)字字符組成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal
標(biāo)簽: BigDecimal 算法 加密 密碼算法
上傳時間: 2013-12-23
上傳用戶:yyyyyyyyyy
三星程式范例,八位元的 timer, counter, serial I/O, clock switching, power down, key scan, A to D, software generated LCD control, ...
上傳時間: 2013-12-17
上傳用戶:zhengzg
) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
標(biāo)簽: code Compression huffman provide
上傳時間: 2017-05-30
上傳用戶:yuchunhai1990
C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. Program code is explained in an easy-to-follow, careful manner throughout. The code has been tested on several platforms and is found on the bundled CDrom accompanying this text. The code in C++ By Dissection can be used with most C++ systems, including those found in operating systems such as MacOS, MS-DOS, OS/2, UNIX, and Windows.
標(biāo)簽: introduction programming Dissection carefully
上傳時間: 2014-01-27
上傳用戶:thesk123
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1