Click here to Skip to main content
15,886,788 members
Articles / Desktop Programming / ATL

An Example of ATL 7.0 ActiveX Control Simulating A PS (Particle Swarm) Dynamic System

Rate me:
Please Sign up or sign in to vote.
3.86/5 (4 votes)
14 Nov 20047 min read 52.9K   1.6K   34  
An article on ATL 7.0 and dynamic system simulation.
<?xml version="1.0" encoding="utf-8" ?> 
<node text="Self Introduction" style="Text">
	<node text="basic information" style="Text">
		<node picture="face.bmp">
		</node>
		<node text="age:23" style="Text">
		</node>
		<node text="height:171cm" style="Text">
		</node>
		<node text="weight:71kg" style="Text">
		</node>
		<node text="name:liu wei" style="Text">
		</node>
	</node>
	<node text="skills" style="Text">
		<node text="MFC" style="Text">
		</node>
		<node text="Platform SDK" style="Text">
		</node>
		<node text="ATL" style="Text">
		</node>
		<node text=".Net" style="Text">
		</node>
		<node text="more..." style="Text">
			<node text="Visual Basic" style="Text">
			</node>
			<node text="Rational rose" style="Text">
			</node>
			<node text="gcc" style="Text">
			</node>
			<node text="Matlab" style="Text">
			</node>
			<node text="linux" style="Text">
			</node>
		</node>
	</node>
	<node text="Project Experience" style="Text">
		<node text="861 automatic bio analyser" style="Text">
		</node>
		<node text="military facility management system" style="Text">
		</node>
		<node text="steel product counting system" style="Text">
		</node>
		<node text="chaotic encryption system" style="Text">
		</node>
		<node text="travelling health cerfication system" style="Text">
		</node>
	</node>
	<node text="favourits" style="Text">
		<node text="socceer" style="Text">
		</node>
		<node text="table tennis" style="Text">
		</node>
		<node text="badminton" style="Text">
		</node>
		<node text="swimming" style="Text">
		</node>
		<node text="movies" style="Text">
		</node>
	</node>
	<node text="research interest" style="Text">
		<node text="image processing" style="Text">
		</node>
		<node text="encryption" style="Text">
		</node>
		<node text="routing" style="Text">
		</node>
		<node text="algorithm" style="Text">
		</node>
	</node>
</node>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions