List of Figures...................................................................................................... xv List of Tables ...................................................................................................... xxi List o
Intel 的驱动 This document contains the following sections: 1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Inter
c how to program Appendices E through I are PDF documents posted online at the book’s Companion Website (located at www.pearsonhighered.com/deitel). Preface xxi 1 Introduction to Computers, the Internet and the Web 1 1.1 Introduction 2 1.2 Computers
NUnit是一个单元测试框架,专门针对于.NET来写的.其实在前面有JUnit(Java),CPPUnit(C++),他们都是xUnit的一员.最初,它是从JUnit而来.现在的版本是2.2.接下来我所用的都是基于这个版本. NUnit最初是由James W. Newkirk, Alexei A. Vorontsov 和Philip A. Craig, 后来开发团队逐渐庞大起来.在开发过程中, Kent Beck 和Erich Gamma2位牛人也提供了许多帮助.看来对于NUnit还真是下了一
Chr x 返回以x为ASCII码的字符 如:Chr 97 得”a”Asc x 得到字符的ASCII码 如:Csc “A” 得65Cint x 将数值型数据x的小数部分四舍五入取整Str x 将数值数据x转换成字符串 如:Str 67 4 得”67 4”Val x 将字符串中的数字转换成数值 如:Val “45mn” 得45Int x 取小于等于x的最大整数 如:Int 8 4 得 9 Int 8 4 得8Fix x 将数值型数据x中的小数部分舍去CBool x 将任何有效的数字字符串或数值转