-
《COM技术内幕》配套代码,书里的代码,这个就不用介绍了吧。...
《COM技术内幕》配套代码,书里的代码,这个就不用介绍了吧。-"COM insider" complementary code, the code book, this would not have introduced it.
- 2023-01-30 16:30:04下载
- 积分:1
-
VESA monitor timing standard
VESA monitor timing standard
- 2022-01-24 17:33:13下载
- 积分:1
-
基于LPC2478的原理图和电路板
基于LPC2478的原理图和电路板-DXP2006,用于工业控制方面的电子设计-LPC2478,DXP2006
- 2022-02-01 23:55:27下载
- 积分:1
-
是该书上的例子源码
是该书上的例子源码-book is the example source code
- 2022-02-12 09:07:18下载
- 积分:1
-
这本书是一本手
This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advanced topics such as networking and real-time operating
systems. It is accompanied by a CD-ROM containing copies of all programs
and software tools used in the text and a `student version of the C
complier
Designing Embedded Systems with PIC Microcontrollers: Principles and
Applications is ideal for students of electronics, mechatronics and
computer engineering. Engineers in industry and informed hobbyists will
also find this book a valuable resource when designing and implementing
both simple and sophisticated embedded systems using the PIC
Microcontroller.
- 2022-05-19 08:28:40下载
- 积分:1
-
希望我提供的代码对大家有帮助
希望我提供的代码对大家有帮助-I hope for the code to be helpful
- 2022-07-03 17:45:49下载
- 积分:1
-
Visiual basic 基础教程!适合于初学者!
Visiual basic 基础教程!适合于初学者!-Visiual basic Essentials! Suitable for beginners!
- 2022-07-14 22:03:45下载
- 积分:1
-
中文Windows Server 2003网络管理与网站构建
中文Windows Server 2003网络管理与网站构建-Chinese Windows Server 2003 Network Management and Construction Site
- 2023-05-09 16:55:03下载
- 积分:1
-
Software Development in C: A Practical Approach to Programming and Design
软件开...
Software Development in C: A Practical Approach to Programming and Design
软件开发:编程与设计(C))――国外经典教材・计算机科学与技术 这本书的所有代码-Software Development in C: A Practical Approach to Programming and Design Software Development: Programming and Design (C))- foreign classic textbook of computer science and technology of this book all the code
- 2022-02-07 12:29:45下载
- 积分: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