-
分割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
-
小游戏(算命)
一个小游戏(算命先生)
-A small game (fortune teller)
- 2022-04-07 22:18:03下载
- 积分:1
-
string handling procedures
字符串处理实例程序-string handling procedures
- 2022-03-23 15:49:19下载
- 积分:1
-
source file management system
源文件管理系统
- 2022-05-15 09:38:30下载
- 积分:1
-
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打...
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
- 2022-07-03 20:42:16下载
- 积分:1
-
基于stm32单片机的四轴无人机代码
基于恒拓科技无人机代码基础进行优化和修改代码。能够实现无人机超声波定高,气压计定高,gps,自动起飞,nrf与外围nrf通信,蓝牙发送上位机。
- 2022-09-02 03:20:03下载
- 积分:1
-
源代码存在于.jar文件中,包括数据库,登录初始用户名为0,密码为空...
源代码存在于.jar文件中,包括数据库,登录初始用户名为0,密码为空-Exist in the source code. Jar file, including the database, log on the initial user name is 0, the password is blank
- 2022-08-08 02:05:14下载
- 积分:1
-
diagram motor
usualy circuit diagram her control by db25 in port printer
diagram motor
usualy circuit diagram her control by db25 in port printer
- 2022-02-15 05:09:28下载
- 积分:1
-
字符串查找,从一段字符串中查找需要查找的字符或单词
字符串查找,从一段字符串中查找需要查找的字符或单词-String to find, from a string to find the need to find the characters or words
- 2023-04-11 06:20:03下载
- 积分:1
-
本程序为用VC基于对话框开发的小程序,能够列举出四个数计算24点的所有表达式。...
本程序为用VC基于对话框开发的小程序,能够列举出四个数计算24点的所有表达式。-This procedure for the use of VC based on the development of a small dialog box procedure to list the four 24-point calculated by the number of all the expressions.
- 2022-11-27 22:10:03下载
- 积分:1