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

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

loop-back

  • The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

    The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.

    標(biāo)簽: least-squares unconstrained Statisti Applied

    上傳時(shí)間: 2015-05-14

    上傳用戶:aig85

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    標(biāo)簽: available libraries Although nearly

    上傳時(shí)間: 2014-01-22

    上傳用戶:zhoujunzhen

  • 解決時(shí)鐘問題

    解決時(shí)鐘問題,acm競(jìng)賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.

    標(biāo)簽: 時(shí)鐘

    上傳時(shí)間: 2015-05-21

    上傳用戶:rishian

  • Create a time protocol over Client/Server Environment by sending request about time to server from c

    Create a time protocol over Client/Server Environment by sending request about time to server from client and the server will response to give the correct time back to the client.

    標(biāo)簽: time Environment protocol sending

    上傳時(shí)間: 2015-05-23

    上傳用戶:guanliya

  • This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Esti

    This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Estimating Speed from Single Loop Volume and Occupancy Measurements" by D. J. Dailey.

    標(biāo)簽: Statistical implements Algorithm described

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

    上傳用戶:cc1915

  • 我搜索了這個(gè)網(wǎng)站

    我搜索了這個(gè)網(wǎng)站,見提供的CD player都是 c++,delphi源程序的;我就提供一個(gè)用win32匯編寫的CD player。功能跟界面絕對(duì)不輸于用上面軟件編寫的,具體功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD drive support.

    標(biāo)簽: 搜索 網(wǎng)站

    上傳時(shí)間: 2015-07-14

    上傳用戶:遠(yuǎn)遠(yuǎn)ssad

  • 鎖相回路可視為一個(gè)輸出相位和輸入相位的回授系統(tǒng)用以同步輸入?yún)⒖加嵦?hào)和回授后輸出信號(hào)。并讓其操作同樣的頻率。如(圖一)所示

    鎖相回路可視為一個(gè)輸出相位和輸入相位的回授系統(tǒng)用以同步輸入?yún)⒖加嵦?hào)和回授后輸出信號(hào)。并讓其操作同樣的頻率。如(圖一)所示,簡(jiǎn)單鎖相回路[3,4]是由三個(gè)電路構(gòu)成,分別為相位偵測(cè)器(Phase Detector)、回路濾波器(Loop Filter)、壓控蕩器(VCO)

    標(biāo)簽: 相位 輸入 鎖相回路 可視

    上傳時(shí)間: 2015-08-16

    上傳用戶:franktu

  • dspic的匯編例程

    dspic的匯編例程,Write LCD with text using PSV feature and flash LED1 with a Timer1 loop

    標(biāo)簽: dspic 匯編

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

    上傳用戶:bruce5996

  • This paper addresses the issues relating to the enforcement of robust stability when implementing t

    This paper addresses the issues relating to the enforcement of robust stability when implementing the Adaptive Inverse Control (AIC) scheme. In this scheme, an adaptive FIR filter is added to a closed-loop system in order to reduce the output error caused by external disturbances, enhancing the performance achieved by linear time-invariant controllers alone.

    標(biāo)簽: implementing enforcement addresses the

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

    上傳用戶:佳期如夢(mèng)

  • This a two node test, requires a Coordinator and an RFD. The coordinator and node simply ping-pong

    This a two node test, requires a Coordinator and an RFD. The coordinator and node simply ping-pong a packet back and forth, and print out the RSSI byte. The RFD waits before bouncing it back, while the coordinator responds immediately.

    標(biāo)簽: node Coordinator coordinator and

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

    上傳用戶:ardager

主站蜘蛛池模板: 霸州市| 沙雅县| 绥宁县| 永安市| 白河县| 思南县| 呼和浩特市| 河曲县| 西充县| 错那县| 阿荣旗| 许昌市| 买车| 三穗县| 宁海县| 上犹县| 吉隆县| 双柏县| 台北市| 兰考县| 班戈县| 周口市| 巴林左旗| 永福县| 土默特右旗| 新建县| 朝阳市| 肃宁县| 晋宁县| 上犹县| 沙田区| 台山市| 鞍山市| 井研县| 曲阜市| 加查县| 黄龙县| 凯里市| 伊宁市| 项城市| 东辽县|