|
|
|
|
|
|
|
|
|
|
| .:: Survey ::.
|
| What programming experience do you have ? |
| Already 413 votes for this survey! |
|
|
|
|
| .:: Forum : Global latest messages ::.
|
|
|
|
|
|
| .:: Tutorials categories ::.
|
| 3D Engines Principles (3D Geometry, Occlusion Culling / BackFace Culling / BSP, Raytracing techniques, Voxel Engines) | | | 3D Programming (3D Effects and Techniques, 3D Engines Principles, DirectX, Lighting and Shading, OpenGL, Texture Mapping) | | | Artificial Intelligence (Flock and Crowd Behaviours, Genetic Algorithms, Neural Networks) | | | Assembly (Assembly 68k (Motorola), Assembly 80x86 (AMD/Intel)) | | | Audio Libraries (DirectX, OpenAL) | | | Classification / Recognition / Classes (Support Vector Machine) | | | Communication Protocols (Chat Protocols, Email Protocols, Firewire - 1394 Standard, FTP Protocol, Hypertext Transfer Protocol (HTTP), Modems and Modulation, MySQL Protocol, Parallel Port, Serial Port, TCP/IP Protocol, Telnet Protocol, USB Protocol) | | | Compressions (Jpeg Image Compression, MPEG Audio Compression, MPEG Video Compression, Ogg Vorbis Audio Compression (Vorbis.ORG)) | | | Computer / Programming Theory (Multithreading, Operating Systems, Script Compilers / Interpretors) | | | Computer Science (Algorithms, Artificial Intelligence, Computer / Programming Theory, Data Processing, Face Recognition, Fuzzy Logic, Games / Animations / Graphics, Miscellaneous, Numerical Techniques, Robotics related, Science, Statistical signal techniques) | | | Data Processing (Cryptography, File Formats, Huffman Compression, Regular Expressions) | | | Databases (MySQL/SQL) | | | Digital Image Processing (Colorization of black and white images, Image segmentation, Motion Detection) | | | Games / Animations / Graphics (Collision Detection, Particles engines / Particle Systems, Pathfinding Algorithms, Tile Maps) | | | Java (Java Optimisations) | | | Java Sun Technologies (Java, JavaScript) | | | Microsoft .NET (.NET Framework, ASP .NET, Visual Basic .NET) | | | Numerical Techniques (Classification / Recognition / Classes, Optimisation Techniques, Regression / Interpolation) | | | Php (+ MySQL) (Sessions) | | | Physics (Car Physics, Collision Response, Deformable, Breakable solids, Physics Simulations (Various Physics Domains), Rigid Body Dynamics) | | | Programming Languages (Assembly, C, C#, C++, Cobol, Databases, Delphi (Pascal), Java Sun Technologies, Microsoft .NET, Miscellaneous, Perl, Python, QBasic/Basic, Scripting in Operating Systems, Tex / LaTeX, Visual Basic, Web Scripting/Markup Languages, Webdesign, Windows Specifics) | | | Regression / Interpolation (PLS (Partial Least Square) Regression) | | | Science (Mathematics, Physics) | | | Scripting in Operating Systems (Batch (DOS) scripting, Unix/Linux Shell Scripting (Bash)) | | | Signal Processing (Audio Libraries, Compressions, Digital Audio Processing, Digital Filters Design, Digital Image Processing, Digital Signal Processing, Digital Video Processing, Feature (Variable) Selection, Fourier Analysis, Kalman Filters, Matlab, Resampling / Downsampling / Upsampling, Speech processing, Wavelet Analysis) | | | Speech processing (Linear Predictive Coding, Speech recognition, Speech synthesis) | | | Statistical signal techniques (Hidden Markov models) | | | TCP/IP Protocol (Network engines principles, Winsock (Windows Socket API)) | | | Web Scripting/Markup Languages (Active Server Pages (ASP), CSS (Cascaded Style Sheets), Html, Php (+ MySQL), XML) | | | Webdesign (Security) | | | Windows Specifics (DirectShow filters and library, Memory mapped Files / Share memory, Preprocessor directives, Semaphore / Mutex / Synchronizing Threads, Video For Windows (Video library), Windows GUI) | |
|
|
|
|
| .:: Links ::. |
|
http://www.what-auto.com
|
For those of you who are also car enthousiasts, this website gives a huge list of technical specs,
data sheets about hundreds of cars around the world.
|
|
Huge quality contents updated on a daily basis and supported by
a large community of programmers from all sides of the industry.
|
|
Very useful website devoted to OpenGL and DirectX, 3D programming in general, with fully commented code samples.
|
|
| | |
|
|
|
|
|
.:: Latest news ::.
|
huffman decoding - 23rd January, 09:52
Huffman algorithm for lossless compression is widely used in modern video, image and audio encoding standards such as mp3, aac, jpeg, mpeg2, mpeg4 etc... Once the huffman tree is built the encoding process is very simple. Each word which needs to be encoded is looked up in the huffman tables and it's encoded translation is output in the bitstream. The process on the decoder's side is much more complex because it doesn't know in advance, in the bitstream, the seperation between the different encoded words.
The huffman algorithm guarantees that an encoded word never starts be another valid encoded word (a bit like phone numbers : what if someone else had the first part of your phone number as a phone number, nobody could ever reach you...). In short, the easiest way through for the decoder is to read one bit at a time and check in the huffman tables if the encoded word is found. Of course this process can be slighly accelerated by sorting the huffman tables by code length but it remains very slow.
In fact the most widespread technique for huffman decoding uses lookup tables. A huffman encoded word can be decoded in only one lookup (sometimes two if necessary). The technique is slighly tricky because it requires to create 'different' tables based on the classic huffman tree but in most cases it's really worth it. I found this page which explains it all : Practical Huffman Coding (http://www.compressconsult.com/huffman/) | > Comments (3) > More news
|
|
|
.:: Forum : Unanswered messages ::.
|
|
|
|
.:: Forum : Most popular threads ::.
|
|
|
|
.:: Forum : Latest Messages ::.
|
|
Topic of the post
|
Author
|
Date
|
| Matlab source code for genetic algorithm based fuzzy controller | ZAHRAMAHDI | 2nd Jul, 14:27 | | Matlab source code for genetic algorithm based fuzzy controller | ZAHRAMAHDI | 2nd Jul, 14:10 | | Matlab source code for genetic algorithm based fuzzy controller | ZAHRAMAHDI | 2nd Jul, 14:04 | | Matlab code for MPEG/h.264 video encoding and decoding | prakop | 2nd Jul, 12:21 | | Webcam programming | Vabs | 30th Jun, 10:23 | | MATLAB code help please.... | tp1977_ece | 30th Jun, 09:03 | | matlab codes in high dimensional data clustering | rebelfirst | 29th Jun, 09:27 | | MATLAB code help please.... | Harry86 | 29th Jun, 02:54 | | How to read, write and modify a wave file using Delphi | halimi | 28th Jun, 10:35 | | MATLAB code help please.... | ashishk013 | 27th Jun, 10:00 | | MATLAB code help please.... | Harry86 | 26th Jun, 00:29 | | MATLAB code help please.... | Mohit | 25th Jun, 11:19 | | MATLAB code help please.... | Mohit | 25th Jun, 11:18 | | MATLAB code help please.... | sandeepkuber | 25th Jun, 08:51 | | handwritten text recognition | Mohit | 25th Jun, 08:41 | | CFP: ISNN2010 (June 6-9, 2010; Shanghai, China) | corycountree | 19th Jun, 20:51 | | MATLAB code help please.... | shagha_J | 19th Jun, 20:30 | | matlab code | shagha_J | 19th Jun, 20:13 | | Speech recognition: Matlab source code | archilles | 17th Jun, 12:49 | | Lip and eyes segmentation | archilles | 17th Jun, 12:40 | | Speech recognition: Matlab source code | sujata | 17th Jun, 09:29 | | Mean Shift algorithm | serene | 17th Jun, 09:00 | | MPEG video compression codes needed!!!!!!!! | mostafasign | 16th Jun, 09:39 | | Matlab code for MPEG/h.264 video encoding and decoding | mostafasign | 16th Jun, 09:36 | | import the KDD Cup 1999 and multiobjective genetic algorithm with matlab | wasiswa | 13th Jun, 06:36 |
|
|
.:: Ideabox : latest ideas ::.
|
|
Idea Subject
|
Author
|
Date
|
| Is there anybody who knows any coding on crack detection? | Nuroul | 12th May, 09:48 | | Feedback delay in linear and non-linear control system with input disturbances. | abhi16007 | 5th Apr, 14:10 | | Face recognition | pearllyn | 23rd Mar, 02:57 | | can anybody help Me for code for network codng in MATLAB | Muhammad | 6th Jan, 14:18 | | face recognition using eigen face method with neural networks | chiti | 7th Nov, 12:53 | | steganography | mano | 23rd Oct, 09:35 | | Shape Texture extraction from face image using Matlab | nive | 10th Oct, 13:35 | | micro controllers,quality assesment measure for colour images | shanthi_ec885 | 28th Aug, 07:57 | | stock exchange decession making tools by back propagation nural network | csayantan | 24th Jul, 17:51 | | palm and hand geometry based person identification | naved | 7th Oct, 09:53 |
|
|
.:: Ideabox : latest idea comments ::.
|
|
Topic
|
Author
|
Date
|
| Hand-written characters recognition | nagaarcot | 20th May, 07:46 | | Hand-written characters recognition | nagaarcot | 20th May, 07:43 | | Hand-written characters recognition | nagaarcot | 20th May, 07:41 | | Hand-written characters recognition | nagaarcot | 26th Mar, 09:59 | | Traffic Simulator | yeek01 | 6th Mar, 07:49 | | Traffic Simulator | yeek01 | 6th Mar, 07:46 | | Traffic Simulator | ruthy | 17th Oct, 04:33 | | Traffic Simulator | opraveen | 27th Sep, 13:32 | | Traffic Simulator | Mees | 15th Sep, 23:55 | | palm and hand geometry based person identification | sweethana | 6th Mar, 15:45 |
|
|
.:: CodeSpot : latest code comments ::.
|
|
Code name
|
Author
|
Date
|
| Serial Port Programming C++ source code | logisch | 11th May, 18:22 | | FFT Java source code (Simple radix-2 recursive) | vidya_Angel | 19th Nov, 18:53 | | FFT Java source code (Simple radix-2 recursive) | vidya_Angel | 19th Nov, 18:47 | | LPC (Linear Predictive Coding) matlab source | hijjawe_Jo | 18th Sep, 18:43 | | FFT C source code (Simple radix-2) | trishmitch | 24th Apr, 15:24 | | LPC (Linear Predictive Coding) matlab source | vikram8712 | 17th Apr, 09:23 | | Serial Port Programming C++ source code | zingaroo3x | 18th Feb, 15:47 | | Kernel PLS (Partial Least Squares) for regression | chaile | 6th Feb, 17:37 | | JPEG Decoder Source Code | aalok | 8th Oct, 13:48 | | Bitmap .bmp file format load / How to load bitmaps. | mremci | 30th Jul, 14:54 |
|
|
|