這是linux下的進化計算的源代碼。
=== === === === === === === === === === === =====
check latest news at http://eodev.sourceforge.net/
=======================================================================
Welcome to EO, the Evolving Objects library.
The latest news about EO can be found on the sourceforge repository at
http://eodev.sourceforge.net/
In CASE of any problem, please e-mail us at
eodev-help@lists.sourceforge.net, eodev@egroups.com
To get started, take a look at the tutorial, starting with
./tutorial/html/eoTutorial.html
The easiest way to start programming a new genome with all EO
evolution engines handy is to create a new standalone EO project from
the tutorial/Templates/ directory. Read Lesson 5 of the tutorial for
an introduction )
Session 1: common and useful built-in Mathematica functions variable assignment and function definition
the Front End and the Kernel Notebooks.
Session 2: organisation of data in Mathematica lists and expressions simple programming functions
nesting.
Session 3: the opportunity to develop your proficiency as a Mathematica user through work on an extended
problem CASE Studies Mathematica resources on the Internet.
Parking Lot Simulation:
Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they want to leave. Consider the CASE of a person wanting to leave the parking lot but their car is parked in the back of a row of cars. In this CASE, all the cars parked in front of this person s car must be temporarily moved to allow this person to leave.
The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances.
This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.
In the world of C++ programming, all other things being equal, programs that are smaller and faster are better.
C++ Footprint and Performance Optimization contains CASE studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.
這個工具集提供以下結構化分析和UML分析中所用的圖形化繪圖工具:ER-diagrams, data and event flow diagrams and state-transition diagrams,class-diagram editor, a use-CASE diagram editor and an activity diagram editor
北京大學ACM比賽題
The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter CASE, the tile may be used to represent a letter of your choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not all tiles need to be used. Given several Scrabble tiles and a dictionary, determine how many words in the dictionary can be formed using the given Scrabble tiles.
This Two-Category Classifier Using Discriminant Functions to
separeate two classes. The Classifier is designed on classes which
has two feature vectors and other CASE it has one feature vector.
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best CASE the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.