If you are interested in the Q group below, welcome to join.
1. Programming Algorithm Group: 32760081
The main research programming art-algorithm, including neural network, artificial intelligence algorithm.
Example: Bidirectional breadth First search method.
Breadth-First search follows a layer of expansion from the initial node until the target node is found, it can only better solve the situation is not too much, the endurance is very limited. If the extension node is more, and the target node in the deeper, using the breadth of the previous narrative to solve problems, a large number of searches can be imagined, often there will be insufficient use of memory space. Two-way search and a algorithm to the breadth-first search method has been improved or modified, adding a certain "intelligent factors", so that search can be close to the target node as soon as possible, reducing the complexity of space and time.
Please look at the details:
A. http://blog.csdn.net/fengart/archive/2008/05/25/2480774.aspx
B. http://blog.csdn.net/fengart/archive/2008/05/25/2480740.aspx
2,. NET Advanced Technology Group: 2207553
. NET Advanced Technology group mainly discusses the current major technologies: Design patterns, linq,castle,nhibernate or others.
Example: LINQ
LINQ, language-level Integrated query (Language Integrated query) for the last 20 years, object-oriented Programming technology (Object-oriented (OO) Programming Technologies Application in the industrial field has entered a stable stage of development. Programmers have now identified language features such as Class (classes), Objects (objects), methods (methods). Looking at current and next-generation technologies, a major challenge to a new programming technology is beginning to emerge, since the birth of object-oriented technology has not addressed the problem of reducing the complexity of accessing and consolidating information data (accessing and integrating information). Of these, two of the most important data sources are associated with databases (database) and XML. LINQ provides a more general way to add to the. Net Framework a variety of uses (general-purpose) syntax query attributes that can be applied to all information sources (all sources of information) (query FAC Ilities), which is a better way than adding some relational data (relational) attributes or similar XML attributes (xml-specific) to the development language and runtime (runtime). These syntax features are called. NET Language Integrated Query (LINQ). Contains DLinq and XLinq
Please see the details: http://blog.csdn.net/fengart/archive/2008/05/25/2480729.aspx