-
分割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
-
插入排序,希尔排序,冒泡排序,快速排序,选择排序程序实现。...
插入排序,希尔排序,冒泡排序,快速排序,选择排序程序实现。-insertion sort, Hill, ranked bubble sort, quick sort, select Sort program.
- 2023-05-21 15:15:03下载
- 积分:1
-
这是一个模拟一个鲶鱼
es una simulacion de un catfish
- 2022-05-28 05:12:45下载
- 积分:1
-
C language series graphics algorithm, with the hope that useful for all
用C语言编的图形算法,学习用,希望对大家有用-C language series graphics algorithm, with the hope that useful for all
- 2022-07-21 08:40:31下载
- 积分:1
-
VC++ to achieve Hotels management system, basic functions and expansion of compr...
VC++实现宾馆酒店管理系统,基本功能及扩展全面-VC++ to achieve Hotels management system, basic functions and expansion of comprehensive
- 2022-03-21 21:59:53下载
- 积分:1
-
an MFC extension of the class. You can blow the monitor!
一个MFC扩展类。可以炸开你的显示器!-an MFC extension of the class. You can blow the monitor!
- 2022-03-23 11:02:37下载
- 积分:1
-
可以算到99.55的n次方,并且把结果以很高的精度显示出来哦
可以算到99.55的n次方,并且把结果以很高的精度显示出来哦-Can count to 99.55 of the n-th power, and the results show high accuracy Oh
- 2022-11-04 09:10:02下载
- 积分:1
-
binary a 256 colors bitmap 显示并拉伸256灰度图的程序。
binary a 256 colors bitmap 显示并拉伸256灰度图的程序。-binary a 256 colors bitmap stretching 256 grayscale display and procedures.
- 2023-02-21 04:35:03下载
- 积分:1
-
BleepInt.zip
资源描述这个程序教你如何的运用在Delphi中内嵌汇编语言来使喇叭发出美妙的声音。
- 2023-04-22 04:45:03下载
- 积分:1
-
神经网络,神经网络算法,代码,操作保证…
neural network,神经网络的BP算法的代码,保证能运行,Back Propagation-neural network, the BP neural network algorithm code, the guarantee of operation, Back Propagation
- 2022-04-27 06:22:27下载
- 积分:1