unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMailInfo=record IPAddress, FAddress, FName, FPW, FCName, FCPW:string //發(fā)信郵箱檢證用戶密碼 end { FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes }
標(biāo)簽: TStrData interface PStrData Windows
上傳時(shí)間: 2014-12-22
上傳用戶:asddsd
There are some 79 or so Matlab files here which will help in many aspects of the computer vision structure from motion problem, a full description is provided in the manual, torrsam.ps.
標(biāo)簽: computer aspects Matlab vision
上傳時(shí)間: 2014-01-02
上傳用戶:xlcky
Wavelets have widely been used in many signal and image processing applications. In this paper, a new serial-parallel architecture for wavelet-based image compression is introduced. It is based on a 4-tap wavelet transform, which is realised using some FIFO memory modules implementing a pixel-level pipeline architecture to compress and decompress images. The real filter calculation over 4 · 4 window blocks is done using a tree of carry save adders to ensure the high speed processing required for many applications. The details of implementing both compressor and decompressor sub-systems are given. The primarily analysis reveals that the proposed architecture, implemented using current VLSI technologies, can process a video stream in real time.
標(biāo)簽: applications processing Wavelets widely
上傳時(shí)間: 2014-01-22
上傳用戶:hongmo
header file of the specific codes for LPC2100 target boards ** Every project should include a copy of this file, user may modify it as ne
標(biāo)簽: specific include project header
上傳時(shí)間: 2014-01-14
上傳用戶:奇奇奔奔
header file of the specific codes for LPC2100 target boards Every project should include a copy of this file, user may modify it as ne
標(biāo)簽: specific include project header
上傳時(shí)間: 2013-11-27
上傳用戶:zhanditian
藍(lán)牙協(xié)議(GAVDP)This profile defines the requirements for Bluetooth™ devices necessary to set up streaming channels used for support of audio/video distribution. The requirements are expressed in terms of services provided to applications, and by defining the features and procedures that are required for interoperability between Bluetooth devices in the Audio/Video Distribution usage model.
標(biāo)簽: requirements Bluetooth necessary profile
上傳時(shí)間: 2014-01-04
上傳用戶:bcjtao
本文簡(jiǎn)要介紹了集成電路MAX038的性能,并給出了以MAX038波形產(chǎn)生器為核心具有四種輸出波形的函數(shù) 信號(hào)發(fā)生器的設(shè)計(jì)方案。用這種方法設(shè)計(jì)的信號(hào)發(fā)生器具有結(jié)構(gòu)簡(jiǎn)單、成本低、體積小等特點(diǎn),很好地滿足 了一般的實(shí)驗(yàn)要求。 關(guān)鍵詞:集成電路 信號(hào)發(fā)生器 頻率 Abstract:The performance ofIC_MAX038 was introduced briefly in this paper.At the sa/ne time,a signal generator design making with integrated circuit MAX038 is provided,which can produce four kinds of waveforms output.The signal generator was of characters such as simple structur,cheap expense,small volume and SO on.The signal generator contents the demand of general experiments very wel1. Key words:Integrated circuit Signal generator Frequency
上傳時(shí)間: 2013-12-12
上傳用戶:四只眼
詞法分析器制作與應(yīng)用 設(shè)計(jì)思想 (1)程序主體結(jié)構(gòu)部分: 說(shuō)明部分 %% 規(guī)則部分 %% 輔助程序部分 (2)主體結(jié)構(gòu)的說(shuō)明 在這里說(shuō)明部分告訴我們使用的LETTER,DIGIT, IDENT(標(biāo)識(shí)符,通常定義為字母開頭的字母數(shù)字串)和STR(字符串常量,通常定義為雙引號(hào)括起來(lái)的一串字符)是什么意思.這部分也可以包含一些初始化代碼.例如用#include來(lái)使用標(biāo)準(zhǔn)的頭文件和前向說(shuō)明(forward ,references).這些代碼應(yīng)該再標(biāo)記"%{"和"%}"之間 規(guī)則部分> 可以包括任何你想用來(lái)分析的代碼 我們這里包括了忽略所有注釋中字符的功能,傳送ID名稱和字符串常量?jī)?nèi)容到主調(diào)函數(shù)和main函數(shù)的功能. (3)實(shí)現(xiàn)原理 程序中先判斷這個(gè)句語(yǔ)句中每個(gè)單元為關(guān)鍵字、常數(shù)、運(yùn)算符、界符,對(duì)與不同的單詞符號(hào)給出不同編碼形式的編碼,用以區(qū)分之。 PL/0語(yǔ)言的EBNF表示 <常量定義>::=<標(biāo)識(shí)符>=<無(wú)符號(hào)整數(shù)> <標(biāo)識(shí)符>::=<字母>={<字母>|<數(shù)字>} <加法運(yùn)算符>::=+|- <乘法運(yùn)算符>::=*|/ <關(guān)系運(yùn)算符>::==|#|<|<=|>|>= <字母>::=a|b|…|X|Y|Z <數(shù)字>::=0|1|2|…|8|9
上傳時(shí)間: 2015-11-04
上傳用戶:zhengzg
根據(jù)用戶輸入的命令行選項(xiàng)的不同,來(lái)實(shí)現(xiàn)三種功能:argc為2時(shí),命令格式為 myfind <pathname> 它要統(tǒng)計(jì)出,在常規(guī)文件中,文件長(zhǎng)度不大于4096字節(jié)的常規(guī)文件,在所有允許訪問(wèn)的普通文件中所占的百分比。不允許打印出任何路徑名。 argc為4且argv[2] == “-comp”時(shí),命令格式為 myfind <pathname> -comp <filename> 輸出在<pathname>目錄子樹之下,所有與<filename>文件內(nèi)容一致的文件的絕對(duì)路徑名。不允許輸出任何其它的路徑名,包括不可訪問(wèn)的路徑名。當(dāng)參數(shù)pathname不是絕對(duì)路徑時(shí),調(diào)用getcwd()等函數(shù)來(lái)取得文件的絕對(duì)路徑名。 argc 大于等于4且argv[2] == “-name”時(shí),命令格式為myfind <pathname> -name <str>…<str>…是一個(gè)以空格分隔的文件名序列(不帶目錄)。命令輸出<pathname>目錄子樹之下,所有與<str>…序列中文件名相同的文件的絕對(duì)路徑名。不允許輸出不可訪問(wèn)的或無(wú)關(guān)的路徑名。
上傳時(shí)間: 2014-11-30
上傳用戶:jichenxi0730
This a journal paper on the optimization of Max Connection problem in a telecommunication optical network.
標(biāo)簽: telecommunication optimization Connection journal
上傳時(shí)間: 2015-12-27
上傳用戶:xaijhqx
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1