 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
regular expression search replace strings files vc mfc search replace strings files
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ in Visual Studio .NET 2003.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
regular expression search replace strings files vc mfc search replace strings files
|
 |
UPSS 2000, the Packaging & Shipping software exclusively designed for the Retail shipping business. Multi-Carrier, domestic & international. UPSS 2000 is the complete solution for all your Retail Shipping business needs. UPSS 2000 will save you time and money from the first day you use it.
As a Packaging & Shipping business owner, you have absolute and complete control of all your Retail rates. You will never again have to refer to the pages and pages of Shipping Rates and Zone Charts. All displayed charges are your own Retail rates. UPSS 2000 will automatically calculate all your packaging charges including Labor, Materials and Sales Tax. No more guessing or inconsistent packaging charges. Convey a professional and efficient shipping operation. All your charges will always be accurate and consistent with price comparisons of all carriers. Now included free, our unique total control, Global Markup feature.
To complement our UPSS 2000 shipping software, you can obtain from UPS and FEDEX their free software for processing your packages Online at your convenience. By using our software first, you can process a package in seconds in front of your customer and still be able to give them a true UPS or FEDEX Tracking Number. After your customer leaves, at your convenience, you can process the package with your free carrier Online software. If any company understands the Retail Shipping Software business it is us, and our UPSS 2000 is the best evidence. By trying our software you get the ultimate guarantee, no strings attached and no questions asked. We dare you to compare our UPSS 2000 to any Retail Shipping Software on the market.
shipping software ups online multi-carrier shipping packaging comparison retail rates price comparison ups
|
 |
Xceed Streaming Compression Library is a high-performance "raw" compression library. It offers the ability to compress and decompress streaming data, buffers, strings or single files and supports multiple compressed data formats. Unlike Xceed Zip Compression Library, this ultra light library doesn't offer Zip file handling capabilities.
The library offers two well-known compression algorithms to suit your application's needs. For fast compression and decompression speeds, you can use the library's Deflate algorithm. It's the same one used in the industry standard zip file format and it achieves pretty good compression.
For maximum compression, the popular new BZip2 algorithm (Burrows-Wheeler Transform) is the way to go. We've found that BZip2 often achieves about 20% better compression on many popular file types such as database, picture, text and executable files. BZip2 is especially excellent at compressing XML data.
The library can compress and decompress GZip (.gz) and BZip2 (.bz2) files from Unix and Linux platforms, as well as handle Zlib, Info-Zip and Java-compatible data. Xceed Zip v3.x and v4.x memory-compressed (not Zip) data is also supported.
Like all Xceed components, this library is designed to be flexible yet extremely easy to use. In fact, it only takes one line of code to compress and decompress memory or files.
A single line of code can even be used to chain together multiple Xceed components like the Xceed Encryption Library and the Xceed Binary Encoding Library, so you can compress, encrypt and encode data into text just as easily.
compress decompress memory streaming data gzip bzip2 files
|
|
|