-
-
-
[
C#(.net)]
XCtrls_Src.zip
... button pressed. In addition to the button graphics, it was important to include button text and control the alignment of the text with regards to the button image. It follows an XP style look and feel with some embellishments that are ...
-
[
Visual Basic (VB)]
interfacedesign.Rar
in the form to add an image controls to show Matlab mapping in time domain and frequency domain waveform graphics. Add two controls for text input sampling frequency and sampling points
-
[
Visual C++ (VC++)]
ReadOnlyComboBox_demo.zip
... ReadOnly property of a TextBox to true, you can t edit the text in the TextBox anymore. The user can still select the text and ... so the user has a visual indication of the ReadOnly mode. The text is still painted in black, as in a normal editable TextBox.
-
[
PHP]
phpEmail.zip
PHP SMTP, Email spam tools, can send Text, HTML format letters, inflating the number annex, through the machine or other transmission Mail Server
-
[
Matlab]
PkgMyAntiAlias.zip
... anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
Category:
matlab Upload User:
ssdrskli Size:
267K
-
[
Delphi]
VirtualMemory.rar
... const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if ...
-
[
Visual C++ (VC++)]
VC+++.rar
... , hereinafter referred TTS), its role is to put the engine through TTS text into voice output. This is not about how to build its own TTS engine, but simply how to use Microsoft Speech SDK to build their own text-to-speech conversion application.
-
[
Visual Basic (VB)]
AClass2PrintRecordset.rar
design Few things to note.1. If you make rowheight too small the text will be printed in the cell below that cell.2 one. If you want to print field names issue PrintFields method. This method should always be used before PrintOut method.3. Font is not ...
-
[
C/C++]
lzari_huf.rar
... , if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.