接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
標(biāo)簽: Pop3Message Function Retrieve response
上傳時(shí)間: 2013-12-28
上傳用戶:fnhhs
Comlete files for fullfile the slave USB function!
標(biāo)簽: fullfile function Comlete files
上傳時(shí)間: 2015-05-07
上傳用戶:change0329
This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program uses the actual first and second derivative equations for the Gaussian pulse waveforms. The first derivative is considered to be the monocycle or monopulse as discussed in most papers. The second derivative is the waveform generated from a dipole antenna used in a UWB system. Other information is contained in the file.
標(biāo)簽: the and Gaussian displays
上傳時(shí)間: 2015-05-08
上傳用戶:leixinzhuo
基于基本遺傳算法的函數(shù)最優(yōu)化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
標(biāo)簽: Algorithm Optimizer developed Function
上傳時(shí)間: 2015-05-29
上傳用戶:aa54
it is about window function in Matlab. Welcome to using it !
標(biāo)簽: function Welcome Matlab window
上傳時(shí)間: 2015-05-30
上傳用戶:yuchunhai1990
it is about famous hanning window function using in Matlab,Welcome to download.
標(biāo)簽: download function Welcome hanning
上傳時(shí)間: 2013-12-16
上傳用戶:ecooo
This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
標(biāo)簽: implementation evaluation algorithm function
上傳時(shí)間: 2015-06-03
上傳用戶:2467478207
* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * Notes: * 1. srcstr should be large size enough.
標(biāo)簽: Arguments Function Replace oldstr
上傳時(shí)間: 2014-12-20
上傳用戶:Yukiseop
Matlab官方文檔:Matlab函數(shù)參考第一卷function reference volumn 1 A_E
標(biāo)簽: Matlab reference function volumn
上傳時(shí)間: 2014-01-18
上傳用戶:cainaifa
Matlab官方文檔:Matlab函數(shù)參考function reference F_O
標(biāo)簽: Matlab reference function F_O
上傳時(shí)間: 2014-12-03
上傳用戶:rocketrevenge
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1