-
pSOS的一些资料,还不错
pSOS的一些资料,还不错-pSOS some of the information, but also good
- 2022-08-22 10:24:56下载
- 积分:1
-
C++知识点总结,对初级学员很有帮助
C++知识点总结,对初级学员很有帮助
-C++ knowledge point summary, very helpful for junior students.
- 2022-08-05 11:40:49下载
- 积分:1
-
微软crm1.2 SDK文档
microsoft CRM1.2 SDK document
- 2023-04-01 12:40:03下载
- 积分: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
-
这是一个介绍 tuxedo 在银行业程序开发中使用例子的图书。
这是一个介绍 tuxedo 在银行业程序开发中使用例子的图书。-This is a tuxedo on the development of the banking procedures examples of the use of the books.
- 2023-06-23 06:20:03下载
- 积分:1
-
Classical programming language learning materials, very useful and worth reading...
经典编程语言的学习教材,非常的有用,值得反复研读-Classical programming language learning materials, very useful and worth reading again
- 2022-05-22 06:40:09下载
- 积分:1
-
详细的介绍了VC和matlab之间的编程接口,让你的VC里面轻松的调用Matlab的函数,我觉得很好,强烈推荐给大家...
详细的介绍了VC和matlab之间的编程接口,让你的VC里面轻松的调用Matlab的函数,我觉得很好,强烈推荐给大家-Detail between the VC and matlab programming interface, allows you to easily inside the VC call Matlab function, I feel very good, strongly recommended to everybody
- 2022-05-25 02:37:43下载
- 积分:1
-
ata7主机和硬盘接口协议版本7。美国国家标准…
ata7 主机和硬盘接口协议版本7. 美国国家标准, 物理层协议到信号层协议-ata7 mainframe and hard disk interface protocol version 7. American National Standards, physical layer protocol to signal layer protocol
- 2022-02-02 11:26:03下载
- 积分:1
-
《C#案例开发》书本源代码!!!对学习C#有帮助!!大家一起学习...
《C#案例开发》书本源代码!!!对学习C#有帮助!!大家一起学习
- 2022-07-24 21:30:25下载
- 积分:1
-
缓冲区溢出漏洞是软件安全领域中最为严重的漏洞类型之一。本文首先总结出可能导致缓冲区溢出的C++函数列表。然后提出一种基于缺陷模型的缓冲区溢出漏洞的检测方法。...
缓冲区溢出漏洞是软件安全领域中最为严重的漏洞类型之一。本文首先总结出可能导致缓冲区溢出的C++函数列表。然后提出一种基于缺陷模型的缓冲区溢出漏洞的检测方法。-Buffer overflow in the software area of security, one of the most serious type of vulnerability. In this paper, summed up could lead to a buffer overflow list of C++ functions. Then present a model-based buffer overflow flaw detection methods.
- 2023-08-24 04:00:03下载
- 积分:1