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

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

log-Gabor

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

    :: 幻靈私服賬號添加Bat工具 Ver1.1 :: 本程序只為幻靈私服添加賬號使用 :: Code by Duckyの復活(QQ:462363) :: 轉(zhuǎn)載請保留版權(quán),謝謝合作! Echo. Echo. Echo ---------------------------------- Echo - 作者的話 - Echo ---------------------------------- Echo. Echo 感謝各位使用本軟件 Echo 往后本人會繼續(xù)開發(fā)幻靈相關的工具 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 —— 發(fā)布的穩(wěn)定庫 Debug —— 為調(diào)試庫 2)“演示代碼”為測試代碼目錄。

    [SMS SDK V1.7 測試說明] 1)“接口庫”為SDK庫包其中: Release —— 發(fā)布的穩(wěn)定庫 Debug —— 為調(diào)試庫 2)“演示代碼”為測試代碼目錄。 [1] 測試代碼中使用的庫都是Release的版本。 [2] 如使用Debug庫,需要設置環(huán)境變量GSMLIB_DEBUG等于2,則會在C:\下生成GSMModem.log文件。 若您在開發(fā)的過程中遇到問題,可以使用此方法獲得GSMModem.log并發(fā)送給經(jīng)銷商,即可有 效的解決您的問題。 設置環(huán)境變量的方法: 我的電腦->屬性->高級->環(huán)境變量->用戶變量和系統(tǒng)變量->新建 變量名: GSMLIB_DEBUG 變量值: 2 3)執(zhí)行測試: [1] C#/VB/VB6/C++/Delphi 直接找到exe可執(zhí)行文件,即可運行測試程序; [2] JAVA測試: 可以修改一下test.bat文件,然后直接運行即可了。 需要修改以下內(nèi)容: set Number=13681191399 接收的手機號碼 set SN=ITIU-NWCJ-VCJD-WJDU 注冊碼 set JAVA_HOME=D:\JBuilder9\jdk1.4 JAVA環(huán)境

    標簽: SDK Release Debug SMS

    上傳時間: 2013-11-26

    上傳用戶:2404

  • 自己寫的是用于所有VC開發(fā)平臺和linux平臺軟件開發(fā)的trace功能函數(shù)。可自定module,evel, 系統(tǒng)時間開關

    自己寫的是用于所有VC開發(fā)平臺和linux平臺軟件開發(fā)的trace功能函數(shù)。可自定module,evel, 系統(tǒng)時間開關,trace開關,trace level開關,輸出log 到文件,trace 存儲文件的大小。。。

    標簽: module linux trace evel

    上傳時間: 2017-04-05

    上傳用戶:ljt101007

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

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

    標簽: 模塊 查詢

    上傳時間: 2017-04-09

    上傳用戶:lnnn30

  • 基于Domino的oa工作流套件

    基于Domino的oa工作流套件,所有流程的審批均可通過單一的待辦事宜模塊進行審批,提供統(tǒng)一入口,而不需要根據(jù)不同流程進入不同地應用庫進行審批 1.Application.nsf 流程運行應用庫(必需)(CS/BS) 2.Process.nsf 流程定義庫(必需)(僅CS) 3.Organization.nsf 流程組織庫(CS/BS) 4.Outofoffice.nsf 外出代理授權(quán)庫(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的四種算法實現(xiàn)。 包括普通的Kruskal算法和Prim算法

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

    標簽: Kruskal Prim 算法 MST

    上傳時間: 2013-12-10

    上傳用戶:stewart·

主站蜘蛛池模板: 工布江达县| 宜宾市| 紫云| 铜陵市| 咸丰县| 长乐市| 临清市| 张家港市| 晋宁县| 延寿县| 寻乌县| 城口县| 邵阳县| 江城| 安西县| 磐石市| 武平县| 泰州市| 凉山| 穆棱市| 改则县| 双辽市| 灵川县| 黄山市| 汝城县| 乌恰县| 辉南县| 甘洛县| 刚察县| 十堰市| 江都市| 乐亭县| 察哈| 南宁市| 南开区| 衡南县| 星座| 新余市| 荔波县| 榆树市| 天长市|