-
分割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
-
解析显示器的EDID数据,获得比如显示器屏幕实际大小等参数
应用背景这个Module主要分析了EDID数据中关于显示器的一些重要的配置信息,比如显示器屏幕的实际的宽高比(单位cm)、显示器的厂商与产品的ID号、显示器的生产日期、显示器的版本号、显示器的反差系数(Gamma)以及电源管理模式等...关键技术其开发的工具是VS2012的C#控制台应用程序,该程序主要涉及对显示器EDID数据的解析,EDID: Extended Display Identification Data(扩展显示标识数据)是一种VESA 标准数据格式,其中包含有关监视器及其性能的参数,包括供应商信息、最大图像大小、颜色设置、厂商预设置、频率范围的限制以及显示器名和序列号的字符串。 这些信息保存在 display 节中,用来通过一个 DDC(Display Data Channel)与系统进行通信,这是在显示器和 PC 图形适配器之间进行的。
- 2022-02-14 15:39:12下载
- 积分:1
-
C C++ Entry classic example of a good facie, the C C++ Of learning would be of c...
C C++入门的经典例子,好好看下,对C C++的学习会有很大帮助,-C C++ Entry classic example of a good facie, the C C++ Of learning would be of considerable help,
- 2022-07-21 13:12:06下载
- 积分:1
-
系统的功能
系统登陆界面:
系统主界面:
用户管理模块
学生缴费管理模块...
系统的功能
系统登陆界面:
系统主界面:
用户管理模块
学生缴费管理模块-System, landing system interface: System interface: User Management Module Management Module students pay
- 2022-03-23 05:42:58下载
- 积分:1
-
some numbers multiply use lian biao make up sdvs sdsvsdv sdvsdsdsdvsdvd
sdfdsfs...
多项式相乘 是关于链表的还算比较完善的-some numbers multiply use lian biao make up sdvs sdsvsdv sdvsdsdsdvsdvd
sdfdsfsd sdfvsdfsd
safsdf
sdf
sdfdsf
sdfds
- 2022-02-10 04:21:47下载
- 积分:1
-
基于VB语言实现的报表功能。通过FTP服务器的客户端和服务器端。双数据库支持,支持SQL2000和ACCESS两个数据库切换。...
基于VB语言实现的报表功能。通过FTP服务器的客户端和服务器端。双数据库支持,支持SQL2000和ACCESS两个数据库切换。-Based on the statements of VB language features. FTP server through the client and server. Dual-database support, support SQL2000 and ACCESS switch the two databases.
- 2022-10-14 10:30:04下载
- 积分:1
-
include DOS memory allocation, data change of space allocation, distribution mai...
包含分配DOS存储段,改变数据段空间分配,分配主存储器,从远堆中释放一块 ,重新分配主存, 改变数据段空间位置-include DOS memory allocation, data change of space allocation, distribution main memory, far from the rubble release of a redistribution of the main deposit, change of the spatial data, etc.
- 2022-07-26 22:42:58下载
- 积分:1
-
fsharp file backup
使用csharp的兄弟语言fsharp 进行文件的备份,在配置文件中设置需要备份的路径,目标路径和需要跳开的文件,程序将对文件进行多线程备份,并在前台进行数据显示。
- 2022-03-01 10:29:28下载
- 积分:1
-
一个用来统计程序源文件中代码行数的小工具.使用VC++编写
一个用来统计程序源文件中代码行数的小工具.使用VC++编写-a statistical procedures used to document the source code line number of small tools. Preparation of VC
- 2022-05-24 14:35:43下载
- 积分:1
-
WordReport
VS2010中编译链接通过,实现VC调用MSWORD.olb组件在word文档中绘制、修改表格 。
- 2022-07-22 04:28:02下载
- 积分:1