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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

log-Gabor

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

    :: 幻靈私服賬號(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 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)

    標(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

    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è)試代碼目錄。

    [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)

    自己寫的是用于所有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

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

    系統(tǒng)分為三個(gè)大模塊:采集、整合、查詢管理模塊,各模塊款功能描述如下: 在采集系統(tǒng)中,采用JAVA中的字符串解析、網(wǎng)絡(luò)編程(Socket)、輸入輸出流(IO)和多線程等技術(shù)對(duì)原始計(jì)費(fèi)Log(wtmpx)文件進(jìn)行讀取并分析、處理。但要求效率比較高,于是采用了Unix系統(tǒng)的計(jì)劃任務(wù)命令(crontab)進(jìn)行定時(shí)采集原始計(jì)費(fèi)日志文件(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ù)庫(kù)所對(duì)應(yīng)的原始數(shù)據(jù)表中。 在整合系統(tǒng)中,采用PL/SQL中的存儲(chǔ)過程和Oracle中與日期相關(guān)的函數(shù)(to_number, to_char , add_months , trunc等)對(duì)Oracle數(shù)據(jù)庫(kù)中的表的數(shù)據(jù)進(jìn)行整合。一方面,對(duì)原始數(shù)據(jù)表到用戶計(jì)費(fèi)數(shù)據(jù)日表的整合,再?gòu)挠脩粲?jì)費(fèi)數(shù)據(jù)日表到用戶計(jì)費(fèi)數(shù)據(jù)月表的整合,最后再到用戶計(jì)費(fèi)數(shù)據(jù)年表的整合;另一方面,對(duì)原始數(shù)據(jù)表到服務(wù)器數(shù)據(jù)日表的整合,再?gòu)姆?wù)器數(shù)據(jù)日表到服務(wù)器數(shù)據(jù)月表的整合,最后再到服務(wù)器數(shù)據(jù)年表的整合。還要求定時(shí)整合已經(jīng)保存到數(shù)據(jù)庫(kù)的數(shù)據(jù),于是采用了Oracle中的調(diào)度任務(wù)(DBMS_JOB)方法進(jìn)行處理。

    標(biāo)簽: 模塊 查詢

    上傳時(shí)間: 2017-04-09

    上傳用戶:lnnn30

  • 基于Domino的oa工作流套件

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

    標(biāo)簽: Domino 套件

    上傳時(shí)間: 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.

    標(biāo)簽: search pointer segment binary

    上傳時(shí)間: 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.

    標(biāo)簽: peaks function positive Detects

    上傳時(shí)間: 2017-04-26

    上傳用戶:彭玖華

  • 最小生成樹 MST的四種算法實(shí)現(xiàn)。 包括普通的Kruskal算法和Prim算法

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

    標(biāo)簽: Kruskal Prim 算法 MST

    上傳時(shí)間: 2013-12-10

    上傳用戶:stewart·

主站蜘蛛池模板: 昌都县| 彩票| 台中市| 虞城县| 淮北市| 张家川| 灵丘县| 关岭| 新乐市| 科尔| 崇义县| 衡南县| 克拉玛依市| 廉江市| 秦安县| 留坝县| 手游| 保德县| 平塘县| 仁布县| 沧州市| 青神县| 三河市| 阿合奇县| 龙井市| 广东省| 福清市| 万安县| 桐庐县| 阿拉善左旗| 海兴县| 新化县| 台山市| 嘉善县| 凤山县| 浏阳市| 乡宁县| 喜德县| 武清区| 博乐市| 大足县|