-
用指针实现的多项式运算系统
用指针实现的多项式运算系统-Pointer achieved with polynomial computing systems
- 2023-04-04 03:40:04下载
- 积分: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
-
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具....
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具.-can be restored ODBC data sources of the driver, Tools system is repaired. SQL2000 data sources repair tools.
- 2022-03-01 01:36:16下载
- 积分:1
-
游戏自动寻路代码,FindPath,著名的ASTAT算法
游戏自动寻路代码,FindPath,著名的ASTAT算法-Games automatic road code
- 2022-09-03 11:20:02下载
- 积分:1
-
对BMP图像进行边缘检测,采用的方法用Robert,Canny。还可以进行Hough变换,轮廓跟踪...
对BMP图像进行边缘检测,采用的方法用Robert,Canny。还可以进行Hough变换,轮廓跟踪-BMP image of the edge detection method used by Robert, Canny. Also be used for Hough transform, contour tracking
- 2022-01-31 16:26:19下载
- 积分:1
-
WinIo模拟,本软件用易著作,带模块
WinIo模拟,本软件用易著作,带模块-WinIo simulation, the software works easily with modules
- 2022-03-25 12:51:25下载
- 积分:1
-
五子棋完全代码,中英文两种界面。采用VC编写。
五子棋完全代码,中英文两种界面。采用VC编写。-Gobang complete code, two types of interface in both English and Chinese. Prepared using VC.
- 2022-09-20 16:45:03下载
- 积分:1
-
want to see how your fate? ? Let's see it! Terrific ah!
想看看你的命运如何吗?? 看看吧!很棒的啊!-want to see how your fate? ? Let"s see it! Terrific ah!
- 2023-07-04 03:45:04下载
- 积分:1
-
windows系统下实时代码,可以进行底层硬件的实时操作
windows系统下实时代码,可以进行底层硬件的实时操作-windows system real-time code that can be the underlying hardware real-time operation
- 2022-12-10 12:10:03下载
- 积分:1
-
windows 关机、注销和重启
一个控制windows系统关机、注销和重启的小程序,windows xp下可以。
- 2022-03-16 03:28:39下载
- 积分:1