[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)境
上傳時間: 2013-11-26
上傳用戶:2404
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] 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
電話號碼管理系統(tǒng),很小的程序,是學習stl,自己編的,用map實現(xiàn),還有文檔說明
標簽: 電話 號碼 管理系統(tǒng)
上傳時間: 2017-04-02
上傳用戶:181992417
-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開發(fā)平臺和linux平臺軟件開發(fā)的trace功能函數(shù)。可自定module,evel, 系統(tǒng)時間開關,trace開關,trace level開關,輸出log 到文件,trace 存儲文件的大小。。。
上傳時間: 2017-04-05
上傳用戶:ljt101007
系統(tǒng)分為三個大模塊:采集、整合、查詢管理模塊,各模塊款功能描述如下: 在采集系統(tǒng)中,采用JAVA中的字符串解析、網(wǎng)絡編程(Socket)、輸入輸出流(IO)和多線程等技術對原始計費Log(wtmpx)文件進行讀取并分析、處理。但要求效率比較高,于是采用了Unix系統(tǒng)的計劃任務命令(crontab)進行定時采集原始計費日志文件(UNIX系統(tǒng)下的/var/adm/wtmpx文件),并將采集的數(shù)據(jù)封裝整理成己匹配和未匹配兩種BIDR結構的數(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
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工作流套件,所有流程的審批均可通過單一的待辦事宜模塊進行審批,提供統(tǒng)一入口,而不需要根據(jù)不同流程進入不同地應用庫進行審批 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進行.
上傳時間: 2014-11-24
上傳用戶:aysyzxzm
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