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

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

LOG

  • 根據輸入的參數不同

    根據輸入的參數不同,選用不同的算子對輸入的圖像進行邊緣檢測,包括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

  • 這個連接池是直接從JIVE中取出來的

    這個連接池是直接從JIVE中取出來的,進行了一下修改,使得連接參數直接在程序中設定而不是從屬性文件中讀取。 [b]用法:[/b] 先設定自己的連接參數,在DbConnectionDefaultPool.java文件的loadProperties方法中。注意你也需要設定連接池的LOG文件的存放位置。

    標簽: JIVE 連接

    上傳時間: 2016-11-21

    上傳用戶:TF2015

  • 支持多進程環境

    支持多進程環境,多線程環境的多級別LOG打印,LOG文件可以自定義大小,每日都會生成新文件

    標簽: 進程 環境

    上傳時間: 2016-12-05

    上傳用戶:Late_Li

  • 基于PSO的BP訓練算法論文:在BP訓練算法中

    基于PSO的BP訓練算法論文:在BP訓練算法中,關于變權值、學習速率、步長的問題已被廣泛地研究,幾種基于啟發式改進的技術也表明具有改善訓練時間以及避免陷入局部最小的明顯效果。這里BP訓練過程由基于PSO同時優化LOG—Sigmoid函數與網絡權值的新算 法(PSO。GainBP)實現。實驗結果表明,PSO—GainBP比傳統基于PSO的BP算法在網絡訓練方面具有更好的性能。

    標簽: PSO 算法 論文

    上傳時間: 2017-01-19

    上傳用戶:rishian

  • :: 幻靈私服賬號添加Bat工具 Ver1.1 :: 本程序只為幻靈私服添加賬號使用 :: Code by Duckyの復活(QQ:462363) :: 轉載請保留版權

    :: 幻靈私服賬號添加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,方便遠程使用

    標簽: 462363 Ducky Code Bat

    上傳時間: 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 f

    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

    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)“演示代碼”為測試代碼目錄。

    [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環境

    標簽: SDK Release Debug SMS

    上傳時間: 2013-11-26

    上傳用戶:2404

  • 自己寫的是用于所有VC開發平臺和linux平臺軟件開發的trace功能函數。可自定module,evel, 系統時間開關

    自己寫的是用于所有VC開發平臺和linux平臺軟件開發的trace功能函數。可自定module,evel, 系統時間開關,trace開關,trace level開關,輸出LOG 到文件,trace 存儲文件的大小。。。

    標簽: module linux trace evel

    上傳時間: 2017-04-05

    上傳用戶:ljt101007

主站蜘蛛池模板: 临泽县| 防城港市| 虹口区| 沭阳县| 丹阳市| 舟山市| 收藏| 新竹县| 德昌县| 银川市| 宁波市| 星座| 曲松县| 营山县| 龙江县| 措美县| 汉川市| 汽车| 子长县| 霸州市| 枣阳市| 锦屏县| 叙永县| 永靖县| 治县。| 文化| 襄樊市| 逊克县| 朝阳县| 公安县| 大悟县| 中方县| 云阳县| 资中县| 曲靖市| 临洮县| 信丰县| 教育| 柳州市| 蓬安县| 黑山县|