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

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

DEPTH-first

  • The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab

    The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtual machine must have an in-depth understanding of its binary class format and instruction set. If you are programming with the Java programming language, knowledge of the Java virtual machine will give you valuable insight into the Java platform s security capabilities and cross-platform portability. It will increase your understanding of the Java programming language, enabling you to improve the security and performance of your programs.

    標(biāo)簽: machine Java technology computing

    上傳時(shí)間: 2016-05-03

    上傳用戶:zhenyushaw

  • The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is

    The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is the first public revision of the PXI specification.

    標(biāo)簽: Specification copyrighted PXI Hardware

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

    上傳用戶:cazjing

  • This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 T

    This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses the pilot s stick pitch command as the set point for the aircraft s pitch attitude and uses aircraft pitch angle and pitch rate to determine commands. A simplified Dryden wind gust model is incorporated to perturb the system.

    標(biāo)簽: demonstration longitudinal Aerospace Grumman

    上傳時(shí)間: 2016-05-17

    上傳用戶:wang5829

  • There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run

    There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run jakesmodel.m first 2] Then run bpsk_spread.m . 3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented 4] The resulting performance is stored in BER_awgn. 5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file. 6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable. 7] Run the simulation. To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray

    標(biāo)簽: bpsk_spread jakesmodel simulation folder

    上傳時(shí)間: 2016-05-19

    上傳用戶:ynsnjs

  • 本程序要求用戶在控制臺(tái)里輸入非終極符

    本程序要求用戶在控制臺(tái)里輸入非終極符,終結(jié)符與產(chǎn)生式,然后對用戶輸入的文法進(jìn)行分析,得出first集 與follow 集,并打印出預(yù)測分析表用戶決定是否繼續(xù)進(jìn)行句型分析,如繼續(xù)則給出符號(hào)分析棧的實(shí)現(xiàn),從而判斷剛輸入的句子是否為符合該文法的句子。 該程序遵循LL(1) 文法FIRST(A)的構(gòu)造:是A的所有可能推導(dǎo)的開頭終結(jié)符或可能的ε FOLLOW(A)是所有句型中出現(xiàn)在緊接A之后的非終結(jié)符或“#” 預(yù)測分析程序 構(gòu)造LL(1)分析表 ⅰ,構(gòu)造文法中所有元素的FIRST和FOLLOW集合 ⅱ,對文法G的每個(gè)產(chǎn)生式A->α執(zhí)行第三步和第四步 ⅲ,對每個(gè)終結(jié)符a∈FIRST(α),把A->α加至M[A,a] ⅳ,若ε∈FIRST(α),則對任何b∈FOLLOW(A)把A->α加至M[A,b]中 ⅴ,把所有無定義的M[A,a]標(biāo)上“出錯(cuò)標(biāo)志”

    標(biāo)簽: 程序 用戶 控制臺(tái) 輸入

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

    上傳用戶:jackgao

  • Library and command line program for Huffman encoding and decoding both files and chunks of memory.

    Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa

    標(biāo)簽: and encoding decoding Library

    上傳時(shí)間: 2016-06-01

    上傳用戶:zhaiye

  • 檢索無向圖中的最短路徑

    檢索無向圖中的最短路徑,使用breast first search

    標(biāo)簽: 檢索 無向圖 最短路徑

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

    上傳用戶:colinal

  • OSPF是一種路由選擇協(xié)議。路由選擇算法和路由選擇協(xié)議在概念上是不同的。網(wǎng)絡(luò)上的主機(jī)、路由器通過路由選擇算法形成路由表

    OSPF是一種路由選擇協(xié)議。路由選擇算法和路由選擇協(xié)議在概念上是不同的。網(wǎng)絡(luò)上的主機(jī)、路由器通過路由選擇算法形成路由表,以確定發(fā)送分組的傳輸路徑。而路由選擇協(xié)議是路由器用來建立路由表和更新路由信息的通信協(xié)議。 開放最短路徑優(yōu)先協(xié)議(Open Shortest Path First,OSPF)是目前最主要的內(nèi)部網(wǎng)關(guān)協(xié)議之一。通過本課程設(shè)計(jì),學(xué)生可以對路由表的建立和路由信息的更新等有更直觀和清晰的認(rèn)識(shí)。

    標(biāo)簽: 路由選擇 OSPF 協(xié)議 算法

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

    上傳用戶:笨小孩

  • LL1通用語法分析器

    LL1通用語法分析器,有消除左遞歸,F(xiàn)IRST集合、FOLLOW集合、分析表生成等功能

    標(biāo)簽: LL1 語法分析器

    上傳時(shí)間: 2014-08-12

    上傳用戶:450976175

  • Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as

    Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button

    標(biāo)簽: the password machine Client

    上傳時(shí)間: 2016-06-27

    上傳用戶:xsnjzljj

主站蜘蛛池模板: 嵩明县| 梓潼县| 新泰市| 红河县| 石林| 淮北市| 都昌县| 开原市| 玛沁县| 余江县| 遵义县| 安塞县| 望都县| 高雄县| 望城县| 广南县| 克什克腾旗| 临潭县| 青海省| 白山市| 西平县| 安塞县| 九江市| 吉首市| 青州市| 二连浩特市| 卓尼县| 垣曲县| 烟台市| 张北县| 九龙坡区| 香港 | 沾化县| 汝南县| 双峰县| 棋牌| 海林市| 永新县| 靖宇县| 新宾| 沾益县|