-
一些常用Office控件及源码,可以为初级开发者提供一些帮助。...
一些常用Office控件及源码,可以为初级开发者提供一些帮助。-Some commonly used controls and Office source code can be for junior developers to provide some help.
- 2023-06-06 03:00:03下载
- 积分:1
-
好文章,看建议
不错的文章,建议-good articles, look at the recommendations
- 2023-02-09 18:35:04下载
- 积分:1
-
计算机组织与体系结构.性能设计第六版,比较经典的教材。
计算机组织与体系结构.性能设计第六版,比较经典的教材。-Computer Organization and Architecture. Performance-based design Sixth Edition
- 2022-02-15 15:06:11下载
- 积分:1
-
基于MMC卡的嵌入式文件系统的设计与实现
基于MMC卡的嵌入式文件系统的设计与实现...
基于MMC卡的嵌入式文件系统的设计与实现
基于MMC卡的嵌入式文件系统的设计与实现-based on the MMC card Embedded File System Design and Implementation based on the MMC card embedded file system design Total and Implementation
- 2022-03-16 06:08:35下载
- 积分:1
-
相对简单的计算器,可以实现简单的四个操作。
比较简单的计算器,可以实现简单的四则运算。-Relatively simple calculator, you can achieve a simple four operations.
- 2022-08-17 18:28:55下载
- 积分:1
-
java绘图程序
java绘图程序-java drawing program
- 2023-03-11 06:50:03下载
- 积分:1
-
C是C++的基础,C++语言和C语言在很多方面是兼容的。因此,掌握了C语言,再进一步学习C++就能以一种熟悉的语法来学习面向对象的语言,从而达到事半功倍的目的。...
C是C++的基础,C++语言和C语言在很多方面是兼容的。因此,掌握了C语言,再进一步学习C++就能以一种熟悉的语法来学习面向对象的语言,从而达到事半功倍的目的。- C++ language and C language in many respects, are compatible. Therefore, the master of the C language, a further C++ will be able to study in a familiar with the study of grammar to object-oriented language, so as to achieve the purpose of a multiplier.
- 2022-02-15 18:00:10下载
- 积分:1
-
430i2c源码
430i2c源码-430i2c FOSS
- 2022-08-07 18:11:58下载
- 积分:1
-
WTL帮手Visual Studio插件
WTL helper Visual Studio Addin
- 2022-06-27 01:00:53下载
- 积分: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