-
自己写的一个c++的模板排序类,提供了选择和冒泡两种常见的排序方法...
自己写的一个c++的模板排序类,提供了选择和冒泡两种常见的排序方法-Himself wrote a c++ Sort of template categories, provided the selection and bubble sort on two common methods
- 2022-06-17 09:55:19下载
- 积分:1
-
简单直接的base64编码查看器,可以在邮件收发程序中发挥作用...
简单直接的base64编码查看器,可以在邮件收发程序中发挥作用-Simple and direct viewer base64 encoding, you can send and receive e-mail program to play a role in
- 2022-02-19 21:57:46下载
- 积分:1
-
对librerira
&它很蠢,不说英语。
- 2023-03-14 04:20:04下载
- 积分:1
-
位图文件windows编程
位图文件windows编程-windows bitmap file programming
- 2022-02-22 08:21:00下载
- 积分:1
-
C语言工具集合,集成了超多C语言的工具源代码,像一些库函数的实现...
C语言工具集合,集成了超多C语言的工具源代码,像一些库函数的实现-C language tools to gather more integrated C-language source code for a tool, as some of the library functions to achieve
- 2022-02-05 10:08:46下载
- 积分:1
-
汇编语言程序设计 汇编语言程序设计52
汇编语言程序设计 汇编语言程序设计52-assembly language programming design assem bly language programming design52
- 2022-04-12 23:54:25下载
- 积分:1
-
自动反击
自动反击---浏览器标题被改,首页被改软件-automatically counterattack--- browser title was changed, a change software Home
- 2022-02-06 19:19:52下载
- 积分:1
-
近似熵
计算的时间序列的近似熵的代码。近似熵是衡量复杂性。它量化的不可预测性在时间序列的波动。要运行这个函数类型: approx_entropy ("window length","similarity measure","data set")
- 2022-04-30 06:19:17下载
- 积分:1
-
一个多线程的SOCKET程序,是用C++写的,不错的东东,大家可以
一个多线程的SOCKET程序,是用C++写的,不错的东东,大家可以-More than one thread of the SOCKET procedure is C++ Written Dongdong good, we can
- 2023-01-20 00:55:04下载
- 积分:1
-
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和...
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作―试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it
- 2022-08-17 22:59:40下载
- 积分:1