虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册
ass="new_part">
ass="new_part_left">
ass="dl_position">

as

ass="dl_box">
    ass="tagsarea">
  • ass="r"> ass="l">This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

    This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.

    ass="tags">标签: This measurements practical section

    ass="time">上传时间: 2015-09-20

    ass="username">上传用户:tedo811

  • ass="r"> ass="l">VC技术内幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologie

    VC技术内幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    ass="tags">标签: technologie Microsoft continued Internet

    ass="time">上传时间: 2014-11-22

    ass="username">上传用户:ggwz258

  • ass="r"> ass="l">tServer task executes functions at low priority (254). serverSend funtion is used to send a requ

    tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. as a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.

    ass="tags">标签: serverSend functions executes priority

    ass="time">上传时间: 2015-09-21

    ass="username">上传用户:tianjinfan

  • ass="r"> ass="l">The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set o

    The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work

    ass="tags">标签: algorithms MatlabBGL provides library

    ass="time">上传时间: 2014-11-17

    ass="username">上传用户:zyt

  • ass="r"> ass="l">Verilog and VHDL状态机设计

    Verilog and VHDL状态机设计,英文pdf格式 State machine design techniques for Verilog and VHDL Abstract : Designing a synchronous finite state Another way of organizing a state machine (FSM) is a common task for a digital logic only one logic block as shown in engineer. This paper will discuss a variety of issues regarding FSM design using Synopsys Design Compiler . Verilog and VHDL coding styles will be 2.0 Basic HDL coding presented. Different methodologies will be compared using real-world examples.

    ass="tags">标签: Verilog VHDL and 状态

    ass="time">上传时间: 2013-12-19

    ass="username">上传用户:change0329

  • ass="r"> ass="l">JVT-T206 contains the reference software of the Joint 4:4:4 Verification Model (JFVM) 4 in the direc

    JVT-T206 contains the reference software of the Joint 4:4:4 Verification Model (JFVM) 4 in the directory JVT-T206_jfvm_1_11 as described in JVT-T205

    ass="tags">标签: the Verification reference contains

    ass="time">上传时间: 2015-09-24

    ass="username">上传用户:TF2015

  • ass="r"> ass="l">PeerSec Networks MatrixSSL?is an embedded SSL implementation designed for small footprint applicatio

    PeerSec Networks MatrixSSL?is an embedded SSL implementation designed for small footprint applications and devices. PeerSec Networks offers a fully supported, commercial version as well as an open source version that is available for download. PeerSec MatrixSSL allows secure management of remote devices. Several secure embedded Web servers also use MatrixSSL for their encryption layer.

    ass="tags">标签: implementation applicatio MatrixSSL footprint

    ass="time">上传时间: 2014-01-18

    ass="username">上传用户:561596

  • ass="r"> ass="l">About WepDecrypt: Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based o

    About WepDecrypt: Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based on a active dictionary attack, key generator, distributed network attack and some other methods, it s based on wepattack and GPL licensed. WepDecrypt highlights: - Implemented packet filters. - Only one crypted packet is enough to start cracking - Has its own key generator. - Can crack a dumpfile over a network. - Can act as a server and client. - Also works in windows. - Has an fltk gui.

    ass="tags">标签: WepDecrypt Wepdecrypt Wireless guesses

    ass="time">上传时间: 2013-12-25

    ass="username">上传用户:6546544

  • ass="r"> ass="l">This article shows that by using the tools available and understanding the programming system, it is

    This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest of the test code. MFC comes bundled with Microsoft Visual C++ and other development systems such as Watcom C/C++ and Borland Inprise C++ Builder.

    ass="tags">标签: understanding programming available the

    ass="time">上传时间: 2014-12-02

    ass="username">上传用户:无聊来刷下

  • ass="r"> ass="l">The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services.

    The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performance under wide variations in load and, To simplify the design of complex Internet services. SEDA decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. SEDA enables services to be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.

    ass="tags">标签: Event-Driven Architecture Internet building

    ass="time">上传时间: 2015-09-28

    ass="username">上传用户:日光微澜