-
分割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
-
一个经典的游戏,用MFC编写,能随机发牌或输入网络…
一个经典游戏,用MFC编写,能随机发牌,输入数字!-a classical game writed by MFC, which can distribute cards randomly or input figures.
- 2022-12-29 07:50:02下载
- 积分:1
-
生产者和消费者
producer and consumer
- 2022-03-30 18:35:18下载
- 积分:1
-
knowledge and examples of D8SQLDOC,no having password of decompression
D8SQLDOC 学习 和案例 没有解压密码-knowledge and examples of D8SQLDOC,no having password of decompression
- 2023-09-08 03:45:03下载
- 积分:1
-
The use of a simple cat and mouse produced by ode45 function of simulation games...
一个运用简单的ode45函数制作的猫捉老鼠模拟小游戏,很容易懂,很容易改编-The use of a simple cat and mouse produced by ode45 function of simulation games, it is easy to understand, it is easy to adapt! ! !
- 2022-05-14 14:37:40下载
- 积分:1
-
USA 5 Track Irregularity simulation program, hoping for all of us!
模拟美国五级轨道不平顺的程序,希望对大家有用!-USA 5 Track Irregularity simulation program, hoping for all of us!
- 2022-01-23 10:22:08下载
- 积分:1
-
多功能计算器,实现了加减乘除,同时有包含了进制转换
多功能计算器,实现了加减乘除,同时有包含了进制转换-Multi-function calculator, a calculation, at the same time contains a hexadecimal conversion
- 2022-04-15 17:00:08下载
- 积分:1
-
Effective C++中文第2版,深入学习C++的好书
Effective C++中文第2版,深入学习C++的好书-err
- 2022-02-26 18:32:59下载
- 积分:1
-
一个系统托盘实例
一个系统托盘实例-example of a system tray
- 2023-08-01 00:55:02下载
- 积分:1
-
实现自动扫雷的小程序... .
实现自动扫雷的小程序... .
-Automatically mine a small program ... ....
- 2022-05-20 23:26:48下载
- 积分:1