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

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

log-map

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

  • srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE]

    srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE] heightmap[0] = [rand[] 128] + 64 // initialize starting point on map CreateFractalMap[0, 0, MAPSIZE, MAPSIZE] printf["Smoothing terrain\n"] for [i = 0 i < 5 i++] SmoothMap[] MakeColorMap[]

    標簽: MAPSIZE initialize heightmap getpid

    上傳時間: 2014-01-04

    上傳用戶:ainimao

  • srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE]

    srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE] heightmap[0] = [rand[] 128] + 64 // initialize starting point on map CreateFractalMap[0, 0, MAPSIZE, MAPSIZE] printf["Smoothing terrain\n"] for [i = 0 i < 5 i++] SmoothMap[] MakeColorMap[]

    標簽: MAPSIZE initialize heightmap getpid

    上傳時間: 2013-12-25

    上傳用戶:CSUSheep

  • 電話號碼管理系統

    電話號碼管理系統,很小的程序,是學習stl,自己編的,用map實現,還有文檔說明

    標簽: 電話 號碼 管理系統

    上傳時間: 2017-04-02

    上傳用戶:181992417

  • -The existence of numerous imaging modalities makes it possible to present different data present in

    -The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal images. Component images forming multimodal images should be aligned, or registered so that all the data, coming from the different modalities, are displayed in proper locations. Mutual Information is the similarity measure used in this case for optimizing the two images. This method requires estimating joint histogram of the two images. The fusion of images is the process of combining two or more images into a single image retaining important features from each. The Discrete Wavelet Transform (DWT) has become an attractive tool for fusing multimodal images. In this work it has been used to segment the features of the input images to produce a region map. Features of each region are calculated and a region based approach is used to fuse the images in the wavelet domain.

    標簽: present modalities existence different

    上傳時間: 2014-03-04

    上傳用戶:15736969615

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

  • MATLAB implementation of time series prediction Based on the VQTAM method described in the following

    MATLAB implementation of time series prediction Based on the VQTAM method described in the following papers: G. A. Barreto & A. F. R. Araujo (2004) "Identification and Control of Dynamical Systems Using the Self-Organizing Map" IEEE Transactions on Neural Networks, vol. 15, no. 5.

    標簽: implementation prediction described following

    上傳時間: 2013-12-22

    上傳用戶:windwolf2000

  • 基于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

主站蜘蛛池模板: 辽宁省| 阳曲县| 合川市| 灌云县| 正定县| 晋江市| 普洱| 宜丰县| 扎兰屯市| 崇阳县| 永宁县| 嵊泗县| 遂昌县| 博爱县| 德兴市| 民勤县| 乌什县| 双流县| 晋宁县| 岑巩县| 宾阳县| 梁河县| 娱乐| 甘孜县| 舞钢市| 剑阁县| 台东县| 梓潼县| 榆林市| 萨迦县| 墨江| 廉江市| 西林县| 太谷县| 玛沁县| 江川县| 左贡县| 北宁市| 华宁县| 福建省| 石首市|