亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

STR

  • 這是一個(gè)好用的MD5的C++類;這個(gè)類可以加在控制臺(tái) 程序中也可用在MFC中

    這是一個(gè)好用的MD5的C++類;這個(gè)類可以加在控制臺(tái) 程序中也可用在MFC中, 并且提供了詳細(xì)的錯(cuò)誤處理 函數(shù),是一個(gè)安全的類。例程是一個(gè)MD5的MFC程序, 支持字符串和文件兩種輸入。 LPCSTR TargetFile(char *filename=NULL) //計(jì)算文件的MD5值 void TargetSTR(LPCSTR STR) //計(jì)算字符串的MD5值 LPCSTR GetDigestKey() //取MD5運(yùn)算后的結(jié)果 LPCSTR GetErr() //如果有錯(cuò)誤,取錯(cuò)誤字串

    標(biāo)簽: MD5 MFC 控制臺(tái) 程序

    上傳時(shí)間: 2015-04-04

    上傳用戶:拔絲土豆

  • unit Other interface Uses Windows,tlhelp32,PsAPI type PSTRData = ^TSTRData TSTRData

    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 STR

    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

  • 藍(lán)牙協(xié)議(GAVDP)This profile defines the requirements for Bluetooth™ devices necessary to set up STR

    藍(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

  • 詞法分析器制作與應(yīng)用 設(shè)計(jì)思想 (1)程序主體結(jié)構(gòu)部分: 說(shuō)明部分 %% 規(guī)則部分 %% 輔助程序部分 (2)主體結(jié)構(gòu)的說(shuō)明 在這里說(shuō)明部分告訴我們使用的LETTER,DIGIT,

    詞法分析器制作與應(yīng)用 設(shè)計(jì)思想 (1)程序主體結(jié)構(gòu)部分: 說(shuō)明部分 %% 規(guī)則部分 %% 輔助程序部分 (2)主體結(jié)構(gòu)的說(shuō)明 在這里說(shuō)明部分告訴我們使用的LETTER,DIGIT, IDENT(標(biāo)識(shí)符,通常定義為字母開(kāi)頭的字母數(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

    標(biāo)簽: LETTER DIGIT 程序

    上傳時(shí)間: 2015-11-04

    上傳用戶:zhengzg

  • 根據(jù)用戶輸入的命令行選項(xiàng)的不同

    根據(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>目錄子樹(shù)之下,所有與<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>目錄子樹(shù)之下,所有與<STR>…序列中文件名相同的文件的絕對(duì)路徑名。不允許輸出不可訪問(wèn)的或無(wú)關(guān)的路徑名。

    標(biāo)簽: 用戶 命令行 輸入

    上傳時(shí)間: 2014-11-30

    上傳用戶:jichenxi0730

  • The XML Toolbox converts MATLAB data types (such as double, char, STRuct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, STRuct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with STR=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML STRing XSTR is given, this can be converted easily to a MATLAB data type or STRucture V with the command V=xml_parse(XSTR).

    標(biāo)簽: converts Toolbox complex logical

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • (1)myfind <pathname> 的功能: 除了具有與程序4-7相同的功能外

    (1)myfind <pathname> 的功能: 除了具有與程序4-7相同的功能外,還要輸出在<pathname>目錄子樹(shù)之下,文件長(zhǎng)度不大于4096字節(jié)的常規(guī)文件,在所有允許訪問(wèn)的普通文件中所占的百分比。程序不允許打印出任何路徑名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常規(guī)文件的路徑名(非目錄名,但是其路徑可以包含目錄)。命令僅僅輸出在<pathname>目錄子樹(shù)之下,所有與<filename>文件內(nèi)容一致的文件的絕對(duì)路徑名。不允許輸出任何其它的路徑名,包括不可訪問(wèn)的路徑名。 (3)myfind <pathname> -name <STR>…的功能: <STR>…是一個(gè)以空格分隔的文件名序列(不帶路徑)。命令輸出在<pathname>目錄子樹(shù)之下,所有與<STR>…序列中文件名相同的文件的絕對(duì)路徑名。不允許輸出不可訪問(wèn)的或無(wú)關(guān)的路徑名。 <pathname>和<filename>均既可以是絕對(duì)路徑名,也可以是相對(duì)路徑名。<pathname>既可以是目錄,也可以是文件,此時(shí),目錄為當(dāng)前工作目錄。

    標(biāo)簽: pathname myfind lt gt

    上傳時(shí)間: 2014-01-26

    上傳用戶:aappkkee

  • This STRing-include defines all STRing functions as inline functions. Use gcc. It also assumes ds=es

    This STRing-include defines all STRing functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the STRing-functions are rather heavily hand-optimized, see especially STRtok,STRSTR,STR[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.

    標(biāo)簽: functions STRing-include defines assumes

    上傳時(shí)間: 2014-01-09

    上傳用戶:tedo811

  • This demonSTRation illuSTRates the application of adaptive filters to signal separation using a STR

    This demonSTRation illuSTRates the application of adaptive filters to signal separation using a STRucture called an adaptive line enhancer (ALE). In adaptive line enhancement, a measured signal x(n) contains two signals, an unknown signal of interest v(n), and a nearly-periodic noise signal eta(n). The goal is to remove the noise signal from the measured signal to obtain the signal of interest.

    標(biāo)簽: demonSTRation application illuSTRates separation

    上傳時(shí)間: 2014-09-08

    上傳用戶:2525775

主站蜘蛛池模板: 石台县| 沂南县| 翁牛特旗| 兴和县| 聂拉木县| 杭锦后旗| 云安县| 垦利县| 错那县| 永德县| 汤原县| 和静县| 滨州市| 三亚市| 曲松县| 铜川市| 英吉沙县| 惠来县| 金华市| 揭西县| 皋兰县| 射洪县| 日喀则市| 班戈县| 拜城县| 吉首市| 库伦旗| 商洛市| 墨竹工卡县| 德化县| 彭阳县| 蚌埠市| 棋牌| 松溪县| 响水县| 康保县| 嘉善县| 建阳市| 洪泽县| 神农架林区| 苗栗县|