Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (9)
Encrypt File in C#
no vote
This program provide you an algorithm to encrypt your data in your file easilly.by encrypting your file other person could not be able to view your file content.
fantom44
2016-08-23
0
1
Decrypt File in C#
no vote
This program provide you an algorithm to Decrypt your data that encrypted in your file .If you Encrypt your file with my encrypt program you can decrypt it by this decrypt method.
fantom44
2016-08-23
1
1
Draw chart
no vote
This program written in c# and able you to draw line and circle chart in windows form easilly.by this you can set color for each of  your chart column.
fantom44
2016-08-23
0
1
Rotate Bitmap
no vote
I wrote this to be a part of my game project. It's purpose is to rotate a bitmap, for example, a sprite in a game, to any angle (fixed point only) in realtime, that is, fast enough that it can be done on a frame-by-frame basis in the game.
fantom44
2016-08-23
0
1
TCP Server
no vote
This is a simple implementation of a TCP server.These class provide a higher level abstraction of the Socket to implement Server side program.
fantom44
2016-08-23
1
1
TCP Client
no vote
This is a simple implementation of a TCP Client.These class provide a higher level abstraction of the Socket to implement Client side program.
fantom44
2016-08-23
0
1
Fast Fourier Transform(FFT) in C#
4.0
 this program provide a class to calculate fast Fourier transform ( FFT ) to compute the discrete Fourier transform (DFT) and its inverse.
fantom44
2016-08-23
0
1
How To Calc FFT
no vote
In this progarm we present  methods for computing the DFT efficiently .An FFT computes the DFT and produces exactly the same result as evaluating the DFT definition directly.
fantom44
2016-08-23
0
1
Pixel editor in vb6
no vote
This is pixel editor with vector based drawing tools.In this program written in vb6 and able to edit pixel of screen of monitor.
fantom44
2016-08-23
1
1
No more~