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

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

BLue-small

  • This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si

    This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計基於MSP430

    標(biāo)簽: application describes Timer_A control

    上傳時間: 2014-01-01

    上傳用戶:qq21508895

  • This paper examines the asymptotic (large sample) performance of a family of non-data aided feedfor

    This paper examines the asymptotic (large sample) performance of a family of non-data aided feedforward (NDA FF) nonlinear least-squares (NLS) type carrier frequency estimators for burst-mode phase shift keying (PSK) modulations transmitted through AWGN and flat Ricean-fading channels. The asymptotic performance of these estimators is established in closed-form expression and compared with the modified Cram`er-Rao bound (MCRB). A best linear unbiased estimator (BLUE), which exhibits the lowest asymptotic variance within the family of NDA FF NLS-type estimators, is also proposed.

    標(biāo)簽: performance asymptotic examines non-data

    上傳時間: 2015-12-30

    上傳用戶:225588

  • B樹算法實現(xiàn)

    B樹算法實現(xiàn),非常難得!btree implementation for random lookups, transaction handling, sequential access methods, and a small embeddable footprint.

    標(biāo)簽: 算法

    上傳時間: 2014-01-10

    上傳用戶:王小奇

  • This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through

    This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in a ROM/FLASH, the footprint is about 7 KBytes for the test program. This code has not been yet tested in many environment. It should be seen at your starting point to integrate the network boot function to your board.

    標(biāo)簽: implementation bootstrap protocols TFTPBOOT

    上傳時間: 2013-12-18

    上傳用戶:極客

  • The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited res

    The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a cluster, making it helpful for System Administrators even if they are not building a cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.

    標(biāo)簽: inexpensive Enterprise computers explains

    上傳時間: 2014-11-29

    上傳用戶:zhangliming420

  • FIST可堆疊文件系統(tǒng)

    FIST可堆疊文件系統(tǒng),linux文件系統(tǒng)修改相關(guān)的開源軟件,使得對linux文件系統(tǒng)功能的改進(jìn)很簡單了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    標(biāo)簽: FIST 堆疊 文件系統(tǒng)

    上傳時間: 2014-01-10

    上傳用戶:xsnjzljj

  • TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, chan

    TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, changing one s password for, and otherwise maintaining users and groups on an embedded system. It also provides shadow password support to enhance system security. TinyLogin is, as the name implies, very small, and makes an excellent complement to BusyBox on an embedded System. It can be used without BusyBox, of course, but I envision them being used together most of the time.

    標(biāo)簽: authenticated TinyLogin utilities handling

    上傳時間: 2016-01-30

    上傳用戶:253189838

  • for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distin

    for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distinguish background, foreground and theft/left pixelsShadow removal moduleDetect shadow regions in monochrome videosCamera shift detection and suppression moduleDetect of small camera shift, and suppress the false alarms due to themBlob extraction moduleExtract connected foreground and theft/left pixels as blobsTheft/left baggage distinguish moduleDistinguish theft blobs and left baggage blobs

    標(biāo)簽: platformBackground moduleMaintain subtraction background

    上傳時間: 2013-12-17

    上傳用戶:xinzhch

  • 計算機彩色顯示器顯示色彩的原理與彩色電視機一樣

    計算機彩色顯示器顯示色彩的原理與彩色電視機一樣,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:

    標(biāo)簽: 計算機 彩色顯示器 色彩 彩色電視機

    上傳時間: 2016-02-12

    上傳用戶:zhouchang199

  • 編譯的關(guān)于LL(1)詞法分析的小程序

    編譯的關(guān)于LL(1)詞法分析的小程序,適合在VC下運行-compiled on LL (1) Morphological analysis of the small programs, for the VC teachers to run the operation no problem

    標(biāo)簽: LL 編譯 程序

    上傳時間: 2014-09-01

    上傳用戶:sjyy1001

主站蜘蛛池模板: 乐平市| 宜良县| 武城县| 东辽县| 宁化县| 平度市| 普兰县| 于都县| 陵水| 呈贡县| 金川县| 苏尼特左旗| 霸州市| 安庆市| 贺兰县| 郎溪县| 方正县| 嘉鱼县| 新源县| 买车| 尚志市| 衢州市| 花莲市| 正安县| 连南| 上思县| 九寨沟县| 泰安市| 凌海市| 阿图什市| 东兰县| 平山县| 大悟县| 甘洛县| 湘潭市| 慈利县| 中江县| 徐汇区| 新巴尔虎左旗| 舟山市| 唐山市|