-
这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好...
这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好说的,代码跟书上的没什么两样-This is a template to achieve the minimum heap, unfortunately, do not use template specialization, or else will be more convenient to use, this achievement seems to be some problems in the destructor when an error, but I did not find reason, was very depressed . There" s really nothing, the code is no different with the book" s
- 2022-03-17 14:56:37下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
VC动态库示例程序
VC2008下创建和调用动态库的示例模板
- 2023-06-22 23:45:03下载
- 积分:1
-
WSDN 天气预报实时显示系统源码 下载 WSDN WEB图章自动生成系统的数据库实现,可添加或修改(删除)城市的天气情况,通过数据库显现在图片上,采用Micr...
WSDN 天气预报实时显示系统源码 下载 WSDN WEB图章自动生成系统的数据库实现,可添加或修改(删除)城市的天气情况,通过数据库显现在图片上,采用Microsoft公司C#.NET(GDI+)技术开发.-WSDN forecast real-time display system source code download WSDN WEB seal automatic generation system, the database can be added or modified (deleted) city weather conditions through the database appear in the pictures, using Microsoft C#.NET (GDI) technology.
- 2022-06-12 19:58:31下载
- 积分:1
-
用了TNMHTTP组件得到文本文件的正文然后以字符串形式分析格式将其中的信息分离,可以得到版本,下载地址,更新日期等信息,你可以自己增加更多,程序作相应的调整就
用了TNMHTTP组件得到文本文件的正文然后以字符串形式分析格式将其中的信息分离,可以得到版本,下载地址,更新日期等信息,你可以自己增加更多,程序作相应的调整就行了-TNMHTTP components used to be a text file with the text string then to the analysis of the format in which the information will be separate versions can be downloaded addresses, updated information, etc. You can add more, procedures adjusted accordingly on the line
- 2022-05-05 17:46:12下载
- 积分:1
-
GetAdaptersInfo函数的使用
GetAdaptersInfo函数的使用-Use GetAdaptersInfo function
- 2023-09-07 06:05:03下载
- 积分:1
-
串口发送数据源码(vc6)
串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit); 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)
- 2022-03-23 05:33:16下载
- 积分:1
-
corejava 程序
面试相关 corejava程序(哎呀,收集、 线程、 同步、 例外) 和一些基本逻辑的实时场景。
- 2022-03-23 14:27:06下载
- 积分:1
-
一个MFC的简单学生成绩数据库管理系统,适合初学者参考。
一个MFC的简单学生成绩数据库管理系统,适合初学者参考。-A simple MFC database management system for student achievement
- 2022-01-25 15:22:54下载
- 积分:1
-
亿道pxa255烧录Jflash源码,可供pxa255在linux和wince下开发使用
亿道pxa255烧录Jflash源码,可供pxa255在linux和wince下开发使用-100000000 Jflash burning pxa255 source for linux and wince in pxa255 to develop the use of
- 2022-02-22 08:27:08下载
- 积分:1