-
分割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
-
用于图书管理的VFP程序
用于图书管理的VFP程序-for library management procedures VFP
- 2022-03-23 05:44:35下载
- 积分:1
-
这个源码的作用是实现了,对话框无标题栏的拖动,是做无对话框拖动的很实用的源码。...
这个源码的作用是实现了,对话框无标题栏的拖动,是做无对话框拖动的很实用的源码。-this is a code what about no bar c++
and is very impotment
- 2022-09-16 22:35:03下载
- 积分:1
-
本程序是基于vc开发的一个独立与任何编程开发平台的游戏程序....
本程序是基于vc开发的一个独立与任何编程开发平台的游戏程序.-this program is based on one developed by vc independent of any programming platform game.
- 2023-08-17 18:30:04下载
- 积分:1
-
驱动安装和测试驱动,测试了并口读写速度,卸载驱动
驱动安装和测试驱动,测试了并口读写速度,卸载驱动-Driver installation and test-driven test the parallel port read and write speed, unload driver
- 2022-04-01 12:58:07下载
- 积分:1
-
这个是我的项目,主要是时间比较紧张,所以写得不是很好!碰撞部分用了像素和矩形碰撞!...
这个是我的项目,主要是时间比较紧张,所以写得不是很好!碰撞部分用了像素和矩形碰撞!-This is my project, mainly relatively tense time, so writing is not very good! Collision part of the pixels and rectangular with a collision!
- 2022-11-07 09:00:03下载
- 积分:1
-
C8In domestic long
C8In国内长途网络电话 V6.03
方便大家沟通-C8In domestic long-distance telephone network to facilitate communication between V6.03
- 2022-07-07 11:27:20下载
- 积分:1
-
智能电话系统的C语言代码,包括电子邮件功能模块,电话簿功能模块等多个模块。...
智能电话系统的C语言代码,包括电子邮件功能模块,电话簿功能模块等多个模块。-smart phone system in C language code and functional modules including e-mail, telephone directories and other functional modules module.
- 2022-07-04 22:20:26下载
- 积分:1
-
仓库选址问题的算法,选择在高速公路上XP的设置位置…
仓库选址问题算法,在公路上选择一个位置xp建立仓库,使得仓库为超市供货的总费用最小。-Warehouse location problem algorithm, select a location on the highway xp setting up a warehouse, allowing warehouse supermarket minimize the total cost of supply.
- 2023-02-15 10:15:03下载
- 积分:1
-
在多文档界面的状态条上放一个TAB控件,可以在状态条上直接激活或最大化各个子窗口...
在多文档界面的状态条上放一个TAB控件,可以在状态条上直接激活或最大化各个子窗口-In the multi-document interface, status bar placed on a TAB control that can directly activate the status bar, or to maximize each child window
- 2022-01-22 17:22:18下载
- 积分:1