Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
Sliding Numeric 4*4 puzzle in C#
no vote
This source code is a C# version of 16-Puzzle implementation based on visual programming.  Every thing is clear and there is no lacuna. Numeric Sliding Puzzle is a simple type of game where a user clicks on a sliding tile (containing a number)  in order to move it to another location. A tile can only be moved to another location if it is neighbour to a  blank tile. The game continues until all the tiles are in the correct order; e.g. for a 3*3 size puzzle, the correct 
ma)-(di
2016-08-23
0
1
Hybrid DCT and DWT approach for jepg image compres
no vote
This software is implemented by MATLAB language. It uses a hybrid method of DCT (discrete cosine transform) and DWT (discrete wavelet transform) for image compression.
ma)-(di
2016-08-23
1
1
PSO algorithm implementation
no vote
Particle swarm optimization (PSO) is an artificial intelligence (AI) technique that can be used to find approximate solutions to extremely difficult or impossible numeric maximization and minimization problems.

ma)-(di
2016-08-23
0
1
Artificial fish swarm algorithm (AFSA) implementat
4.0
AFSA (artificial fish-swarm algorithm) is one of the best methods of optimization among the swarm intelligence algorithms. This algorithm is inspired by the collective movement of the fish and their various social behaviors. Based on a series of instinctive behaviors, the fish always try to maintain their colonies and accordingly demonstrate intelligent behaviors. Searching for food, immigration and dealing with dangers all happen in a social form and interactions between all fish in a group will result in an intelligent social behavior.
ma)-(di
2016-08-23
0
1
Firefly algorithm implementation
no vote
This code is a matlab implementation of firefly algorithm, which is included in swarm intelligence algorithms. this codes are implemented as an university project. This application has a main program, which uses some functions that simulates some basic firefly behaviors and is very applicable in context of artificial intelligence.
ma)-(di
2016-08-23
2
1
Prowler: Probabilistic Wireless Network Simulator & RMASE framwork
no vote
Networked embedded system (Bird's Nest) is a large scale distributed system, which is tightly coupled with physical processes through the processing nodes with limited resources of sensors and actuators. The application running on this distribution platform arestrongly is influenced by the communication channel. Simulators can simulate the devices of behavior, but usually do not simulate the influence of communication channels. However, imperfect wireless communication channels greatly affect the performance of applications, so it is necessary to incorporate the simulators to obtain accurate results. Thief is a probabilistic wireless network simulator capable of simulating wireless distributed system, from application to physical communication layer. Hover, run in MATLAB to provide a shortcut, the simplified prototype has the ability of good visualization effect. Although the thief provides a general simulation environment, its current target platform is running TinyOS.This The simulator simulates point-to-point radios and MAC layer.Any The application can perform operations on any number of dust particles, including collisional radio transport / propagation / reception of Berkeley mica dust. Radio definition (propagation and MAC layer) and application are plug-ins. High rmase architecture, I attach, (rmase) is a framework, as in the hovering application to achieve. Take full information about rmase and thieves, which you can search on the Internet. In addition, the Java version produced by the simulator is named jprowler. You can also find it on this website, but you can rarely find its matlab version. Now, you should try to enjoy it, because I think u can rarely find strengths and direct and existing links to download this really valuable package.
ma)-(di
2014-11-08
1
1
No more~