-
分割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
-
I/O reference beginners to practice procedures.
I/O初学者参考,练习程序。-I/O reference beginners to practice procedures.
- 2022-01-31 06:00:42下载
- 积分:1
-
自己写的cap的代码,用cap4来进行捕获,来计算信号的频率和周期,已经调试通过...
自己写的cap的代码,用cap4来进行捕获,来计算信号的频率和周期,已经调试通过-Cap their own written code, with cap4 to capture, to calculate the signal frequency and periodicity, have been debugging through
- 2022-04-06 09:27:30下载
- 积分:1
-
VB编程实现改变系统日期格式.含有vb源码.
VB编程实现改变系统日期格式.含有vb源码.-VB Programming to change the system date format. Containing the vb source code.
- 2022-01-22 14:58:12下载
- 积分:1
-
This is the Chat Application that developed using the MFC Visual C++. (Only EXE...
This the Chat Application that developed using the MFC Visual C++. (Only EXE s) Application contain the Client.exe and Server.exe-This is the Chat Application that developed using the MFC Visual C++. (Only EXE s) Application contain the Client.exe and Server.exe
- 2022-02-09 21:42:46下载
- 积分:1
-
使剪贴板是系统中个进程共享的一块重要区域。在不同的应用程序之间传送数据的时候,首要的选择就是利用剪贴板。不仅如此,在同一个程序的不同窗体之间拷贝数据的时候也常常...
使剪贴板是系统中个进程共享的一块重要区域。在不同的应用程序之间传送数据的时候,首要的选择就是利用剪贴板。不仅如此,在同一个程序的不同窗体之间拷贝数据的时候也常常使用剪贴板。剪贴板是视窗操作系统中不可缺少的一部分。本程序演示了如何访问剪贴板中的各种数据。用VC访问剪贴板源程序-so clipboard system is out of a process of sharing important region. In different applications transmission of data between the time, the first option is the use of the clipboard. Not only that, with a program to copy between different forms of data often use the clipboard. Windows clipboard is an indispensable part. This program demonstrated how to access the clipboard data. VC visit clipboard source
- 2022-11-18 10:40:03下载
- 积分:1
-
图书馆小程序 图书馆小程序 图书馆小程序
图书馆小程序 图书馆小程序 图书馆小程序-Library Library applet applet applet Library Library Library applet applet
- 2022-02-20 01:01:53下载
- 积分:1
-
从hp53132a频率计数器,读取数据显示图,计算统计数据
从频率计数器HP53132A读取数据,显示绘图,计算统计。
- 2022-11-27 01:10:03下载
- 积分:1
-
VC++ to achieve a simple voice player can be used for reference for beginners to...
VC++6.0下使用DirectX的教程级源代码,主要是DirectDraw对象-VC++ 6.0 use DirectX tutorial class source code, mainly DirectDraw object
- 2023-02-22 09:20:04下载
- 积分:1
-
简单文件索引
资源描述使用树形结构保存Windows文件系统的目录结构,提供类似于Win32接口的文件查找、加入、删除功能。
- 2023-04-23 22:10:04下载
- 积分:1