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/
標簽: 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 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.
標簽: fastDNAml attempt problem faster
上傳時間: 2014-01-24
上傳用戶:bjgaofei
基于IBM的NPU,5N2G的switch的開發實例,這是一個二層交換機,具體可見于文檔內部說明,用匯編以及C編寫
上傳時間: 2013-12-22
上傳用戶:sdq_123
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.
標簽: 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 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 --------------------------------------------------------------------------------
標簽: T. published McIntosh Edition
上傳時間: 2013-12-24
上傳用戶:yzhl1988
該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.
上傳時間: 2015-09-10
上傳用戶:變形金剛
硬件平臺為Xilinx Spartan3e,編譯軟件為ISE8.1,實現了九針com口通信,鍵盤輸入回顯,switch控制LED功能。
上傳時間: 2014-01-15
上傳用戶:ANRAN
《JSP網絡編程從基礎到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼,實例名稱及其所處章節如下: 第1章 JSP技術概述 實例1 第一個JSP頁面 第3章 Web開發基礎 實例2 HTML與JavaScript交互示例 第4章 JSP語法 實例3 JSP程序的基本結構 實例4 簡單數據類型綜合應用實例 實例5 包裝類綜合應用實例 實例6 數組應用實例 實例7 字符截取程序示例 實例8 查找字符串程序示例 實例9 StringBuffer綜合應用程序示例 實例10 日期數據應用示例 實例11 算術表達式綜合運用實例 實例12 switch語句示例 實例13 循環應用綜合實例 實例14 一個簡單的計數器 實例15 include指令應用示例 實例16 forward應用程序示例 實例17 param應用程序示例 實例18 plugin應用程序示例 實例19 中文字符處理程序示例 第5章 JSP的內置對象 實例20 request常用方法的應用 實例21 獲得表單數據 實例22 頁面重定向程序示例 實例23 定時刷新頁面程序示例 實例24 記住會話的用戶名 實例25 猜字母游戲 實例26 網站計數器
上傳時間: 2013-12-06
上傳用戶:bruce
if—else語句,switch語句,循環結構,do-while語句,for語句, 跳轉語句
標簽: else
上傳時間: 2014-01-22
上傳用戶:zsjzc
Source Insight Source Insight是一個革新的面向項目開發的程序編輯器和代碼瀏覽器,它擁有內置的對C/C++, C#和Java等程序的分析。Source Insight能分析你的源代碼并在你工作的同時動態維護它自己的符號數據庫,并自動為你顯示有用的上下文信息。Source Insight不僅僅是一個強大的程序編輯器,它還能顯示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的對源代碼的導航和任何程序編輯器的源信息。就將Source Insight應用到你的項目開發過程中并切實感受它為你項目開發的效率帶來的變化。
上傳時間: 2015-11-18
上傳用戶:wlcaption