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

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

generated

  • SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be

    SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is different from the open world in the internet communication. Operators must control who can access what content based on his rate plans. Also, based the content access results, the process will be recorded as the transaction records based on which billing statements can be generated to collected the money and shared by operators and content providers. I am working on the conceptual architecture level and the real implementation is very complicated due to too many types of service from different content providers to different types of devices based on the different types of the rate plans.

    標簽: Service operators Delivery Platform

    上傳時間: 2013-12-03

    上傳用戶:yph853211

  • 法國cromda編寫的新版本MATRICE 2(矩陣和矢量運算單元)。 // ----------------------------------------------------------

    法國cromda編寫的新版本MATRICE 2(矩陣和矢量運算單元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No more need to use the InitMat procedure (suppressed) : // - the routines detect automaticaly the dimensions of matrix and vector // - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur) // - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result // - // The result matrix is dimensioned automaticaly

    標簽: MATRICE cromda 法國 編寫

    上傳時間: 2014-01-23

    上傳用戶:sy_jiadeyi

  • This example provides a description of how to use a DMA channel to transfer a word data buffer fro

    This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED

    標簽: description provides transfer example

    上傳時間: 2016-04-24

    上傳用戶:ecooo

  • 使用定時器產生PWM波

    使用定時器產生PWM波,可配合L298N用來驅動普通直流電機。適用于51單片機-use PWM timer generated wave, and with the drive for general L298N

    標簽: PWM 定時器

    上傳時間: 2014-11-17

    上傳用戶:cazjing

  • A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to De

    A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post analyses. Results are generated with and without market adjustments in the data. A readme.txt. file in the .zip folder describes each script and how to use it

    標簽: MathWorks contains scripts webinar

    上傳時間: 2014-01-04

    上傳用戶:trepb001

  • Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in se

    Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example shows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer.gov/ncifdaproteomics/ppatterns.asp

    標簽: Petricoin co-workers and proteomic

    上傳時間: 2016-04-28

    上傳用戶:hewenzhi

  • Abstract-The effect of the companding process on QAM signals has been under investigation for the p

    Abstract-The effect of the companding process on QAM signals has been under investigation for the past several years. The compander, included in the PCM telephone network to improve voice performance, has an unusual affect on digital QAM data signals which are transmitted over the same channel. The quantization noise, generated by the companding process which is multiplicative (and asymmetric), degrades the detectability performance of the outermost points of the QAM constellation more than that of the inner points. The combined effect of the companding noise and the inherent white gaussian noise of the system, leads us to a re-examination of signal constellation design. In this paper we investigate the detectability performance of a number of candidates for signal constellations including, a typical rectangular QAM constellation, the same constellation with the addition of a smear-desmear operation, and two new improved QAM constellation designs with two-dimensional warpi

    標簽: investigation Abstract-The companding the

    上傳時間: 2013-12-20

    上傳用戶:英雄

  • WMI implementation in a iSCSI miniport can be tested using the iscsicli.exe application, device ma

    WMI implementation in a iSCSI miniport can be tested using the iscsicli.exe application, device manager property pages, WBEMTEST.exe and scripts generated by the wmimofck.exe tool.

    標簽: implementation application miniport iscsicli

    上傳時間: 2016-07-01

    上傳用戶:franktu

  • 極大值抑制與雙閾值門限得到圖像邊緣: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of

    極大值抑制與雙閾值門限得到圖像邊緣: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.

    標簽: nonmaxsuppts thresholding suppression non-maxima

    上傳時間: 2016-07-08

    上傳用戶:guanliya

  • 這是個反向工程delphi的程序的全部源代碼.能分析幾乎所有的結構 Revendepro is a program to reverse engineer Delphi program. Reven

    這是個反向工程delphi的程序的全部源代碼.能分析幾乎所有的結構 Revendepro is a program to reverse engineer Delphi program. Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be written in assembler. Due to some limitation in assembler the generated output can not be recompiled.

    標簽: program Revendepro engineer reverse

    上傳時間: 2016-07-21

    上傳用戶:songrui

主站蜘蛛池模板: 长垣县| 凤山县| 沧州市| 安龙县| 梓潼县| 涪陵区| 清远市| 武安市| 广东省| 秭归县| 天长市| 从化市| 临沭县| 南安市| 桦南县| 合水县| 黄平县| 侯马市| 盐池县| 曲靖市| 华阴市| 滨州市| 象州县| 昭觉县| 金山区| 寻甸| 沁水县| 文登市| 金寨县| 道孚县| 太白县| 澳门| 介休市| 岳西县| 和顺县| 沭阳县| 芷江| 陈巴尔虎旗| 和政县| 漠河县| 池州市|