-
分割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
-
based on the Microsoft platform, the use of ACCESS database and provide automati...
基于微软平台,使用ACCESS数据库,提供自动分页功能,ASP编程-based on the Microsoft platform, the use of ACCESS database and provide automatic paging function, ASP Programming
- 2022-01-22 01:10:04下载
- 积分:1
-
非常好用的邮件客户端
VC++编程实现收发电子邮件,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2022-08-17 06:23:27下载
- 积分:1
-
一个较为简单的迷宫程序,适合初学C++者使用
一个较为简单的迷宫程序,适合初学C++者使用-A relatively simple maze procedure, suitable for beginners to use C++
- 2022-04-19 16:07:33下载
- 积分:1
-
该程序用于模拟一个雷达显示器,可以实现雷达的显示功能.
该程序用于模拟一个雷达显示器,可以实现雷达的显示功能.-the procedure used to simulate a radar display, can achieve a radar display.
- 2023-06-11 11:45:03下载
- 积分:1
-
用以获得系统安装的各协议栈信息,并通过树形控件直观的显示出来...
用以获得系统安装的各协议栈信息,并通过树形控件直观的显示出来-for the installation of the system on the protocol stack information, and through tree controls intuitive displayed
- 2023-07-29 02:40:03下载
- 积分:1
-
Fairly good C++ Entry based on the use of tutorials, practical for beginners
相当不错的C++入门基础使用教程,实用初学者-Fairly good C++ Entry based on the use of tutorials, practical for beginners
- 2023-07-17 14:30:03下载
- 积分:1
-
又一个模拟LED显示的VC程序,能很好的显示
又一个模拟LED显示的VC程序,能很好的显示-also an LED display simulation VC procedures can be very good show
- 2022-04-20 00:55:55下载
- 积分:1
-
Proficient in Windows Vista " proficient in Windows Vista" system intro...
精通Windows Vista《精通Windows Vista》系统地介绍了Microsoft公司推出的最新操作系统――Windows Vista,该系统具有全新的界面、高度集成的功能和更快捷的操作性能,被认为是Windows系列操作系统的一次飞跃。《-Proficient in Windows Vista " proficient in Windows Vista" system introduced has introduced the latest Microsoft operating system- Windows Vista, the system interface with the new, highly integrated functionality and more efficient performance, be considered Windows family of operating systems a leap. "
- 2022-04-12 15:10:56下载
- 积分:1
-
c算法的一些应用,以帮助大家可以更好的理解C 和VC
c算法的一些应用,以帮助大家可以更好的理解C 和VC-c算法的一些应用
- 2022-11-24 00:10:04下载
- 积分:1