根據(jù)輸入的參數(shù)不同,選用不同的算子對(duì)輸入的圖像進(jìn)行邊緣檢測(cè),包括sobel,log,canny等5哥算子
上傳時(shí)間: 2016-11-18
上傳用戶:talenthn
一個(gè)小的telnet程序與大家共享,/* 本程序支持如一些參數(shù): * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 監(jiān)聽數(shù)量 或者 -B 監(jiān)聽數(shù)量 * --dir 服務(wù)默認(rèn)目錄 或者 -D 服務(wù)默認(rèn)目錄 * --log 日志存放路徑 或者 -L 日志存放路徑 * --daemon 使程序進(jìn)入后臺(tái)運(yùn)行模式 */
上傳時(shí)間: 2016-11-20
上傳用戶:515414293
這個(gè)連接池是直接從JIVE中取出來的,進(jìn)行了一下修改,使得連接參數(shù)直接在程序中設(shè)定而不是從屬性文件中讀取。 [b]用法:[/b] 先設(shè)定自己的連接參數(shù),在DbConnectionDefaultPool.java文件的loadProperties方法中。注意你也需要設(shè)定連接池的log文件的存放位置。
上傳時(shí)間: 2016-11-21
上傳用戶:TF2015
支持多進(jìn)程環(huán)境,多線程環(huán)境的多級(jí)別log打印,log文件可以自定義大小,每日都會(huì)生成新文件
上傳時(shí)間: 2016-12-05
上傳用戶:Late_Li
基于PSO的BP訓(xùn)練算法論文:在BP訓(xùn)練算法中,關(guān)于變權(quán)值、學(xué)習(xí)速率、步長(zhǎng)的問題已被廣泛地研究,幾種基于啟發(fā)式改進(jìn)的技術(shù)也表明具有改善訓(xùn)練時(shí)間以及避免陷入局部最小的明顯效果。這里BP訓(xùn)練過程由基于PSO同時(shí)優(yōu)化log—Sigmoid函數(shù)與網(wǎng)絡(luò)權(quán)值的新算 法(PSO。GainBP)實(shí)現(xiàn)。實(shí)驗(yàn)結(jié)果表明,PSO—GainBP比傳統(tǒng)基于PSO的BP算法在網(wǎng)絡(luò)訓(xùn)練方面具有更好的性能。
上傳時(shí)間: 2017-01-19
上傳用戶:rishian
:: 幻靈私服賬號(hào)添加Bat工具 Ver1.1 :: 本程序只為幻靈私服添加賬號(hào)使用 :: Code by Duckyの復(fù)活(QQ:462363) :: 轉(zhuǎn)載請(qǐng)保留版權(quán),謝謝合作! Echo. Echo. Echo ---------------------------------- Echo - 作者的話 - Echo ---------------------------------- Echo. Echo 感謝各位使用本軟件 Echo 往后本人會(huì)繼續(xù)開發(fā)幻靈相關(guān)的工具 Echo 而且都是以開源的形式 Echo 希望大家多多支持 Echo 也希望能吸引更多高手一齊來研究 Echo 通過游戲提高自己的技術(shù) Echo. Echo. 1.1更新: 1、添加ini配置文件 2、自動(dòng)生成log日志文件 3、附帶上mysql.exe,方便遠(yuǎn)程使用
標(biāo)簽: 462363 Ducky Code Bat
上傳時(shí)間: 2013-12-12
上傳用戶:stewart·
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標(biāo)簽: contains Output convex planar
上傳時(shí)間: 2017-02-19
上傳用戶:wyc199288
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
標(biāo)簽: essentially algorithm describe suitably
上傳時(shí)間: 2017-03-02
上傳用戶:litianchu
[SMS SDK V1.7 測(cè)試說明] 1)“接口庫(kù)”為SDK庫(kù)包其中: Release —— 發(fā)布的穩(wěn)定庫(kù) Debug —— 為調(diào)試庫(kù) 2)“演示代碼”為測(cè)試代碼目錄。 [1] 測(cè)試代碼中使用的庫(kù)都是Release的版本。 [2] 如使用Debug庫(kù),需要設(shè)置環(huán)境變量GSMLIB_DEBUG等于2,則會(huì)在C:\下生成GSMModem.log文件。 若您在開發(fā)的過程中遇到問題,可以使用此方法獲得GSMModem.log并發(fā)送給經(jīng)銷商,即可有 效的解決您的問題。 設(shè)置環(huán)境變量的方法: 我的電腦->屬性->高級(jí)->環(huán)境變量->用戶變量和系統(tǒng)變量->新建 變量名: GSMLIB_DEBUG 變量值: 2 3)執(zhí)行測(cè)試: [1] C#/VB/VB6/C++/Delphi 直接找到exe可執(zhí)行文件,即可運(yùn)行測(cè)試程序; [2] JAVA測(cè)試: 可以修改一下test.bat文件,然后直接運(yùn)行即可了。 需要修改以下內(nèi)容: set Number=13681191399 接收的手機(jī)號(hào)碼 set SN=ITIU-NWCJ-VCJD-WJDU 注冊(cè)碼 set JAVA_HOME=D:\JBuilder9\jdk1.4 JAVA環(huán)境
標(biāo)簽: SDK Release Debug SMS
上傳時(shí)間: 2013-11-26
上傳用戶:2404
自己寫的是用于所有VC開發(fā)平臺(tái)和linux平臺(tái)軟件開發(fā)的trace功能函數(shù)。可自定module,evel, 系統(tǒng)時(shí)間開關(guān),trace開關(guān),trace level開關(guān),輸出log 到文件,trace 存儲(chǔ)文件的大小。。。
標(biāo)簽: module linux trace evel
上傳時(shí)間: 2017-04-05
上傳用戶:ljt101007
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1