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

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

switch-trees

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/

    標(biāo)簽: Installation Programmer In-System directory

    上傳時間: 2013-12-23

    上傳用戶:小儒尼尼奧

  • fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memo

    fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of the PHYLIP 3.3 DNAML program from PASCAL to C.

    標(biāo)簽: fastDNAml attempt problem faster

    上傳時間: 2014-01-24

    上傳用戶:bjgaofei

  • 基于IBM的NPU

    基于IBM的NPU,5N2G的switch的開發(fā)實(shí)例,這是一個二層交換機(jī),具體可見于文檔內(nèi)部說明,用匯編以及C編寫

    標(biāo)簽: IBM NPU

    上傳時間: 2013-12-22

    上傳用戶:sdq_123

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標(biāo)簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April

    Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April 2002. (See the catalog page for this book.) Table of Contents Copyright Page Preface Chapter 1: Perl and XML Chapter 2: An XML Recap Chapter 3: XML Basics: Reading and Writing Chapter 4: Event Streams Chapter 5: SAX Chapter 6: Tree Processing Chapter 7: DOM Chapter 8: Beyond Trees: XPath, XSLT, and More Chapter 9: RSS, SOAP, and Other XML Applications Chapter 10: Coding Strategies Index Colophon --------------------------------------------------------------------------------

    標(biāo)簽: T. published McIntosh Edition

    上傳時間: 2013-12-24

    上傳用戶:yzhl1988

  • 該程序模擬UNIX中save與resume函數(shù),并介紹在VC中如何使用匯編進(jìn)行機(jī)器級的操作. 主函數(shù)很簡單首先引入兩個外部函數(shù),extern "C"表示按傳統(tǒng)C命名習(xí)慣.函數(shù)save將程序指針保存在

    該程序模擬UNIX中save與resume函數(shù),并介紹在VC中如何使用匯編進(jìn)行機(jī)器級的操作. 主函數(shù)很簡單首先引入兩個外部函數(shù),extern "C"表示按傳統(tǒng)C命名習(xí)慣.函數(shù)save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠(yuǎn)都不會被執(zhí)行,但是運(yùn)行結(jié)果表明它被執(zhí)行了.這個問題同UNIX中處理機(jī)調(diào)度函數(shù)(switch)的那個if語句(第一句)一樣. 程序執(zhí)行完save(&sp)后得到因?yàn)闂l件為假而執(zhí)行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數(shù)很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執(zhí)行條件判斷前.resume返回1,條件滿足,執(zhí)行if語句. save函數(shù)堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數(shù)堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.

    標(biāo)簽: save resume extern 函數(shù)

    上傳時間: 2015-09-10

    上傳用戶:變形金剛

  • 硬件平臺為Xilinx Spartan3e

    硬件平臺為Xilinx Spartan3e,編譯軟件為ISE8.1,實(shí)現(xiàn)了九針com口通信,鍵盤輸入回顯,switch控制LED功能。

    標(biāo)簽: Spartan3e Xilinx 硬件平臺

    上傳時間: 2014-01-15

    上傳用戶:ANRAN

  • 《JSP網(wǎng)絡(luò)編程從基礎(chǔ)到實(shí)踐》的實(shí)例代碼目錄中包含了前10章的所有實(shí)例的源代碼

    《JSP網(wǎng)絡(luò)編程從基礎(chǔ)到實(shí)踐》的實(shí)例代碼目錄中包含了前10章的所有實(shí)例的源代碼,實(shí)例名稱及其所處章節(jié)如下: 第1章 JSP技術(shù)概述 實(shí)例1 第一個JSP頁面 第3章 Web開發(fā)基礎(chǔ) 實(shí)例2 HTML與JavaScript交互示例 第4章 JSP語法 實(shí)例3 JSP程序的基本結(jié)構(gòu) 實(shí)例4 簡單數(shù)據(jù)類型綜合應(yīng)用實(shí)例 實(shí)例5 包裝類綜合應(yīng)用實(shí)例 實(shí)例6 數(shù)組應(yīng)用實(shí)例 實(shí)例7 字符截取程序示例 實(shí)例8 查找字符串程序示例 實(shí)例9 StringBuffer綜合應(yīng)用程序示例 實(shí)例10 日期數(shù)據(jù)應(yīng)用示例 實(shí)例11 算術(shù)表達(dá)式綜合運(yùn)用實(shí)例 實(shí)例12 switch語句示例 實(shí)例13 循環(huán)應(yīng)用綜合實(shí)例 實(shí)例14 一個簡單的計(jì)數(shù)器 實(shí)例15 include指令應(yīng)用示例 實(shí)例16 forward應(yīng)用程序示例 實(shí)例17 param應(yīng)用程序示例 實(shí)例18 plugin應(yīng)用程序示例 實(shí)例19 中文字符處理程序示例 第5章 JSP的內(nèi)置對象 實(shí)例20 request常用方法的應(yīng)用 實(shí)例21 獲得表單數(shù)據(jù) 實(shí)例22 頁面重定向程序示例 實(shí)例23 定時刷新頁面程序示例 實(shí)例24 記住會話的用戶名 實(shí)例25 猜字母游戲 實(shí)例26 網(wǎng)站計(jì)數(shù)器

    標(biāo)簽: JSP 網(wǎng)絡(luò)編程 實(shí)踐 代碼

    上傳時間: 2013-12-06

    上傳用戶:bruce

  • if—else語句

    if—else語句,switch語句,循環(huán)結(jié)構(gòu),do-while語句,for語句, 跳轉(zhuǎn)語句

    標(biāo)簽: else

    上傳時間: 2014-01-22

    上傳用戶:zsjzc

  • Source Insight Source Insight是一個革新的面向項(xiàng)目開發(fā)的程序編輯器和代碼瀏覽器

    Source Insight Source Insight是一個革新的面向項(xiàng)目開發(fā)的程序編輯器和代碼瀏覽器,它擁有內(nèi)置的對C/C++, C#和Java等程序的分析。Source Insight能分析你的源代碼并在你工作的同時動態(tài)維護(hù)它自己的符號數(shù)據(jù)庫,并自動為你顯示有用的上下文信息。Source Insight不僅僅是一個強(qiáng)大的程序編輯器,它還能顯示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的對源代碼的導(dǎo)航和任何程序編輯器的源信息。就將Source Insight應(yīng)用到你的項(xiàng)目開發(fā)過程中并切實(shí)感受它為你項(xiàng)目開發(fā)的效率帶來的變化。

    標(biāo)簽: Insight Source 項(xiàng)目 程序

    上傳時間: 2015-11-18

    上傳用戶:wlcaption

主站蜘蛛池模板: 喀喇沁旗| 育儿| 平武县| 红安县| 宁明县| 玛沁县| 安平县| 铁岭市| 临沭县| 开鲁县| 连城县| 邯郸县| 棋牌| 万年县| 上栗县| 文登市| 阜宁县| 安顺市| 永善县| 堆龙德庆县| 都昌县| 西青区| 英吉沙县| 延吉市| 闸北区| 赣州市| 弥渡县| 平昌县| 杨浦区| 樟树市| 抚宁县| 延吉市| 江永县| 富源县| 五峰| 南充市| 洛宁县| 徐州市| 新源县| 德州市| 航空|