-
分割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
-
算术表达式的词法分析和语法分析,有需要的用
算术表达式的词法分析和语法分析,有需要的用-Arithmetic expressions of lexical analysis and syntax analysis, there is a need to use
- 2022-08-02 17:43:59下载
- 积分:1
-
在使用MFC和解压ZIP
在MFC中使用zip和unzip-In the MFC used in zip and unzip
- 2023-03-24 06:25:03下载
- 积分:1
-
好网址添加程序软件好用,但是还没有完善,希望大家喜欢,提出宝贵意见...
好网址添加程序软件好用,但是还没有完善,希望大家喜欢,提出宝贵意见-Add a good web site easy to use software, but not yet perfect, I hope everyone likes to give valuable advice
- 2022-04-08 14:36:05下载
- 积分:1
-
使用的时候先EnableDebugPrivilege提升权限,然后KillTask(ExeFileName: string)...
使用的时候先EnableDebugPrivilege提升权限,然后KillTask(ExeFileName: string)-KillTask
- 2022-03-24 07:06:33下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
billing management system
billing management system-billing management system
- 2023-03-23 10:45:03下载
- 积分:1
-
这是有关VC++的一个应用程序,主要实现对话框编辑的应用
这是有关VC++的一个应用程序,主要实现对话框编辑的应用-It is about a VC++ application, the main dialog editing application to achieve
- 2023-06-12 18:45:02下载
- 积分:1
-
c++实现的端口扫描器
使用visual studio 2012进行的简易端口扫描器编写,可对计算机的各个端口进行扫描后判定其打开或者是关闭的。有兴趣同学可以在源码上进行拓展开发。
- 2023-06-25 08:55:11下载
- 积分:1
-
虽然这dvbs2编译器的短帧、普通帧细节只是短暂的
hihi this dvbs2 enoder short frame and normal frame deatils just brief of it
- 2022-04-29 00:17:20下载
- 积分:1