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

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

was

  • If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic

    If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic conundrum was coined by George Berkeley (1685-1753), the Bishop and influential Irish philosopher whose primary philosophical achievement is the advancement of what has come to be called subjective idealism. He wrote a number of works, of which the most widely-read are Treatise Concerning the Principles of Human Knowledge (1710) and Three Dialogues between Hylas and Philonous (1713) (Philonous, the "lover of the mind," representing Berkeley himself).

    標(biāo)簽: there classic forest nobody

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

    上傳用戶:stvnash

  • 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

    上傳用戶:變形金剛

  • Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/

    Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes

    標(biāo)簽: Generate Possion between random

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

    上傳用戶:bibirnovis

  • This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different

    This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different IR remotes, and then execute any assigned actions controlled by learned IR remote. This project was developed using Keil 8051 compiler. Processor - Atmel AT89C51 Frequency - 22.1184 Mhz (described as OSC_FREQ in "timer.h") Timer 0 - system timer (used for timeouts and delays) Also, look in folder /doc for additional information about IR codes formats and codes from different manufacturers.

    標(biāo)簽: learn automation Infra-Red different

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

    上傳用戶:無聊來刷下

  • This is a simple algorithm that downloads trading data from yahoo database. It is basically a large

    This is a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements. Some of the functionalities of the package: - User defined ticker list. - Function for downloading most recent SP500 composition in ticker list. - Control for bad data (e.g. a certain percentage of prices missing). - Choice of frequency of data (e.g. weekly prices). - Choice of starting and ending data. - Function for saving the whole data in a pre-formatted excel file together with a full reports on missing data.

    標(biāo)簽: algorithm downloads basically database

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

    上傳用戶:啊颯颯大師的

  • Software-defined radios (SDRs) have been around for more than a decade. The first complete Global P

    Software-defined radios (SDRs) have been around for more than a decade. The first complete Global Positioning System (GPS) implementation was described by Dennis Akos in 1997. Since then several research groups have presented their contributions.We therefore find it timely to publish an up-to-date text on the subject and at the same time include Galileo, the forthcoming European satellitebased navigation system. Both GPS and Galileo belong to the category of Global Navigation Satellite Systems (GNSS).

    標(biāo)簽: Software-defined complete Global radios

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

    上傳用戶:wkchong

  • High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F

    High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the USB signaling requirements. Today s gate arrays operate comfortably between 30 and 60 MHz. With USB 2.0 signaling running at hundreds of MHz, the existing design methodology must change.

    標(biāo)簽: technology 2.0 USB designed

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

    上傳用戶:二驅(qū)蚊器

  • High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F

    High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the USB signaling requirements. Today s gate arrays operate comfortably between 30 and 60 MHz. With USB 2.0 signaling running at hundreds of MHz, the existing design methodology must change.

    標(biāo)簽: technology 2.0 USB designed

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

    上傳用戶:zhoujunzhen

  • Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an u

    Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas. GUI Ant-Miner differs from the original algorithm as follows: It has a friendly graphical user interface, makes possible the use of ant populations within the Ant Colony Optimization (ACO) concept, data input file is standardized with the well-known Weka system, and runs on virtually any operating system since it is written in Java.

    標(biāo)簽: classification description extracting Ant-Miner

    上傳時(shí)間: 2013-12-18

    上傳用戶:gonuiln

  • MySQL is the world’s most popular open source database, sporting a barrier of entry low enough to

    MySQL is the world’s most popular open source database, sporting a barrier of entry low enough to attract novice developers yet powerful enough to power some of the world’s most popular websites, among them Yahoo!, BBC News, the U.S. Census Bureau, and Craigslist. This reference card was created to help you quickly navigate some of MySQL’s most popular features. Covering topics such as confguration, administration software, backup procedures, SQL features, and user management, this card will serve as a handy desk reference for countless projects to come.

    標(biāo)簽: database sporting barrier popular

    上傳時(shí)間: 2017-07-13

    上傳用戶:weiwolkt

主站蜘蛛池模板: 杭州市| 舟曲县| 翁牛特旗| 通城县| 拉孜县| 包头市| 旌德县| 称多县| 乐平市| 张家界市| 扶风县| 海盐县| 西昌市| 彭阳县| 北辰区| 都江堰市| 乌拉特中旗| 上高县| 淮北市| 阳江市| 布尔津县| 喀喇| 宾川县| 平定县| 周宁县| 依兰县| 峡江县| 确山县| 嵊泗县| 永寿县| 大港区| 工布江达县| 华阴市| 西藏| 原平市| 温州市| 三穗县| 额敏县| 天津市| 同仁县| 日喀则市|