-
Undocumented Windows NT 中文版,作者花费了大量心血。
Undocumented Windows NT 中文版,作者花费了大量心血。-Undocumented Windows NT Chinese version, the author spent a great deal of painstaking efforts.
- 2022-03-14 23:42:01下载
- 积分:1
-
tuxedo中间件开发与配置
tuxedo中间件开发与配置-徐春金编著-tuxedo middleware development and deployment- edited by Xu Jin
- 2022-03-01 02:42:34下载
- 积分:1
-
用于电气和通信的概率和随机过程的解决方案手册…
Solution manual for < Probability and Random Processes for Electrical and Computer Engineers>>
John A. Gubner
University of Wisconsin, Madison
- 2022-11-01 03:05:03下载
- 积分:1
-
机器学习中一个重要的方法――概念学习系统。
机器学习中一个重要的方法――概念学习系统。-Machine learning in an important way- the concept of learning system.
- 2023-07-27 15:30:04下载
- 积分:1
-
Professional PHP5 code for this book
Professional PHP5 code for this book
- 2022-10-19 16:35:04下载
- 积分:1
-
介绍了MFC的ODBC和DAO类,并向读者演示了编写数据库应用程序的方法。...
介绍了MFC的ODBC和DAO类,并向读者演示了编写数据库应用程序的方法。-MFC introduced the category of ODBC and DAO, and readers demonstrated the preparation of database application procedures.
- 2022-05-30 21:11:44下载
- 积分:1
-
1.书中所有的算法均用C语言描述,并存放在一张光盘上。
2.在与本书配套的光盘中,按章存放了书中所有的算法函数程序以及例子中的主函数程序。其中在目录CHX中...
1.书中所有的算法均用C语言描述,并存放在一张光盘上。
2.在与本书配套的光盘中,按章存放了书中所有的算法函数程序以及例子中的主函数程序。其中在目录CHX中存放了第X章中所有的函数程序(X为章号),同时也存放了该章算法函数需要调用的其他章中的一些函数程序。算法函数程序的文件名为“X函数名.c”,例子中相应的主函数程序的文件名为“X函数名0.c(第一个例子)”或“X函数名1.c(第二个例子)”。
-1. The book all the algorithms are described using C language and kept on a CD-ROM. 2. In support of the CD-ROM book, the chapter by the book store all of the procedures and examples of algorithmic functions to the main function in the process. CHX in the directory in one of the first store in Chapter X of the function of all procedures (X for the chapter number), as well as the storage function s algorithm necessary to call in other chapters of the procedure some function. Algorithm procedures Function called " X function names. C" , examples of the corresponding procedures for the main function of the document, entitled " X function names 0.c (first example)" or " X function names 1.c (the second example). "
- 2022-02-22 04:02:06下载
- 积分:1
-
PDG format, asp. Net Portal
pdg格式,asp。net入门-PDG format, asp. Net Portal
- 2022-01-25 16:13:03下载
- 积分:1
-
//*** *** *** *** *** *** ***
// MSP430x1xx Demo
//*** *** *** *** *** *** ***
// MSP430x1xx Demo - Software Toggle P1.0
//
// Description Toggle P1.0 by xor ing P1.0 inside of a software loop.
// ACLK = n/a, MCLK = SMCLK = default DCO
//
// MSP430x1xx
// -----------------
// /|| XIN|-
// | | |
// --|RST XOUT|-
// | |
// | P1.0|-->LED
//
// A. Dannenberg
// Texas Instruments, Inc
// January 2006
// Built with IAR Embedded Workbench Version: 3.40A
-//***************************************
// MSP430x1xx Demo- Software Toggle P1.0
//
// Description Toggle P1.0 by xor ing P1.0 inside of a software loop.
// ACLK = n/a, MCLK = SMCLK = default DCO
//
// MSP430x1xx
//-----------------
// /|| XIN|-
// | | |
//--|RST XOUT|-
// | |
// | P1.0|-->LED
//
// A. Dannenberg
// Texas Instruments, Inc
// January 2006
// Built with IAR Embedded Workbench Version: 3.40A
- 2023-07-16 12:25:03下载
- 积分:1
-
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一...
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一个新的对象。假如类需要进一步封装创建自身实例的细节,并且控制自身实例的数目,那么可以提供静态工厂方法。
- 2023-07-11 12:10:02下载
- 积分:1