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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Multiple-Output

  • As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro

    As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related data can be stored together in arrays or structures.

    標(biāo)簽: programming variables language Fortran

    上傳時(shí)間: 2017-05-18

    上傳用戶:hongmo

  • This is a Switch simulation... with 4 types of switches... and also we have average simulation tim

    This is a Switch simulation... with 4 types of switches... and also we have average simulation time over these 4 switches 1. No Queue 2. Input Queue 3. Input Queue with iterative 4. Output QUeue

    標(biāo)簽: simulation switches average Switch

    上傳時(shí)間: 2017-05-20

    上傳用戶:徐孺

  • Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2

    Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair

    標(biāo)簽: monoalphabetic Playfair provides security

    上傳時(shí)間: 2017-05-25

    上傳用戶:變形金剛

  • This program illustrates the effect of alising of frequency leading to signal distortion,the outpu

    This program illustrates the effect of alising of frequency leading to signal distortion,the output graph illustrates frequency respose due to alliasing,easy for students learning DSP

    標(biāo)簽: illustrates distortion frequency the

    上傳時(shí)間: 2017-05-30

    上傳用戶:daguda

  • This contribution provides functions for finding an optimum parameter set using the evolutionary alg

    This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go.

    標(biāo)簽: contribution evolutionary functions parameter

    上傳時(shí)間: 2017-06-03

    上傳用戶:海陸空653

  • This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system

    This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert batch file. This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine. Tool chain ---------- FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM -> MPASM FUZZY.ASM -> INTEL HEX Fuzzy input registers --------------------- current_ins 1..8 x 8-bit raw inputs Fuzzy inference function ------------------------ FuzzyEngine Fuzzy output registers ---------------------- cog_outs 1..8 x 8-bit raw outputs

    標(biāo)簽: fuzzy development implements PIC-based

    上傳時(shí)間: 2014-01-18

    上傳用戶:caozhizhi

  • 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

    生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動(dòng).mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動(dòng).mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a

    標(biāo)簽: TrickTest tricktest command source

    上傳時(shí)間: 2014-01-23

    上傳用戶:水口鴻勝電器

  • This book gives a concise description of the Java 2 programming language. They give a quick referen

    This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail. These book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.

    標(biāo)簽: description programming language concise

    上傳時(shí)間: 2017-06-20

    上傳用戶:asdkin

  • This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.

    This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.

    標(biāo)簽: full-hardware compressor algorithm features

    上傳時(shí)間: 2014-01-14

    上傳用戶:Shaikh

  • This code outputs various NMEA strings to a com port. The code was originally used to test naviati

    This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.

    標(biāo)簽: code originally outputs naviati

    上傳時(shí)間: 2013-11-30

    上傳用戶:熊少鋒

主站蜘蛛池模板: 肇庆市| 宁化县| 祁东县| 天长市| 兴业县| 密山市| 博兴县| 唐河县| 岑巩县| 闽清县| 盐亭县| 连江县| 吐鲁番市| 和田县| 湘阴县| 太康县| 内乡县| 西华县| 乐业县| 贺州市| 溧水县| 治多县| 巴青县| 临汾市| 岗巴县| 鄂尔多斯市| 乌兰浩特市| 阳信县| 亚东县| 定南县| 互助| 志丹县| 革吉县| 奉节县| 姜堰市| 梧州市| 土默特左旗| 英山县| 道真| 姜堰市| 舒兰市|