根據輸入的參數不同,選用不同的算子對輸入的圖像進行邊緣檢測,包括sobel,LOG,canny等5哥算子
上傳時間: 2016-11-18
上傳用戶:talenthn
一個小的telnet程序與大家共享,/* 本程序支持如一些參數: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 監聽數量 或者 -B 監聽數量 * --dir 服務默認目錄 或者 -D 服務默認目錄 * --LOG 日志存放路徑 或者 -L 日志存放路徑 * --daemon 使程序進入后臺運行模式 */
上傳時間: 2016-11-20
上傳用戶:515414293
這個連接池是直接從JIVE中取出來的,進行了一下修改,使得連接參數直接在程序中設定而不是從屬性文件中讀取。 [b]用法:[/b] 先設定自己的連接參數,在DbConnectionDefaultPool.java文件的loadProperties方法中。注意你也需要設定連接池的LOG文件的存放位置。
上傳時間: 2016-11-21
上傳用戶:TF2015
支持多進程環境,多線程環境的多級別LOG打印,LOG文件可以自定義大小,每日都會生成新文件
上傳時間: 2016-12-05
上傳用戶:Late_Li
基于PSO的BP訓練算法論文:在BP訓練算法中,關于變權值、學習速率、步長的問題已被廣泛地研究,幾種基于啟發式改進的技術也表明具有改善訓練時間以及避免陷入局部最小的明顯效果。這里BP訓練過程由基于PSO同時優化LOG—Sigmoid函數與網絡權值的新算 法(PSO。GainBP)實現。實驗結果表明,PSO—GainBP比傳統基于PSO的BP算法在網絡訓練方面具有更好的性能。
上傳時間: 2017-01-19
上傳用戶:rishian
:: 幻靈私服賬號添加Bat工具 Ver1.1 :: 本程序只為幻靈私服添加賬號使用 :: Code by Duckyの復活(QQ:462363) :: 轉載請保留版權,謝謝合作! Echo. Echo. Echo ---------------------------------- Echo - 作者的話 - Echo ---------------------------------- Echo. Echo 感謝各位使用本軟件 Echo 往后本人會繼續開發幻靈相關的工具 Echo 而且都是以開源的形式 Echo 希望大家多多支持 Echo 也希望能吸引更多高手一齊來研究 Echo 通過游戲提高自己的技術 Echo. Echo. 1.1更新: 1、添加ini配置文件 2、自動生成LOG日志文件 3、附帶上mysql.exe,方便遠程使用
上傳時間: 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)
標簽: contains Output convex planar
上傳時間: 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.
標簽: essentially algorithm describe suitably
上傳時間: 2017-03-02
上傳用戶:litianchu
[SMS SDK V1.7 測試說明] 1)“接口庫”為SDK庫包其中: Release —— 發布的穩定庫 Debug —— 為調試庫 2)“演示代碼”為測試代碼目錄。 [1] 測試代碼中使用的庫都是Release的版本。 [2] 如使用Debug庫,需要設置環境變量GSMLIB_DEBUG等于2,則會在C:\下生成GSMModem.LOG文件。 若您在開發的過程中遇到問題,可以使用此方法獲得GSMModem.LOG并發送給經銷商,即可有 效的解決您的問題。 設置環境變量的方法: 我的電腦->屬性->高級->環境變量->用戶變量和系統變量->新建 變量名: GSMLIB_DEBUG 變量值: 2 3)執行測試: [1] C#/VB/VB6/C++/Delphi 直接找到exe可執行文件,即可運行測試程序; [2] JAVA測試: 可以修改一下test.bat文件,然后直接運行即可了。 需要修改以下內容: set Number=13681191399 接收的手機號碼 set SN=ITIU-NWCJ-VCJD-WJDU 注冊碼 set JAVA_HOME=D:\JBuilder9\jdk1.4 JAVA環境
上傳時間: 2013-11-26
上傳用戶:2404
自己寫的是用于所有VC開發平臺和linux平臺軟件開發的trace功能函數。可自定module,evel, 系統時間開關,trace開關,trace level開關,輸出LOG 到文件,trace 存儲文件的大小。。。
上傳時間: 2017-04-05
上傳用戶:ljt101007