-
《MiniGUI Data Sheet》V2.0.x,该文档对 MiniGUI V2.0.x 产品功能特性进行了详尽的介绍。...
《MiniGUI Data Sheet》V2.0.x,该文档对 MiniGUI V2.0.x 产品功能特性进行了详尽的介绍。-"MiniGUI Data Sheet" V2.0.x, the document on MiniGUI V2.0.x product features for a detailed explanation.
- 2022-06-28 00:00:39下载
- 积分:1
-
uml, 系统设计的应该用得着
uml, 系统设计的应该用得着-uml, system design should worthwhile
- 2022-05-26 22:49:58下载
- 积分:1
-
视窗95系统程序设计源码,大奥秘
windows95系统编程大秘籍
- 2022-03-04 14:21:28下载
- 积分:1
-
《Junit In Action》是一本很好的书,它讲了如何在J2EE架构中构建单元测试,以及如何设计...
《Junit In Action》是一本很好的书,它讲了如何在J2EE架构中构建单元测试,以及如何设计-"Junit In Action" is a very good book, which stresses how the J2EE framework Construction unit testing, and how to design
- 2022-02-12 20:05:02下载
- 积分:1
-
的人
Person-to-person realtime IP communications, like presence, VoIP and video applications, offer
clear benefits for the enterprise as time- and money-savers. Unified functionality is now available,
where all of the above are integrated into one streamlined application and interconnect with other
networks. This creates a very important business tool and usage is increasing.-Person-to-person realtime IP communicat ions, like presence, VoIP and video applications. offer clear benefits for the enterprise as time- and money-savers. Unified functionality is n ow available, where all of the above are integrated into one st reamlined application and interconnect with o ther networks. This creates a very important bu siness tool and usage is increasing.
- 2022-06-01 22:55:50下载
- 积分:1
-
"java case development" FOSS
《java案例开发》源码-"java case development" FOSS
- 2022-02-27 07:10:16下载
- 积分:1
-
好书 ATmega32的中文资料相当好啊 大家有需要的可以看看啊
好书 ATmega32的中文资料相当好啊 大家有需要的可以看看啊 -好书 ATmega32的中文
- 2022-07-03 08:40:15下载
- 积分:1
-
详细讲述了通信电子线路的基本原理和设计要领,是不可多得的资料...
详细讲述了通信电子线路的基本原理和设计要领,是不可多得的资料-Detailed account of the communication the basic principles of electronic circuits and design essentials, is a rare data
- 2023-06-06 04:15:07下载
- 积分:1
-
目录
第1章 介绍
第2章 编程工具
第3章 安全的编程
第4章 本地化与国际化...
目录
第1章 介绍
第2章 编程工具
第3章 安全的编程
第4章 本地化与国际化 - L10N 和 I18N
第5章 源代码树指南和维护发展策略
第6章 回归与性能测试
-Contents
Chapter 1 Introduction
Chapter 2 Programming Tools
Chapter 3 Security Programming
Chapter 4 localization and internationalization- L10N and I18N
Chapter 5 of the source code tree and strategy
Chapter 6 regression and performance testing
- 2022-05-15 05:07:36下载
- 积分: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