-
ini文件的读取函数,实现对INI文件进行查找,然后读取输出
ini文件的读取函数,实现对INI文件进行查找,然后读取输出-ini file read function, the realization of the INI file search, and then read the output
- 2022-03-20 14:26:43下载
- 积分:1
-
本程序用VC实现自动拼图,用的是A*搜索算法
本程序用VC实现自动拼图,用的是A*搜索算法-This procedure automatically using VC puzzles, using the A* search algorithm
- 2022-07-19 03:11:31下载
- 积分:1
-
24.Windows命令接口2.rarMFC实现,加皮肤
24.Windows命令接口2.rarMFC实现,加皮肤-24.Windows Command Interface 2.rarMFC realize, plus skin
- 2022-04-28 07:35:48下载
- 积分:1
-
只需单击AutoCAD破折线。
Breaks polylines in AutoCad with just one click.
- 2022-03-14 16:45:44下载
- 积分:1
-
利用C语言中的回溯法对图案的着色问题进行解决并检查颜色可用性生成邻接矩阵...
利用C语言中的回溯法对图案的着色问题进行解决并检查颜色可用性生成邻接矩阵-use of the C language law back to the logo coloring problem solving and check availability of generating color adjacency matrix
- 2023-01-21 20:05:03下载
- 积分:1
-
牛顿插值, 多样牛顿迭代
牛顿插值, 多样牛顿迭代-Newton interpolation, a variety Newton
- 2023-01-03 11:40:03下载
- 积分:1
-
wave文件C++类
实现了一个WAVE文件类,并附Demo程序。
- 2022-01-22 06:08:57下载
- 积分:1
-
在自动点击链接源
source for click in links automaticly
- 2023-02-03 18:55:03下载
- 积分:1
-
按加减乘除先后顺序计算的计算器程序。能不能让我过关啊,我想多学习一下...
按加减乘除先后顺序计算的计算器程序。能不能让我过关啊,我想多学习一下-Math
- 2023-04-13 22:30: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