-
一个小程序系统中的应用,简单方便,使用一个关系…
一个系统应用的小程序,简单方便,采用了较为取巧的简便方法-Application of a system of small procedures, simple and convenient, using a relatively simple way to take advantage
- 2022-02-27 05:36:35下载
- 积分:1
-
包含visual C++编程的各个方面,适合初学者研读,也适合有经验的的程序员参考。操作步骤详细。...
包含visual C++编程的各个方面,适合初学者研读,也适合有经验的的程序员参考。操作步骤详细。-A very good reference data, it contain kinds aspects of visual C++ programming.Not only is it suitable for beginners,but also suitable for experienced programmers. Welcome to download.
- 2022-06-13 01:15:41下载
- 积分:1
-
我最近的作业,是二叉树的基本操作,新手,各位多多关照。...
我最近的作业,是二叉树的基本操作,新手,各位多多关照。-my recent operations, a binary tree is the basic operation, and newcomers, to take care of you.
- 2022-03-24 19:16:09下载
- 积分:1
-
C语言写的排序头文件,当时是做实验报告用的。
使用方法 打开看看
include调用一下就好了 非常简单...
C语言写的排序头文件,当时是做实验报告用的。
使用方法 打开看看
include调用一下就好了 非常简单
- 2022-03-20 06:22:41下载
- 积分: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
-
This sample shows how floating
This sample shows how floating-point exceptions may be captured and handled in an MFC application.
- 2022-02-21 18:58:50下载
- 积分:1
-
编译原理 语法分析器,能够对语句进行语法的分析和判断
编译原理 语法分析器,能够对语句进行语法的分析和判断-it is a good thing ,can indentify vocabililies.
- 2022-06-15 05:08:00下载
- 积分:1
-
浏览文件夹类型,监控指定文件夹下的文件,实现文件监控
浏览文件夹类型,监控指定文件夹下的文件,实现文件监控-View folder type, monitor designated folder of documents, files control
- 2022-03-15 17:27:35下载
- 积分:1
-
将标记转换为多边形点
为创建相交面之间的剪库使用
- 2022-02-21 17:45:03下载
- 积分:1
-
PLL design assitant, from M.H.Perrott, MIT
PLL design assitant, from M.H.Perrott, MIT
- 2022-02-12 08:39:15下载
- 积分:1