-
android onTouch
Android中丰富多彩的onTouch事件-android onTouch
- 2022-02-06 22:06:19下载
- 积分: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
-
Java核心技术第八版(英文版),pdf格式
Java核心技术第八版(英文版),pdf格式-Java core technology Eighth Edition (English version), pdf format
- 2022-05-24 00:07:50下载
- 积分:1
-
RFID EPC GEN21.pdf RFID GEN Introduction
RFID EPC GEN21.pdf RFID GEN介绍-RFID EPC GEN21.pdf RFID GEN Introduction
- 2022-01-26 06:33:46下载
- 积分:1
-
强化学习
这里是一些关于强化学习的应用和算法,有很好的思路,可以从中举一反三,从而解决自己的问题,希望对大家能有所帮助-reinforcementlearning
- 2023-06-01 14:55:03下载
- 积分:1
-
基于OPNET的卫星通信程序,为Opnet网络仿真书籍的实例
基于OPNET的卫星通信程序,为Opnet网络仿真书籍的实例-based satellite communications procedures for Opnet Network Simulation examples of books
- 2022-07-22 23:02:39下载
- 积分:1
-
LINUX目录详解
根文件系统一般应该比较小,因为包括严格的文件和一个小的不经常改变的文件系统不容易损坏。损坏的根文件系统一般意味着除非用特定的方法(例如从...
LINUX目录详解
根文件系统一般应该比较小,因为包括严格的文件和一个小的不经常改变的文件系统不容易损坏。损坏的根文件系统一般意味着除非用特定的方法(例如从软盘)系统无法引导,所以不应该冒这个险。
根目录一般不含任何文件,除了可能的标准的系统引导映象,通常叫/vmlinuz 。所有其他文件在根文件系统的子目录中。
-LINUX Comments on the root directory system in general be relatively small, because including strict documentation and a small change of the regular file system is not easy to damage. Damage to the root system generally means that unless you use a specific method (for example, from floppy disks) system is unable to guide, they should not take the risk. Root directory generally do not contain any documents, with the possible exception of the standard guide mapping system, usually called/vmlinuz. All other documents in the root file system subdirectories.
- 2022-10-16 02:20:03下载
- 积分:1
-
Gege study notes, "jsf Easy" English version, to learn JSF help
-Gege学习笔记,jsf简易英文版,对学习jsf有帮助
- 2022-06-18 07:53:15下载
- 积分:1
-
脚本语言script的说明,教程,难度中级
脚本语言script的说明,教程,难度中级-scripting language script note, tutorials, difficulty Intermediate
- 2022-03-22 18:47:13下载
- 积分:1
-
网络编程书籍,本书大部分内容均围绕Winsock编程这一主题展开。...
网络编程书籍,本书大部分内容均围绕Winsock编程这一主题展开。-Network programming books, most of the contents of this book are the themes around the Winsock programming.
- 2022-08-07 20:11:07下载
- 积分:1