-
很好的车务管理系统
很好的车务管理系统-good car management system
- 2022-02-26 12:15:53下载
- 积分:1
-
Very useful for monitoring a serial port software, do not take up the case of se...
非常实用的一款串口监测软件,在不占用串口资源的情况下对串口全方位监测。-Very useful for monitoring a serial port software, do not take up the case of serial resources, all-round monitoring of the serial port.
- 2023-03-30 06:20:03下载
- 积分:1
-
一些java网络应用
一些java 的网络应用-some java network applications
- 2022-03-04 11:36:28下载
- 积分:1
-
这个文件包含了常用算法的C++语言源代码,苏…
该文件包含C语言当中的常用算法源码,如单元加,底层编码,汉诺塔,逆阵,数据结构里面的很多重要的算法源码,是精通C的必备。-This file contains C language source code among the commonly used algorithms, such as the cell increases, the underlying code, Tower of Hanoi, inverse matrix, many important data structures inside the algorithm source code, is proficient in C essential.
- 2022-09-14 18:50:03下载
- 积分:1
-
在线购物车
介绍
- 2022-02-25 08:28:05下载
- 积分:1
-
Windows多进程日志管理软件,可随意插入多个进程,并且支持一台主机上多项目日志管理...
Windows多进程日志管理软件,可随意插入多个进程,并且支持一台主机上多项目日志管理-Windows log management software, free to insert a number of processes, and supports a host log on multi-project management
- 2023-03-07 04:50:02下载
- 积分:1
-
在MFC中显示Word文档的程序,该方法非常实用
在MFC中显示Word文档的程序,该方法非常实用-Word documents show the procedure, the method is very practical
- 2023-06-19 12:10:03下载
- 积分:1
-
简单职工信息系统程序
简单职工信息系统程序-simple procedures for workers Information System
- 2022-04-19 21:25:41下载
- 积分:1
-
MSchartDemo, Microsoft ms chart using demo source code
MSchartDemo,微软ms chart使用演示源代码-MSchartDemo, Microsoft ms chart using demo source code
- 2022-05-13 04:28:25下载
- 积分: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