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

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

Block-oriented

  • This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S

    This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the channel, then it run the decoder, and compute the error rate.

    標簽: simulation the software channel

    上傳時間: 2015-08-06

    上傳用戶:

  • This book is intended for "hands-on" developers or advanced students interested in understanding the

    This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.

    標簽: understanding developers interested advanced

    上傳時間: 2015-08-09

    上傳用戶:epson850

  • USB海量存儲設備類規范包括四個獨立的子類規范:(ATA command的那個沒有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Tran

    USB海量存儲設備類規范包括四個獨立的子類規范:(ATA command的那個沒有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport ②USB Mass Storage Class Bulk-Only Transport ③USB Mass Storage Class ATA Command Block ④USB Mass Stroage Class UFI Command Specification。 前兩個子規范定義了數據/命令/狀態在USB上的傳輸方法。 Bulk-Only傳輸規范僅僅使用Bulk端點傳送數據/命令/狀態, CBI傳輸規范則使用Control/Bulk/Interrupt三種類型的端點進行數據/命令/狀態傳送。 后兩個子規范定義了對存儲介質的操作命令。 ATA 命令規范用于硬盤。 UFI命令規范是針對USB移動存儲而制定的,實際上UFI命令格式是基于SFF-8070i和SCSI-2規范,總共定義了19個12字節長度的操作命令。

    標簽: USB Interrupt Storgage Control

    上傳時間: 2015-08-29

    上傳用戶:aysyzxzm

  • <Spring in action>原版和代碼,是學習Spring的好資料,本書分為三大部分和兩個附錄

    <Spring in action>原版和代碼,是學習Spring的好資料,本書分為三大部分和兩個附錄,每一部分專注于Spring框架的一個領域:核心層、中間層和Web層。第一部分展示了Spring框架的兩個核心概念:反向控制(Inversion of Control,IoC)和面向切面編程(Aspect-Oriented Programming,AOP),以便理解Spring的基礎原理,這些基礎原理在本書各個章節都會用到。第二部分在第1章介紹的IoC和AOP基礎之上,展示了如何將這兩個概念應用到應用系統的中間層。第三部分走出中間層邁向顯示層,在很多J2EE系統中顯示層被稱為Web層。附錄A介紹如何開始自己的Spring應用系統,如何下載Spring以及如何編寫Ant配置文件。本書的每一部分既是建立在前一部分的基礎上,同時也都是獨立存在的,所以,讀者不必從頭開始就可以深入到各個主題。

    標簽: Spring action lt

    上傳時間: 2014-01-02

    上傳用戶:wff

  • With a worldwide community of users and more than a million dedicated programmers, Perl has proven t

    With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O Reilly s most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability. Other topics include: Complex data structures

    標簽: programmers worldwide community dedicated

    上傳時間: 2014-10-27

    上傳用戶:zhoujunzhen

  • /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command se

    /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_Entire_Chip Erase the contents of the entire chip /* Program_One_Word Alter data in one word /* Program_One_Sector Alter data in 2048 word sector /* Program_One_Block Alter data in 32K word block

    標簽: manufacturer Check_SST CFI_Query command

    上傳時間: 2013-12-15

    上傳用戶:jjj0202

  • 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.

    標簽: Verilog VHDL and 狀態

    上傳時間: 2013-12-19

    上傳用戶:change0329

  • image compression using btc algorithm. matlab program. This function accepts an image(color or gray)

    image compression using btc algorithm. matlab program. This function accepts an image(color or gray) and compresses it using the block truncation coding.

    標簽: image compression algorithm function

    上傳時間: 2013-12-11

    上傳用戶:13215175592

  • 有是一個Addison.Wesley的經典

    有是一個Addison.Wesley的經典,是學習面向對象及程序設計的經典書籍,基于Java和UML,該書為英文版Object.Oriented.Programming.with.Java.and.UML,非常非常經典,推薦給大家

    標簽: Addison Wesley

    上傳時間: 2015-10-16

    上傳用戶:WMC_geophy

  • 串口通訊類

    串口通訊類,支持異常處理,Overlapped 和Block傳輸,支持Unicode。

    標簽: 串口通訊

    上傳時間: 2015-10-21

    上傳用戶:三人用菜

主站蜘蛛池模板: 凌源市| 滕州市| 岳普湖县| 龙陵县| 夹江县| 应用必备| 云南省| 鹤庆县| 阿拉善左旗| 鄂托克前旗| 元朗区| 江源县| 元阳县| 盐亭县| 水城县| 板桥市| 藁城市| 沐川县| 紫云| 黑龙江省| 潼关县| 吴川市| 廉江市| 新乐市| 辛集市| 方山县| 天长市| 建阳市| 高淳县| 赤水市| 泾川县| 陵水| 无极县| 安吉县| 铜川市| 长葛市| 邓州市| 建湖县| 巴马| 五指山市| 内乡县|