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

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

depth-first

  • 了解語法分析器的內部工作原理

    了解語法分析器的內部工作原理,通過在本次實驗中運用一定的編程技巧,掌握對表達式進行處理的一種方法。① 對輸入文法,由程序自動構造FIRST FOLLOW集② 對輸入文法,由程序自動生成它的LL(1)分析表;③ 對于給定的輸入串,應能判斷識別該串是否為給定文法的句型。

    標簽: 語法分析器 工作原理

    上傳時間: 2014-01-06

    上傳用戶:13215175592

  • Predefined Style options define the style by setting several other options. If other options are als

    Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp

    標簽: options other Predefined setting

    上傳時間: 2014-12-21

    上傳用戶:zhangliming420

  • The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly.

    The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly. This refreshed resource takes an in-depth look at everything you need to know to join a network. Topics covered include all of the essential networking software that comes with the Linux operating system, plus information on a host of cutting-edge services including wireless hubs, spam filtering, and more

    標簽: Linux Administrator Edition Network

    上傳時間: 2015-09-19

    上傳用戶:

  • tServer task executes functions at low priority (254). serverSend funtion is used to send a requ

    tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.

    標簽: serverSend functions executes priority

    上傳時間: 2015-09-21

    上傳用戶:tianjinfan

  • In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to

    In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning system was designed in a wireless mobile ad-hoc learning environment. This is first result to provide a cognitive tool with supporting the independent learning by applying PDA with wireless communication technology to extend learning outside of the classroom. Independent learning consists of self-selection, self-determination, self-modification, and self-checking.

    標簽: butterfly-watching development describe learning

    上傳時間: 2014-11-26

    上傳用戶:waizhang

  • 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

  • 軟件開發工程是有趣的、多產的

    軟件開發工程是有趣的、多產的,甚至是大膽的。同時,它也能源源不斷地帶來商業價值,并保持在我們的掌控之下。 極限編程(XP)的構思和發展是針對小型團隊進行軟件開發時,在面對不確知的、變化的需求時所產生的特定需要的。這一新的、輕量級的方法學對許多傳統思維提出了挑戰,這其中包括一個一直以來的假設,即在軟件開發過程中,對軟件進行一個小小的改動就必然會使其開發成本大大增加。極限編程認可軟件開發工程應該節約成本,而且一旦實現了某種節約就應該加以開發利用。 你可以喜歡XP,也可以恨它,但是本書將會使你對如何開發軟件有一個全新的認識。KentBeck擁有并經營著First Class軟件公司,在這里他把主要精力放在兩個最大的興趣上——模式和極限編程。他一直在研究軟件開發的先驅模式、CRC卡、HotDraw畫圖編輯器框架、xUnit單元測試框架以及測試為先的編程。他發表了五十多篇關于編程的文章,并出版了《The Smalltalk Best Practice Patterns》(Prentice-Hall出版社)和《Kent Beck’s Guide to Better Smalltalk:A Sorted Collection》(劍橋大學出版社)兩本著作,同時他還是超級暢銷書《重構——改善既有代碼的設計》(中英文版皆由中國電力出版社出版)的特約撰稿人。

    標簽: 軟件開發 工程

    上傳時間: 2015-10-02

    上傳用戶:邶刖

  • This thorough, hands-on reference for database developers and administrators delivers expert guidanc

    This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.

    標簽: administrators developers reference thorough

    上傳時間: 2013-12-29

    上傳用戶:Avoid98

  • This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar

    This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.

    標簽: number binairy-stored represent LARGE

    上傳時間: 2015-10-08

    上傳用戶:xieguodong1234

  • Do your applications look a little boring? Would you like to get spectacular yet easy to use visual

    Do your applications look a little boring? Would you like to get spectacular yet easy to use visual effects? Billenium Effects will give your applications a different touch without interfering with your existing code. For example, just by dropping two components to your Splash Screen or About form they will be shown with a professional transition effect that will delight your customers. First impressions count!

    標簽: applications spectacular little boring

    上傳時間: 2015-10-09

    上傳用戶:dreamboy36

主站蜘蛛池模板: 汶川县| 山西省| 西林县| 建平县| 新安县| 吉林省| 乌拉特前旗| 张家口市| 夏津县| 山东省| 上蔡县| 香河县| 孟连| 汤阴县| 蕉岭县| 康定县| 堆龙德庆县| 霍林郭勒市| 厦门市| 秀山| 南安市| 安乡县| 资溪县| 右玉县| 天峻县| 奉新县| 慈利县| 南江县| 肥东县| 沽源县| 四子王旗| 安康市| 司法| 合川市| 德惠市| 安达市| 永胜县| 绍兴市| 炉霍县| 措勤县| 将乐县|