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

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

call

  • Application Note Abstract This Application Note introduces a complete and detailed PSoC® project

    Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone call Logger keeps the detailed record of approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.

    標(biāo)簽: Application Note introduces Abstract

    上傳時間: 2014-01-01

    上傳用戶:集美慧

  • 多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

    多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.

    標(biāo)簽: Least-squares arbitrary Purpose Builder

    上傳時間: 2013-12-18

    上傳用戶:宋桃子

  • 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

    1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.

    標(biāo)簽: dimensions arbitrary function reverse

    上傳時間: 2016-04-16

    上傳用戶:waitingfy

  • 在arm編程的調(diào)試中經(jīng)常碰到函數(shù)調(diào)用的規(guī)范問題

    在arm編程的調(diào)試中經(jīng)常碰到函數(shù)調(diào)用的規(guī)范問題,在函數(shù)調(diào)用中寄存器 的使用與分配是如何進(jìn)行的,一個結(jié)構(gòu)體是如何傳遞的,我們應(yīng)該怎樣寫匯編函數(shù)才能符合函數(shù)調(diào)用的規(guī)范。這篇文章很好的闡釋了這個問題。ATPCS(The ARM-THUMB Procedure call Standard)的解釋的ppt,容易懂,不要錯過哦。

    標(biāo)簽: arm 編程 函數(shù) 調(diào)試

    上傳時間: 2016-04-17

    上傳用戶:xinyuzhiqiwuwu

  • 8888是一款高性能的電話通信芯片

    8888是一款高性能的電話通信芯片 ,同時具有收發(fā)功能和call ID功能

    標(biāo)簽: 8888 性能 電話 通信芯片

    上傳時間: 2013-12-18

    上傳用戶:lo25643

  • simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu

    simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns false for tails and true for heads. [ Note: If the program realistically simulates coin tossing, each side of the coin should appear approximately half the time.]

    標(biāo)簽: the coin simulates chooses

    上傳時間: 2014-08-30

    上傳用戶:pompey

  • Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver i

    Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver interface hooks to override the default mapping algorithm for waveform audio devices. This allows the ACM to intercept device-open calls. After a call has been intercepted, the ACM can perform a variety of tasks to process the audio data, such as inserting an external compressor or decompressor into the sequence.

    標(biāo)簽: Compression Interface Microsoft existing

    上傳時間: 2013-12-13

    上傳用戶:541657925

  • You can create various shapes, and you will see, if you do, that those shapes are drawn on screen (

    You can create various shapes, and you will see, if you do, that those shapes are drawn on screen (in a window that we call the "canvas").

    標(biāo)簽: shapes you various create

    上傳時間: 2016-06-20

    上傳用戶:zhangjinzj

  • 虛擬頻譜分析儀的設(shè)計

    虛擬頻譜分析儀的設(shè)計,在linux下面安裝qt3.3以上的版本才可以運(yùn)行。 安裝步驟如下: Untar the tarball Enter the directory QtDSO call ./configure call make and wait a few minutes

    標(biāo)簽: 虛擬 儀的設(shè)計 頻譜分析

    上傳時間: 2013-12-17

    上傳用戶:498732662

  • Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been test

    Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.

    標(biāo)簽: minimalistic User-Agent softphone written

    上傳時間: 2014-12-02

    上傳用戶:cainaifa

主站蜘蛛池模板: 武汉市| 和静县| 霞浦县| 江城| 景德镇市| 房产| 巴林左旗| 谢通门县| 睢宁县| 金溪县| 平遥县| 竹溪县| 镇巴县| 兰西县| 开远市| 云霄县| 奉新县| 犍为县| 沿河| 榕江县| 绥化市| 璧山县| 营口市| 唐海县| 永康市| 闸北区| 安陆市| 青州市| 渝中区| 黔东| 屯昌县| 西乌珠穆沁旗| 福泉市| 上蔡县| 信宜市| 辽宁省| 洪洞县| 突泉县| 乌海市| 南皮县| 姜堰市|