本書第一部分講述的是傳統(tǒng)的網(wǎng)絡(luò)接口N e t B I O S、重定向器以及通過(guò)重定向器進(jìn)行的各類 網(wǎng)絡(luò)通信。盡管本書大部分內(nèi)容均圍繞Wi n s o c k編程這一主題展開,但是, A P I比起Wi n s o c k 來(lái),仍然具有某些獨(dú)到之處
標(biāo)簽: 分 定向 網(wǎng)絡(luò)接口 編程
上傳時(shí)間: 2015-07-08
上傳用戶:戀天使569
s平面中直接形式到級(jí)聯(lián)形式的轉(zhuǎn)換 %適合模擬濾波器的 %C為增益系數(shù) %B為包含各bk的K乘3維實(shí)系數(shù)矩陣 %A為包含各ak的K乘3維實(shí)系數(shù)矩陣 %b為直接形式的分子多項(xiàng)式系數(shù) %a為直接形式的分母多項(xiàng)式系數(shù)
標(biāo)簽: 系數(shù) 3維 矩陣 級(jí)聯(lián)
上傳時(shí)間: 2015-07-22
上傳用戶:sdq_123
%直接型到并聯(lián)型的轉(zhuǎn)換 % %[C,B,A]=dir2par(b,a) %C為當(dāng)b的長(zhǎng)度大于a時(shí)的多項(xiàng)式部分 %B為包含各bk的K乘2維實(shí)系數(shù)矩陣 %A為包含各ak的K乘3維實(shí)系數(shù)矩陣 %b為直接型分子多項(xiàng)式系數(shù) %a為直接型分母多項(xiàng)式系數(shù) %
上傳時(shí)間: 2014-01-20
上傳用戶:lizhen9880
直接型到級(jí)聯(lián)型的形式轉(zhuǎn)換 % [b0,B,A]=dir2cas(b,a) %b 為直接型的分子多項(xiàng)式系數(shù) %a 為直接型的分母多項(xiàng)式系數(shù) %b0為增益系數(shù) %B 為包含各bk的K乘3維實(shí)系數(shù)矩陣 %A 為包含各ak的K乘3維實(shí)系數(shù)矩陣 %
標(biāo)簽: 系數(shù) dir cas 多項(xiàng)式
上傳時(shí)間: 2013-12-30
上傳用戶:agent
Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link
標(biāo)簽: Bing point-to-point measurement determines
上傳時(shí)間: 2015-09-15
上傳用戶:lgnf
設(shè)A和B是長(zhǎng)度相同的2個(gè)字符串。A和B的距離定義為相應(yīng)位置字符距離之和。2個(gè)非空格字符的距離是它們的ASCII碼之差的絕對(duì)值。空格與空格的距離為0;空格與其它字符的距離為一定值k。 字符串A的擴(kuò)展是在A中插入若干空格字符所產(chǎn)生的字符串。在字符串A和B的所有長(zhǎng)度相同的擴(kuò)展中,有一對(duì)距離最小的擴(kuò)展,該距離稱為字符串A和B的擴(kuò)展距離。 對(duì)于給定的字符串A和B,試設(shè)計(jì)一個(gè)算法,計(jì)算其擴(kuò)展距離。
標(biāo)簽: ASCII 字符 字符串 長(zhǎng)度
上傳時(shí)間: 2014-12-22
上傳用戶:15736969615
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
標(biāo)簽: representation Magnitude the magnitude
上傳時(shí)間: 2013-12-24
上傳用戶:金宜
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
標(biāo)簽: C. hamsterdb structure database
上傳時(shí)間: 2013-12-11
上傳用戶:LouieWu
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
標(biāo)簽: this codewarrior ColdFire wrote
上傳時(shí)間: 2013-12-20
上傳用戶:皇族傳媒
實(shí)現(xiàn)最優(yōu)二叉樹的構(gòu)造;在此基礎(chǔ)上完成哈夫曼編碼器與譯碼器。 假設(shè)報(bào)文中只會(huì)出現(xiàn)如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統(tǒng)應(yīng)具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數(shù)據(jù)信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對(duì)明文文件進(jìn)行編碼,并存入目標(biāo)文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對(duì)目標(biāo)文件(哈夫曼碼文件)進(jìn)行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個(gè)字符的哈夫曼編碼。
上傳時(shí)間: 2014-11-23
上傳用戶:shanml
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1