虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

AL-FGB

  • Design of a protoype of an FPGA-based RFID reader supporting the ISO/IEC 18000-6C UHF RFID protocol.

    Design of a protoype of an FPGA-based RFID reader supporting the ISO/IEC 18000-6C UHF RFID protocol. Designed by Suh et al. used mainly for testing anticollision algorithms

    标签: RFID FPGA-based supporting protoype

    上传时间: 2014-01-05

    上传用户:tianyi223

  • Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedile

    Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz

    标签: 305 bilgileri kaydedile Matlabda

    上传时间: 2014-01-06

    上传用户:miaochun888

  • adaptive meanshift filter algorithm.adaptive meanshift filter algorithm.adaptive meanshift filter al

    adaptive meanshift filter algorithm.adaptive meanshift filter algorithm.adaptive meanshift filter algorithm.adaptive meanshift filter algorithm.adaptive meanshift filter algorithm.

    标签: meanshift adaptive filter algorithm

    上传时间: 2014-01-27

    上传用户:hj_18

  • Quartz is a full-featured, open source job scheduling system that can be integrated with, or used al

    Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering. Quartz is freely usable, licensed under the Apache 2.0 license.

    标签: full-featured integrated scheduling Quartz

    上传时间: 2017-08-07

    上传用户:来茴

  • Description Scientific calculator. Allows to perform caclulation with high precicion and implemen

    Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here.

    标签: Description caclulation Scientific calculator

    上传时间: 2014-01-25

    上传用户:familiarsmile

  • GPU Gems is a cool toolbox of advanced graphics techniques. Novice programmers and graphics gurus al

    GPU Gems is a cool toolbox of advanced graphics techniques. Novice programmers and graphics gurus alike will find the Gems practical, intriguing and useful.

    标签: graphics programmers techniques advanced

    上传时间: 2017-09-15

    上传用户:xaijhqx

  • This mambot adds to the external links in a content the text “ target="_blank"” . Thus, al

    This mambot adds to the external links in a content the text “ target="_blank"” . Thus, all the links pointing to external sites will be opened in a new window.

    标签: the external content mambot

    上传时间: 2013-12-17

    上传用户:zhaiyanzhong

  • Complete solution for Hardware Programming. PonyProg software and Schematics. Contains PCBs and al

    Complete solution for Hardware Programming. PonyProg software and Schematics. Contains PCBs and all the hardware diagrams needed by the Hardware Programmer. PCBs are tested and Software which is a Freeware, Works well under Windows XP and Windows Vista.

    标签: Programming Schematics and Complete

    上传时间: 2013-12-31

    上传用户:123啊

  • 判断奇数或偶数

    判断奇偶数的汇编程序CODE     SEGMENT          ASSUME   CS: CODE START:   MOV      AH,  01H         ; 调用 DOS中断的1号子功能(键入一个字符),          INT      21H              ; AL←键入一位数字          CMP   AL,  30H    ; 若输入比‘0’小的字符则重新输入   JB   START   CMP   AL,  39H    ; 若输入比‘9’大的字符则重新输入   JA   START    CLC                       ; CF标志清0          SHR      AL,  1           ; AL最低位移入CF          JNC      EVN              ; 根据CF的状态,判断输入数字的奇偶性          MOV      BL,  31H         ; 奇数,BL←1的ASCII码          JMP      DISP EVN:     MOV      BL,  30H         ; 偶数,BL←0的ASCII码 DISP:    MOV      AH,  02H         ; 调用DOS中断的2号子功能,输出字符          MOV      DL,  0AH         ; 输出换行          INT      21H          MOV      DL,  0DH         ; 输出回车          INT      21H          MOV      DL,  BL          ; 输出标志字符          INT      21H   mov   ah, 1   int   21h          MOV      AH, 4CH          ; 返回DOS          INT      21H CODE     ENDS          END      START

    标签:

    上传时间: 2015-06-10

    上传用户:zhuangxj618

  • Multi-Carrier+Spread+Spectrum+2007

    Since the principle of multi-carrier code division multiple access (MC-CDMA) was simultaneously proposed by Khaled Fazel et al. and Nathan Yee et al. at the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC) in the year 1993, multi-carrier spread spectrum (MC-SS) has rapidly become one of the most wide spread independent research topics on the field of mobile radio communications. Therefore, the International Workshop on Multi-Carrier Spread Spectrum (MC-SS) was initiated in the year 1997. Multi-carrier and spread spectrum systems with their generic air interface and adaptive technologies are considered as potential candidates to fulfill the requirements of next generation mobile communications systems.

    标签: Multi-Carrier Spectrum Spread 2007

    上传时间: 2020-05-31

    上传用户:shancjb