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

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

log-Gabor

  • :: 幻靈私服賬號添加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

  • 系統分為三個大模塊:采集、整合、查詢管理模塊

    系統分為三個大模塊:采集、整合、查詢管理模塊,各模塊款功能描述如下: 在采集系統中,采用JAVA中的字符串解析、網絡編程(Socket)、輸入輸出流(IO)和多線程等技術對原始計費Log(wtmpx)文件進行讀取并分析、處理。但要求效率比較高,于是采用了Unix系統的計劃任務命令(crontab)進行定時采集原始計費日志文件(UNIX系統下的/var/adm/wtmpx文件),并將采集的數據封裝整理成己匹配和未匹配兩種BIDR結構的數據清單,然后把己匹配好的數據通過Socket傳輸給中央處理系統;中央處理系統接收到數據并將數據插入到Oracle數據庫所對應的原始數據表中。 在整合系統中,采用PL/SQL中的存儲過程和Oracle中與日期相關的函數(to_number, to_char , add_months , trunc等)對Oracle數據庫中的表的數據進行整合。一方面,對原始數據表到用戶計費數據日表的整合,再從用戶計費數據日表到用戶計費數據月表的整合,最后再到用戶計費數據年表的整合;另一方面,對原始數據表到服務器數據日表的整合,再從服務器數據日表到服務器數據月表的整合,最后再到服務器數據年表的整合。還要求定時整合已經保存到數據庫的數據,于是采用了Oracle中的調度任務(DBMS_JOB)方法進行處理。

    標簽: 模塊 查詢

    上傳時間: 2017-04-09

    上傳用戶:lnnn30

  • 基于Domino的oa工作流套件

    基于Domino的oa工作流套件,所有流程的審批均可通過單一的待辦事宜模塊進行審批,提供統一入口,而不需要根據不同流程進入不同地應用庫進行審批 1.Application.nsf 流程運行應用庫(必需)(CS/BS) 2.Process.nsf 流程定義庫(必需)(僅CS) 3.Organization.nsf 流程組織庫(CS/BS) 4.Outofoffice.nsf 外出代理授權庫(CS/BS) 5.Archive.nsf 流程歸檔庫樣例(CS/BS) 6.Log.nsf 流程運行日志庫(CS/BS) 7.Names_Ext.nsf 輔助目錄庫(CS/BS) 8.ToDoList.nsf 待辦事宜(CS/BS) 注:所有Profile設置,均在CS進行.

    標簽: Domino 套件

    上傳時間: 2014-11-24

    上傳用戶:aysyzxzm

  • This is a binary search tree with void* pointer in data segment in order you to search store and del

    This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(log(n)) agerage case data.

    標簽: search pointer segment binary

    上傳時間: 2013-12-22

    上傳用戶:wys0120

  • Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo

    Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Determines, position, height, and approximate width of each peak by least-squares curve-fitting the log of top part of the peak with a parabola.

    標簽: peaks function positive Detects

    上傳時間: 2017-04-26

    上傳用戶:彭玖華

  • 最小生成樹 MST的四種算法實現。 包括普通的Kruskal算法和Prim算法

    最小生成樹 MST的四種算法實現。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set優化的Kruskal算法和用Heap優化的堆算法。 復雜度分別為O(mn), O(n^2), O(m log n), O(m log n)

    標簽: Kruskal Prim 算法 MST

    上傳時間: 2013-12-10

    上傳用戶:stewart·

主站蜘蛛池模板: 竹溪县| 扬中市| 常州市| 廉江市| 嵩明县| 彭州市| 苏州市| 宜春市| 安塞县| 元阳县| 北海市| 民和| 平果县| 彩票| 荔浦县| 阿勒泰市| 江川县| 东安县| 锡林郭勒盟| 灵台县| 岳阳县| 洞头县| 攀枝花市| 称多县| 达拉特旗| 普安县| 日照市| 台东县| 皮山县| 湖口县| 灵台县| 澄城县| 宜章县| 朝阳县| 健康| 镇宁| 寿宁县| 珠海市| 印江| 伊吾县| 盐津县|