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

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

Bit-Plane-Decomposition

  • This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementat

    This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementation of the TCP/IP protocol suite intended for embedded systems running low-end 8 or 16-bit microcon-trollers. The code size and RAM requirements of uIP is an order of magnitude smaller than other generic TCP/IP stacks today.

    標簽: stack implementat TCP describes

    上傳時間: 2015-09-18

    上傳用戶:zsjinju

  • This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK

    This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).

    標簽: simulates m-file This MPSK

    上傳時間: 2014-01-11

    上傳用戶:372825274

  • The MATLAB coding style, project options and synthesis directives can have a significant effect on t

    The MATLAB coding style, project options and synthesis directives can have a significant effect on the final results. Knowledge about how a particular algorithm should be implemented in hardware can be reflected in the MATLAB code to improve the results. In doing so, the MATLAB loses a bit of its abstraction but the lower-level MATLAB will infer the desired architecture into the device.

    標簽: significant directives synthesis project

    上傳時間: 2013-12-03

    上傳用戶:13517191407

  • CCS編程環境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s

    CCS編程環境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correlation result, the length is 255, 32-bit floating point.

    標簽: Correlation Algorithm programme the

    上傳時間: 2013-12-21

    上傳用戶:leixinzhuo

  • The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C.

    The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C. Slater. Also included are a number of help files, demonstration examples, and data files containing raw experimental data. The codes include single degree of freedom response, response spectrum, finite elements, numerical integration, and phase plane analysis.

    標簽: C. Engineering educational Vibration

    上傳時間: 2013-11-29

    上傳用戶:jkhjkh1982

  • Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out th

    Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve read a bit about ASP and now you are ready to build your first application. But where do you start? In my own experience, I have found that I find it easier to learn something if I actually work with it hands-on. Just reading a book or documentation doesn’t give you the practical knowledge you need to be able to rush off and start creating applications. In this article, I will discuss the creation of a very simple application. I will cover what the application will do, how we will approach writing it, demonstrate in code how we will do it, and discuss additional features that could be added to it. Writing Your First ASP Application ( Quick Start ) - Users On Your Website

    標簽: Application tutorials Writing First

    上傳時間: 2015-11-05

    上傳用戶:franktu

  • 源碼開放的加密軟件。最新版本!!可以在一個文件內部創建多樣化的加密磁盤并且將其配置為一個可以通過一個驅動器盤符訪問的虛擬磁盤.任何存儲在該虛擬磁盤上的文件可以被自動地實時加密,并且只有當使用正確的密碼

    源碼開放的加密軟件。最新版本!!可以在一個文件內部創建多樣化的加密磁盤并且將其配置為一個可以通過一個驅動器盤符訪問的虛擬磁盤.任何存儲在該虛擬磁盤上的文件可以被自動地實時加密,并且只有當使用正確的密碼或者密匙配置時才可以訪問. TrueCrypt 支持多樣化的加密算法,包括 AES-256, Blowfish (448-bit key), CAST5, Serpent, Triple DES 和 Twofish.其它的功能包括 FAT32 或者 NTFS 格式的支持,隱藏卷。

    標簽: 磁盤 加密 虛擬 源碼開放

    上傳時間: 2015-11-08

    上傳用戶:dancnc

  • UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

    UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.

    標簽: UCOS original Saether version

    上傳時間: 2015-11-14

    上傳用戶:ippler8

  • The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

    The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.

    標簽: arithmetic high-speed ultimately efficient

    上傳時間: 2014-11-30

    上傳用戶:lizhen9880

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    標簽: C. hamsterdb structure database

    上傳時間: 2013-12-11

    上傳用戶:LouieWu

主站蜘蛛池模板: 云梦县| 和平区| 华阴市| 从化市| 通辽市| 宣化县| 阜平县| 运城市| 东明县| 和林格尔县| 汤原县| 安乡县| 喜德县| 故城县| 策勒县| 鹰潭市| 屏边| 宁蒗| 三明市| 吐鲁番市| 黔江区| 托克托县| 无为县| 宣恩县| 鲁甸县| 双桥区| 大厂| 阿城市| 绵阳市| 阿瓦提县| 乐平市| 淮南市| 巴彦淖尔市| 洛隆县| 平邑县| 大荔县| 乌兰县| 保山市| 多伦县| 龙州县| 铜山县|