-
分割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
-
snort的修改代码,仅仅限个人使用,其后果本人不负责任
snort的修改代码,仅仅限个人使用,其后果本人不负责任-snort code changes, limited to just personal use, the consequences of irresponsible I
- 2022-01-26 07:36:51下载
- 积分:1
-
OGRE编译
编译之后,可以运行起来的一个ogre demo,如果想要运气起来,根据自己的编译环境,配置好库路径和包含的路径,不懂的可以访问www.ogre3d.org里面wiki。
- 2022-10-17 21:05:07下载
- 积分:1
-
tetrix is a easy game. i have many tetrixs.
tetrix is a easy game. i have many tetrixs.
- 2022-03-23 11:41:45下载
- 积分:1
-
重新启动操作系统的代码模块,不仅是一个porcedimien……
Codigo para reiniciar el sistema operativo, solo es un modulo con un porcedimiento.
- 2022-08-03 07:51:33下载
- 积分:1
-
不依赖于MFC的获取系统信息的类
不依赖于MFC的获取系统信息的类--The class which can obtain system_information independent on MFC
- 2022-08-03 20:17:12下载
- 积分:1
-
vs2005环境下的SSO解决方案,包含说明文档。
vs2005环境下的SSO解决方案,包含说明文档。-vs2005 environment SSO solutions, including documentation.
- 2022-03-24 19:14:25下载
- 积分:1
-
简易写字板小程序,适合初学者,简单易明白.
简易写字板小程序,适合初学者,简单易明白.-simple tablet small program for beginners and easy to understand.
- 2022-02-03 23:27:07下载
- 积分:1
-
NERO刻录SDK1.08版.里面包括了多个不同形式的demo
NERO刻录SDK1.08版.里面包括了多个不同形式的demo
-NERO Burning SDK1.08 version. Inside, including a number of different forms of demo
- 2023-04-01 03:10:04下载
- 积分:1
-
modbusTCP客户端
在Windows系统中C++编程模拟成modbusTCP客户机设备,与工控场合的modbusTCP服务机设备实现通信。modbusTCP服务机采用MCGS触摸屏。用CAsyncSocket类实现基础TCP/IP通信,接收来自服务机的modbusTCP编码,识别编码并按照modbusTCP协议编制回应信息码,通过以太网返回服务机。编程环境为Visual C++6.0,程序简洁,可作交流与参考。
- 2023-02-12 01:40:03下载
- 积分:1