-
一个利用AppWizard编写的基本应用程序
一个利用AppWizard编写的基本应用程序-a+5.0 prepared using the basic application procedure
- 2022-07-16 07:22:54下载
- 积分:1
-
TMS320C6437_EMAC应用详细例程
这是一个关于DSP TMS320C6437_EMAC应用的详细例程,是基于CCSv5的开发环境,其中已经建立好了一个完善的工作区间,可以直接导入使用。
- 2022-01-26 16:40:43下载
- 积分:1
-
该函数将显示GUI选择正方形或长方形的部分
This functions displays GUI for selecting square or rectangular part
of the input image IMG. To perform selection user must click mouse twice:
at two corners of the selection area.
User can change the shape at any moment, even when first point is set,
unless it is not forbidden by additional parameters.
Use also cam change the way the selection area is calculated
from the two selected points.
Depending on the combination of the shape and mode it could be
- 2022-06-20 05:16:04下载
- 积分:1
-
用C编写的递归下降计算器,但在C++中编译,压缩包中包含有实验报告。...
用C编写的递归下降计算器,但在C++中编译,压缩包中包含有实验报告。-prepared by the recursive drop calculator, but in C compiler, compressed packet contains experimental report.
- 2022-04-21 02:54:30下载
- 积分:1
-
do-dicom web
基于fo-dicom医疗dicom 用的开发库,用于web方面开发的例子
- 2022-10-03 19:55:03下载
- 积分:1
-
butterfly at nature
butterfly at nature-butterfly at nature
- 2022-11-24 18:15:03下载
- 积分:1
-
鼠标左键反应程序 MFC
鼠标左键反应程序 MFC-left mouse button response procedures MFC
- 2023-01-29 23:10:04下载
- 积分:1
-
windows编程帮助文件,基于c和汇编部分。
windows编程帮助文件,基于c和汇编部分。-help files, for the c and part of the compilation.
- 2023-08-10 22:15:04下载
- 积分:1
-
文件读写程序,很不错的!
文件读写程序,很不错的!-document literacy procedures, very good!
- 2023-02-28 22:20:03下载
- 积分: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