-
图片显示程序,包括列表显示,放大缩小显示,和傅里叶变换...
图片显示程序,包括列表显示,放大缩小显示,和傅里叶变换-Presentation graphics program, including the list of shows, zoom, and Fourier transform
- 2022-01-21 04:54:14下载
- 积分:1
-
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
- 2022-12-09 07:15:03下载
- 积分:1
-
挡风玻璃刮水器
它是一个用于模拟挡风玻璃刮水器的 c + + 库。它的主要功能包括设置雨刷器的速度 ;、 刮水器级别更改和更改的雨刮器拨号。
- 2022-02-22 10:27:13下载
- 积分: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
-
算24点:包括系统随机数,和自输入求解。
算24点:包括系统随机数,和自输入求解。-Count 24 points: includes system random number, and self-input solution.
- 2022-02-26 08:47:39下载
- 积分:1
-
Win32下的几种串口通信编程 Win32下的几种串口通信编程 Win32下的几种串口通信编程...
Win32下的几种串口通信编程 Win32下的几种串口通信编程 Win32下的几种串口通信编程-Several serial communication under Win32 programming under Win32 Several serial communication programming of several serial communication under Win32 programming under Win32 Several serial communication programming of several serial communication under Win32 programming
- 2022-03-17 16:04:18下载
- 积分:1
-
老人头特效(酷比)php实现代码 ,可以自己修改代码的一些内容。...
老人头特效(酷比)php实现代码 ,可以自己修改代码的一些内容。-The first effects the elderly (more than cool) php code, can modify some of the contents of the code.
- 2022-09-24 13:40:02下载
- 积分:1
-
对串口的端口
的测试类
是javax.comm
的入门
对串口的端口
的测试类
是javax.comm
的入门
-Serial port on the test category is javax.comm entry
- 2022-01-25 16:51:41下载
- 积分:1
-
实现飞机飞行的模拟,利用空气动力学原理实现飞机飞行时,空气流的模拟。...
实现飞机飞行的模拟,利用空气动力学原理实现飞机飞行时,空气流的模拟。-Of aircraft flight simulation, the use of aerodynamics to achieve flight, air flow simulation.
- 2022-02-22 04:18:49下载
- 积分:1
-
Windows下的XServer实现,需要cygwin或者MingW环境来编译。
Windows下的XServer实现,需要cygwin或者MingW环境来编译。
-Windows under XServer realized the need cygwin or MinGW environment to compile.
- 2023-05-23 01:00:04下载
- 积分:1