-
分割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
-
这是公共汽车订座保留软件。它描述对3D列阵的用途。
这是公共汽车订座保留软件。它描述对3D列阵的用途。-This is a bus reservation software. it describes the use of 3D array.
- 2022-01-30 11:18:37下载
- 积分:1
-
有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。...
有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。-There are n individuals form a circle,order. The beginning of the first reported from a number of individuals (from 1-3 off), who reported 3 out of the circle of people who asked the last remaining original issue of the first of several that.
- 2022-07-04 05:37:03下载
- 积分:1
-
从高精密工业摄像机采集视频流,且存储到内存的程序
从高精密工业摄像机采集视频流,且存储到内存的程序-From high-precision industrial cameras capture the video stream, and stored procedures into memory
- 2022-10-19 18:05:03下载
- 积分:1
-
用c实现的链表操作。可以添加、删除队列元素。并判断添加元素是否为数字。程序中有非常详细的注释。...
用c实现的链表操作。可以添加、删除队列元素。并判断添加元素是否为数字。程序中有非常详细的注释。-With c realize the operation of the list. Can add, delete queue element. And add elements to determine whether or not to digital. Program has very detailed notes.
- 2022-08-07 20:55:39下载
- 积分:1
-
串口编程调试精灵源代码
串口编程调试精灵源代码-serial programming source code debugging Stars
- 2022-03-18 14:37:36下载
- 积分:1
-
自己编的系统托盘程序
自己编的系统托盘程序-own series of the system tray procedures
- 2022-03-18 03:07:08下载
- 积分:1
-
有很多VC SOCKET编程的例程,欢迎下载
有很多VC SOCKET编程的例程,欢迎下载-There are many VC SOCKET programming routines, welcome to download
- 2022-08-17 19:28:28下载
- 积分:1
-
DELPHI实现com技术(自动化服务器,控制器)
DELPHI实现com技术(自动化服务器,控制器)-DELPHI com technology (automated servers, controller)
- 2023-02-14 08:30:03下载
- 积分:1
-
图形学基础
计算机图形学基础,采用C++的MFC框架。实现网格绘制,绘制直线、圆、以及二维图形等。并且包含基本图像的变换。直线的算法有DDA、中点画线法、Bresenham等常见的实现算法。
- 2023-02-03 06:10:04下载
- 积分:1