-
分割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
-
基于TCP/IP协议的服务器客户端程序
基于Windows Socket编程,c#语言编写,通俗易懂,适合初学者,文件夹分为三部分,一部分是客户端程序,一部分是服务器程序,另一部分是源程序。windows socket的初始化,创建套接字,发送,接收函数等都放在源程序的源文件中,客户端,服务器程序等对源程序里的文件进行调用
- 2023-06-08 19:20:07下载
- 积分:1
-
Introduction to serial programming under Linux, we are interested to take a look...
Linux 下串口编程入门,大家有兴趣就看看吧-Introduction to serial programming under Linux, we are interested to take a look at it
- 2022-07-10 02:36:09下载
- 积分:1
-
sniffer
嗅探代码,可以嗅探网络协议,进行网络分析和解码-sniffer
- 2022-01-28 00:43:28下载
- 积分:1
-
包括了图像平滑和图像增强,边缘检测,二值化和细化,面积测量等。...
包括了图像平滑和图像增强,边缘检测,二值化和细化,面积测量等。-including image smoothing and image enhancement, edge detection, two values and refinement, area measurement.
- 2022-07-21 12:25:46下载
- 积分:1
-
进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握....
进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握.-process scheduler process management is one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process and transform running PV operation to deepen understanding and mastering.
- 2022-08-17 02:18:24下载
- 积分:1
-
由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编...
由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编译和连接。 数据库文件存放在Windows CE 设备的CF(Compact Flash)存储卡上,程序运行时,要求设备有CF存储卡。-is based on the Windows CE procedures, it is not in ordinary C or VC debugging environment. Should the Microsoft Platform Builder 3.0 development system compiler and linker. Database files stored in the Windows CE devices CF (Compact Flash) memory card, operating procedures, require equipment CF memory card.
- 2022-02-25 01:59:13下载
- 积分:1
-
一个用于测试系统速度的小程序,简单但是使用。for vc only
一个用于测试系统速度的小程序,简单但是使用。for vc only -a speed test system for the small program, but simple to use. For vc only
- 2022-03-05 02:51:10下载
- 积分:1
-
bridge C++ C++模式开发之Bridge
bridge C++ C++模式开发之Bridge-bridge C++ C++ model developed Bridge
- 2022-01-26 00:14:01下载
- 积分:1
-
减少在灰度级的数目
Reducing the Number of Gray Levels in an
Image.
- 2022-02-16 01:40:04下载
- 积分:1