-
走进stl的内容,介绍了stl的各种功能.请各位
走进stl的内容,介绍了stl的各种功能.请各位-Near to the content of STL,introduce all kinds of function,please look through.
- 2022-02-13 05:24:08下载
- 积分:1
-
分割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
-
用一种语言与文字的小程序,算法是相对的…
一个用c语言编写的波兰表达式的小程序,算法相对简单-a language with the Polish expression small procedure, the algorithm is relatively simple
- 2022-10-25 06:40:03下载
- 积分:1
-
2048 黑框框程序源代码
该程序是黑框框程序的源代码,是我自己写的第一个程序,存在着一些不足,愿大伙理解!
- 2022-02-01 00:24:47下载
- 积分:1
-
The use of characters to deal with the volume of compressed HTML examples, inclu...
利用字符处理把HTML的体积压缩事例,包含VB中各种字符处理的用法和事例,初学VB者可以-The use of characters to deal with the volume of compressed HTML examples, including the various characters deal with VB usage and examples, VB beginner will be able to
- 2022-12-19 08:35:03下载
- 积分:1
-
S3C2443的ads boot代码,使用ARM revw2.2编译器,测试过!
S3C2443的ads boot代码,使用ARM revw2.2编译器,测试过!-S3C2443 s ads boot code, the use of ARM revw2.2 compiler, tested!
- 2023-06-26 18:05:04下载
- 积分:1
-
有关Huffman新解,些编码功能比一般更俱压缩性
有关Huffman新解,些编码功能比一般更俱压缩性-the new solution, coding these functions more than both compression
- 2022-03-14 01:57:06下载
- 积分:1
-
Cool button sourcecode
Cool button sourcecode
- 2022-01-31 09:51:57下载
- 积分:1
-
c++ standard library is learning to use each c++ essential reference books.
c++ standard library 是每个学习使用c++的必备参考书。-c++ standard library is learning to use each c++ essential reference books.
- 2022-04-27 10:16:52下载
- 积分:1
-
实现对txt文档的读取,能够实现的txt文档的保存,同时处理一定的数据...
实现对txt文档的读取,能够实现的txt文档的保存,同时处理一定的数据-Txt document to achieve the reading, to achieve the preservation of the txt file, at the same time to deal with a certain degree of data
- 2022-10-16 06:30:03下载
- 积分:1