-
这是一个字符串处理函数集,包括: 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
-
我编写的CMPP服务端代码,实现了协议的基本流程,在调试CMPP的时候很有用。...
我编写的CMPP服务端代码,实现了协议的基本流程,在调试CMPP的时候很有用。-the CMPP server-side code implement the basic flow of the protocol.it is useful for debugging CMPP
- 2022-05-09 14:43:32下载
- 积分:1
-
use Intel, SSE Instruction of procedures to achieve optimal precision timing
使用Intel,sse指令的小程序,实现优化的精确计时-use Intel, SSE Instruction of procedures to achieve optimal precision timing
- 2023-08-15 23:50:03下载
- 积分:1
-
用c写的一个分割文件的源程序,写的不错,注析完整。
用c写的一个分割文件的源程序,写的不错,注析完整。-written with a separate source of the documents, written in good, Note On integrity.
- 2022-02-06 11:05:06下载
- 积分:1
-
With VC (MFC) Game Cube prepared screw
用VC(MFC)编写的拧魔方游戏源码程序,经本人测试程序可以运行。共编程爱好者交流使用-With VC (MFC) Game Cube prepared screw-source process, as I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2022-06-18 08:01:46下载
- 积分:1
-
windows环境下基于QT的串口,MP3,carema等功能软件
windows环境下基于QT的串口,MP3,carema等功能软件,融合了很多功能。
- 2022-02-06 03:20:40下载
- 积分:1
-
功能强大的网上书店系统,用户登录,管理,书籍浏览,新书上架...
功能强大的网上书店系统,用户登录,管理,书籍浏览,新书上架-A powerful online bookstore system, user login, management, book browsing, book shelves, etc.
- 2022-05-20 12:40:03下载
- 积分:1
-
MFC编的简单数据库操作,实现数据库的一般操作,适合初学者理解MFC及数据库的基础知识...
MFC编的简单数据库操作,实现数据库的一般操作,适合初学者理解MFC及数据库的基础知识 -MFC for simple database operations, the realization of the general operation of the database is suitable for beginners to understand the basis of MFC and database knowledge
- 2022-04-16 15:14:51下载
- 积分:1
-
C语言编程高级入门,使大家的C语言有所提高
C语言编程高级入门,使大家的C语言有所提高-C language programming advanced beginners, so everyone" s C language has increased
- 2022-09-08 00:40:02下载
- 积分:1
-
插入排序,希尔排序,冒泡排序,快速排序,选择排序程序实现。...
插入排序,希尔排序,冒泡排序,快速排序,选择排序程序实现。-insertion sort, Hill, ranked bubble sort, quick sort, select Sort program.
- 2023-05-21 15:15:03下载
- 积分:1