-
MFC Visual C++ 菜单 对话框
可以实现添加菜单操作,其中包括增加子菜单和相应的热键,适合于对MFC刚入门的学者, 简单而且明了,同时可以通过对此学习,完全能稳固菜单的相关操作,可以在基于对话框的主界面上添加菜单。
- 2022-06-20 06:14:01下载
- 积分:1
-
一具有序列化存储读取功能de的多文档-视图编程源码
一具有序列化存储读取功能de的多文档-视图编程源码-I have read the sequence of storage of multi-functional de documents- view programming source
- 2022-03-22 12:04:29下载
- 积分:1
-
华源ASP语音聊天室
资源描述需要注册DLL组件,才可以正常运行,想提高ASP技术的童鞋可以看看
- 2023-05-30 17:30:04下载
- 积分:1
-
题目:用c 语言编写的程序,一个偶数总能表示为两个素数之和。...
题目:用c 语言编写的程序,一个偶数总能表示为两个素数之和。-Tilte:a programme written by c: an idol can always be expressed as summation of two prime numbers.
- 2023-06-07 22:25:02下载
- 积分:1
-
转载:模拟电站监控系统(框架)界面很漂亮,可以参考。
转载:模拟电站监控系统(框架)界面很漂亮,可以参考。-reproduced : Analog Station Monitoring System (framework) interface is very beautiful, it can refer to.
- 2023-01-20 07:10:03下载
- 积分:1
-
用FLASH进行3D模拟,小球非常具有空间感,想研究3d算法的人可以借鉴。...
用FLASH进行3D模拟,小球非常具有空间感,想研究3d算法的人可以借鉴。-with Flash 3D simulation, the ball is very small sense of space, 3d algorithm to study the reference.
- 2022-07-07 07:47:39下载
- 积分:1
-
如何用CZip/CUnzip类压缩/解压缩文件,这个类使用gzip GNU源代码
如何用CZip/CUnzip类压缩/解压缩文件,这个类使用gzip GNU源代码-how CZip/CUnzip type compression/decompression, the type used gzip GNU source code
- 2022-02-05 16:24:53下载
- 积分:1
-
thread safe locking queue implementation in c++, easily convert to c implementat...
thread safe locking queue implementation in c++, easily convert to c implementation.
- 2022-09-26 16:50:02下载
- 积分:1
-
靠VC++语言自动画流程图的工具,相当神奇!可画BS图,NS图
靠VC++语言自动画流程图的工具,相当神奇!可画BS图,NS图-By VC++ Language since the animation flow chart tool, quite amazing! BS map can be painted, NS map
- 2022-07-04 13:59:10下载
- 积分: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