-
突破Visual C++.NET编程实例五十讲
突破Visual C++.NET编程实例五十讲-Breakthrough Visual C++. NET programming examples 50 speakers
- 2022-11-19 08:15:06下载
- 积分:1
-
Detailed POWERPCB components produced, detailing the production of Guinness POWE...
POWERPCB元件制作详解,详细介绍POWERPCB元件封装制作大全过程。-Detailed POWERPCB components produced, detailing the production of Guinness POWERPCB the process of packaging components.
- 2023-07-12 13:15:04下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1
-
这本书不错得,比较适合入门得朋友观看.
这本书不错得,比较适合入门得朋友观看.-this book is true in more suitable for entry in a friend watched.
- 2022-02-06 09:57:39下载
- 积分:1
-
32 as a Microsoft platform application programming interface, Win32 API is engag...
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。
本书是从事Windows应用程序开发的软件工程师的必备参考手册。
-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. The book begins on the Win32 API function to do a complete overview; Then function contains five main categories : window management, graphics device interface, system services, international character and network services; In the appendix to the book, to explain how the Visual Basic and Delphi to their call. The book is engaging in Windows application development software engineers must reference manual.
- 2023-06-06 10:55:03下载
- 积分:1
-
信号处理原理辅导讲义,拉普拉斯变换的定义、性质等
信号处理原理辅导讲义,拉普拉斯变换的定义、性质等-Signal Processing Principle counseling notes, the definition of Laplace transform, the nature of
- 2023-08-02 08:40:04下载
- 积分:1
-
tcpip14study_14 days Institute TCPIP transplant program reductions books _ ah!
tcpip14study_14天学会TCPIP编程裁减移植_好书啊!-tcpip14study_14 days Institute TCPIP transplant program reductions books _ ah!
- 2022-01-24 17:31:57下载
- 积分:1
-
This is a well
这是著名的C++书籍《C++ Primer》第四版的原代码!-This is a well-known C++ books "C Primer," the fourth edition of the original code!
- 2022-02-03 14:40:41下载
- 积分:1
-
是关于c语言入门的很好的一本习题方面的书,书中有对题目详细的源代码回答...
是关于c语言入门的很好的一本习题方面的书,书中有对题目详细的源代码回答-C language portal on the good aspects of an exercise book on the topic has a detailed reply to the source code
- 2022-11-02 20:25:03下载
- 积分:1
-
C++ Primer Plus第五版的学习代码
C++ Primer Plus 第五版的学习代码-C++ Primer Plus Fifth Edition of learning code
- 2022-10-03 01:55:03下载
- 积分:1