MFC Black Book
Introduction:
Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you.
This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.
Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track changes to a file, in real time, as they happen?
Well, now with the Objektiv Tail for Win32, you ll be happily monitoring your log files like you ve never done before.
What s even better, you can track several files all at the same time with the patented "Multiple Document Interface"TM technology, with each file having its own, fabulous window.
BIOSIG is an open source software library for biomedical signal processing. Library works well with Octave and Matlab. Special emphasis is put on EEG/MEG/ECoG, but also other types of biosignals like ECG, EMG, etc. are supported.
annie is an ANN, ie, Artificial Neural Network library developed in C++. It can be used to implement various kinds of neural networks like Multi-Layer Perceptron, Radial basis function networks, Hopfield networks etc.
紅外線遙控器讀碼軟件,顯示紅外線波型,讀取并保存碼
IR Remote Control Unit Code Read System
產品詳細描述:
能夠像顯示器一樣顯示紅外線碼的波型
可以讀多達150種格式的紅外線碼
顯示紅外線碼的時間非常準確,誤差只有幾個微秒。
具有錯誤檢測功能
保存紅外線碼功能
自動識別碼的格式
比較樣機與所寫的新軟件的遙控器碼的異同
具體情況請訪問本網站:http://www.crzman.com/IR_Reader.htm
Display the Infrared wave on the software like oscillograph.
Can read more than 150 kinds of infrared code format
Display the Infrared time and the tolerance no more than many us.
Have error detect function
Save Infrared code function
Auto identify code s format
Compare the code from sample and new Remote Control Unit code)
Detail instance please visit address: http://www.crzman.com/IR_Reader.htm
This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a program which do JPEG-like entropy coding. A complete compression example is shown in TestMat2Vec.m. This file is all you need for Huffman coding in MatLab.
這是06年4月剛剛完成的程序,從opencore.org下載而來。用vhdl語言描寫,以及matlab仿真,testbench,以及在xinlinx上的綜合。
The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation.
"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C