This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-free code and using libraries and patterns.
Data mining (DM) is the extraction of hidden predictive information from large databases
(DBs). With the automatic discovery of knowledge implicit within DBs, DM uses
sophisticated statistical analysis and modeling techniques to uncover patterns and relationships
hidden in organizational DBs. Over the last 40 years, the tools and techniques to
process structured information have continued to evolve from DBs to data warehousing
(DW) to DM. DW applications have become business-critical. DM can extract even more
value out of these huge repositories of information.
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ways. You can also use
them to launch programmatic actions that depend on patterns.
A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you
have a programming problem and it seems like the best solution is to use regular
expressions now you have two problems." Regular expressions are amazingly
powerful and deeply expressive. That is the very reason writing them is just as
error-prone as writing any other complex programming code. It is always better to
solve a genuinely simple problem in a simple way when you go beyond simple, think
about regular expressions.
Tutorial: Using regular expressions
Wiley出版,共20章,大小為12M
1.Introduction to the Series 60 Platform
2.Overview of the Series 60 Platform
3.Design Patterns for Application Development
4.Software Development on the Series 60
Platform
5.Platform Architecture
6.User-centered Design for Series 60
Applications
7.Testing Software
8.Application Framework
9.Standard Panes and Application Windows
10.Lists and List Types
11.Other User Interface Components
12.View Architecture
13.Audio
14.Customizing the Series 60 Platform
15.Communications Architecture
16.Communications Application Programming
Interface
17.Messaging
18.Connectivity
19.Programming in Java for Smartphones
20.Midlet User Interface Framework
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the programming of web services and web applications on Microsoft s .NET platform.