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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

LOG-Map

  • ARP test mode. According to the idea we design the arithmetic for the key part, first the system sen

    ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether the message satisfies the conditions. Once the message satisfies all the conditions, the system thinks the machine is sniffing, and adds this machine into the list of sniffing machines. On this basis the detection has done well, and at the same time we insert the result into the log database for inquire and analyze later.

    標簽: the arithmetic According design

    上傳時間: 2016-10-06

    上傳用戶:chongcongying

  • 1.產生白噪聲程序 編程產生一組正態分布的白噪聲信號,它的均值和方差以及長度可隨意調整。將產生的白噪聲信號存入數據文件。 本程序算法用C++語言編寫。首先用乘同余法產生均勻分布白噪聲

    1.產生白噪聲程序 編程產生一組正態分布的白噪聲信號,它的均值和方差以及長度可隨意調整。將產生的白噪聲信號存入數據文件。 本程序算法用C++語言編寫。首先用乘同余法產生均勻分布白噪聲,再用變換抽樣法轉換為高斯分布白噪聲。算法及程序實現敘述如下。 1) 設定x初值為11,A=179,長度WNlength,均值Average,方差Serror為用戶輸入的變量; 2) M =235,ζi= x/M; 3) 取ζi的小數部分再賦值給ζi+1,這就是均勻分布白噪聲; 4) 利用公式 η1=Serror×(–2*logζ1)0.5×cos(2pζ2) +Average η2= Serror×(–2*logζ1)0.5×sin(2pζ2) +Average 計算得到均值和方差可任意調整的白噪聲序列。式中 為均勻分布白噪聲。

    標簽: 白噪聲 分布 信號 程序

    上傳時間: 2016-10-19

    上傳用戶:hanli8870

  • uart全功能實現.實現如下函數: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL

    uart全功能實現.實現如下函數: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID, U_SetAutoBaud_Div, /*TY adds these to expand flexibility 2004/10/15*/ U_Register_TX_cb, U_Register_RX_cb, /*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/ U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes, /*for virtual com port to return DCB configuration*/ U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus

    標簽: U_GetBytesAvail U_GetTxRoomL U_GetBytes U_PutBytes

    上傳時間: 2013-12-08

    上傳用戶:GHF

  • mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of

    mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36 Methods obtained from various authors. (1) MDS -- Michael Lee (2) ISOMAP -- J. Tenenbaum, de Silva, & Langford (3) LLE -- Sam Roweis & Lawrence Saul (4) Hessian LLE -- D. Donoho & C. Grimes (5) Laplacian -- M. Belkin & P. Niyogi (6) Diffusion Map -- R. Coifman & S. Lafon (7) LTSA -- Zhenyue Zhang & Hongyuan Zha

    標簽: demonstration Mathematics Department University

    上傳時間: 2016-10-29

    上傳用戶:youmo81

  • This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundame

    This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundamented on a probabilistic approach, uses a precompiled topological map where natural landmarks like doors or ceiling lights are recognized by the robot using its on-board camera. Experiments have been conducted using the AIBO Sony robotic dog showing that it is able to deal with noisy sensors like vision and to approximate world models representing indoor ofce environments. The two major contributions of this work are the use of this technique in legged robots, and the use of an active camera as the main sensor

    標簽: localization mechanism presents proposal

    上傳時間: 2016-11-04

    上傳用戶:dianxin61

  • VC++編程

    VC++編程,加密保護LOG文件的實例,對于初學者有幫助

    標簽: VC 編程

    上傳時間: 2016-11-14

    上傳用戶:邶刖

  • 表達式計算器。表達式中只能有圓括號、函數名、運算符、常數與變量。一、變量名的命名規則:1、可以是字符、或字符串 2、不能以數字開頭 3、不能夾雜有空格、運算符或標點符號

    表達式計算器。表達式中只能有圓括號、函數名、運算符、常數與變量。一、變量名的命名規則:1、可以是字符、或字符串 2、不能以數字開頭 3、不能夾雜有空格、運算符或標點符號,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函數有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小寫。函數后的變量名可以加括號,也可以不要括號,如:log(C1)與logC1是相同的。三、運算符有+(加)、-(減)、*(乘)、/(除)與^(冪次)。

    標簽: 表達式 變量 運算符 函數

    上傳時間: 2014-01-07

    上傳用戶:leehom61

  • 常見java數據結構的使用方法

    常見java數據結構的使用方法,包括Arrays類Collections類HashSet類List類TreeSet類Map類Vector類

    標簽: java 數據結構

    上傳時間: 2014-02-10

    上傳用戶:qiao8960

  • 根據輸入的參數不同

    根據輸入的參數不同,選用不同的算子對輸入的圖像進行邊緣檢測,包括sobel,log,canny等5哥算子

    標簽: 輸入 參數

    上傳時間: 2016-11-18

    上傳用戶:talenthn

  • 一個小的telnet程序與大家共享

    一個小的telnet程序與大家共享,/* 本程序支持如一些參數: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 監聽數量 或者 -B 監聽數量 * --dir 服務默認目錄 或者 -D 服務默認目錄 * --log 日志存放路徑 或者 -L 日志存放路徑 * --daemon 使程序進入后臺運行模式 */

    標簽: telnet 程序

    上傳時間: 2016-11-20

    上傳用戶:515414293

主站蜘蛛池模板: 沅江市| 岫岩| 北碚区| 浑源县| 梅河口市| 大方县| 河池市| 楚雄市| 阳谷县| 德保县| 甘肃省| 连州市| 昭平县| 米泉市| 铅山县| 萨迦县| 内江市| 逊克县| 尖扎县| 额济纳旗| 乐业县| 南汇区| 格尔木市| 新绛县| 营山县| 班戈县| 博客| 宁夏| 改则县| 科尔| 永丰县| 竹溪县| 云浮市| 朝阳市| 图木舒克市| 昭通市| 乌审旗| 通山县| 蒙自县| 万全县| 修水县|