-
MFC单文档手动更换背景图片
本例采用vs2010开发工具,单文档框架结构,设置单文档背景图片,在菜单栏中弹出一个对话框,在对话框中点击按钮,然后选择bmp格式图片,调用view中的ondraw函数更换背景图片。
- 2022-08-14 23:54:42下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
这是一个播放声音文件示例,可作为告警信号用
这是一个播放声音文件示例,可作为告警信号用-This is a sample to play a sound file can be used as alarm signals
- 2022-08-13 03:04:51下载
- 积分:1
-
VC++ doc
VC++教程
VC++入门code,有老师的讲解和文档说明
很全面-VC++ doc
- 2022-06-13 04:21:57下载
- 积分:1
-
Southern region a popular cake Game Bo. Yes I am because of early development, t...
闽南地区流行的一种博饼游戏。因为是本人早期开发的,还没有图形界面。代码是用c,c++混合写的。主要思想还是偏向于面向过程-Southern region a popular cake Game Bo. Yes I am because of early development, there is no graphical interface. Code is c, c++ mixed-written. The main idea is still biased in favor of process-oriented
- 2022-02-13 12:04:47下载
- 积分:1
-
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。...
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。-annex is commonly used programming code to the common pool, compiled a dll is to accelerate the development of your win32.
- 2022-07-09 14:00:45下载
- 积分:1
-
TDMA算法
计算流体算法求解时必须使用TDMA直接求解程序,应用非常之多,尤其是流体数值计算和传热学应用居多,通过一维引申到二维和三维,扩展了算法的使用局限性
- 2023-03-20 04:10:03下载
- 积分:1
-
gram
gram-schimdt-orthogonalization matlab pro
- 2023-05-16 22:05:04下载
- 积分:1
-
动态链接库编程示例,可以通过本demo学习编写DLL的框架
动态链接库编程示例,可以通过本demo学习编写DLL的框架-Dynamic Link Library programming examples, can be prepared through this demo to learn a framework for DLL
- 2022-03-02 10:29:31下载
- 积分:1
-
基本DirectShow播放器
应用背景使用directshow的基本播放器应用,适合初学者学习关键技术采用directshow,基于win32 api的基本窗口应用,用于播放多媒体文件,适合初学者学习和了解DirectShow的用法,多媒体应用的基本架构
- 2023-01-31 06:35:04下载
- 积分:1