Results for "Category: Graphics/ Sound"
hey, this is a brilliant work on the basics of c++ graphics. check this out.. briiliant for understanding graphics applications
This is my first approach to the amazing graphic's word. This code is a picture viewer, which can apply some effects like, rotate, zoom, sharpen, smooth, etc. All this, using new GDI+ and without any line of API code, because the new .NET classes can operate pixel by pixel. The code shows also how to use MDI environments, Clipboard class and open/save dialogs. This code is just an EXAMPLE you can use freely as a base to build real complete image processing applications. Any comment or improvement would be welcomed. I must say that some of the graphic algorithms are based on the excellent book "Mastering Visual Basic .NET" auth: Evangelos Petrousos , which I strongly recommned. Finnally, just say that the code is fully commented to make easier understanding.
My Code was written on Visual C++ 6.0 and it Changes the Color of the text and background in a common dos window. Much like how the text based RPG games do it. It should work on all compilers.
This code will round the edges of your form to give that clipped/rounded look.
This utility allows you to draw picture (like in MSPaint Brush) and Writes you program which will give you the picture as output Similar to Ms Front Page. The graphical Editor is good like never before. This works good to have a very compact file than BMP format. With this work you can design your development easily
With This utility you can show icon on your c programs which run under dos. You can develope icons which shows your appliction more graphical like window utilities
Draw 3D diagrams straight from a recordset, without any components/dlls/ocx at all! pure asp/HTML. see an example on http://www25.brinkster.com/mercury2k. if you like it, vote for me!
This code adjusts the Hue, Saturation and Luminosity of any gif file on the fly! No component needed, it's just asp code. live demo: http://www.cwolves.com/testing/coloradj.html Live site using this: http://www.cwolves.com/home.asp?hue=0&sat=0&lum=0&con=0&red=true&green=true&blue=true&invert=false play with all the querystring values in that link.
This code is to view file & folder from drive.. download this code and please rate me...
I hope that you like this interactive marix screen saver... Dont't forget to download this code and rate me.....
Hello Friends!! I have made a small virtual 3D solar system. Please download this code and rate me. Happy Programming !!
Hello Friends!! I have made a simple calculator with GUI. Please download this code and rate me. Happy Programming!!
The scientific calculator performs all scientific operations encountered in enginerring applications.
The basic idea of this framework is to maintain the template easily. This framework helps to develop websites very fast which is also easily maintainable by the designer with little knowledge of php
The purpose of this function is to simply take a screenshot of the entire screen and save it as a bitmap file.
A complete paint program for DOS.Innovative saving of files, fill styles etc. See it the difference for Yourself.
It initializes mouse pointer in dos as well as in windows
This is a simple Image Gallery to automatic show all existing images in a folder. Just click one image to open it in a zoom popup window. See it in action: http://www.industriavirtual.com.br/codedemo/gallery/default.asp Please Vote!
To find roots in the "Real Realm" of polynomial functions graphically for f(x) = +0, within a range defined for the user. Bisection, Regula Falsi and Secant methods are defined in the program. Also some procedures to handle graphics in 2D.
This program can generate 3D surface and terrain from a video source with image processing technique as well as from a random or fractal source. It is a good base for Remote Sensing, Remote Topography, Radars, GPS and regenerating Earth Terrains from a camera or spectrum analyzing by video sources and make real 3D map by CNC machines. As soon as I put some comments in code for better understanding. <<<<<<PLEASE DON'T FORGET TO VOTE AND ALSO COMMENT>>>>>> How to use: 1: Run the program and with 8, 9, 10, 11 radio buttons (below picture) see random real time noise. Freeze the scene with button number 22 and with another controls new results are ready. 2: Connect to a video source (for example a web cam) and then click at buttons number 18 or 19 and then click on 13 (Brightness) or 14 (Color) radio buttons and see 3d video. Compile: You need OpenGL library for Win32. It is available from: http://www.xmission.com/~nate/glut.html or latest version http://www.opengl.org/resources/libraries/glut/glut_downloads.html#4 After download library and extract it copy following files. Note: these instructions are for winxp and .NET studio. glut32.dll to %WinDir%\System32 glut.h to $(MSDevDir)\Vc7\include\GL\ Note: if there is not GL directory create it. glut32.lib $(MSDevDir)\Vc7\lib\