Search found 130 matches: matrix

Return to advanced search

Re: PDF distorcionado con Tprinter en Matricial

With dot-matrix printers, please use simple text only
by nageswaragunupudi
Sat Mar 23, 2024 8:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF distorcionado con Tprinter en Matricial
Replies: 6
Views: 1284

Re: XML, CON ARCHIVO ADJUNTO PDF

... endobj 4 0 obj <</Type/XObject/Resources<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]>>/Subtype/Form/BBox[0 0 725 270]/Matrix [1 0 0 1 0 0]/Length 2367/FormType 1/Filter/FlateDecode>>stream xœ½šËŽäÖD÷õý>«êþ‚/´ÒBÐN°¡Ó€¼ñï›ÍŒ|D 0 Ì¢y†‘gØ= Æ%ëþù˜>–×ôaÇ×éãóñZöüúõ÷Ÿß??þõ˜?þóX>þv¤þxÌÓÇß¿ü:}üöøóøó ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2294

Reading QRCodes

Hello again Fiwinners;

Can anyone here read QR Codes?

This squared dot matrix dots and squares can store a lot of information. Given a QR code storing text, can we read it with fw or harbour? Is anyone here reading QR Codes?

Thank you.
by reinaldocrespo
Wed May 17, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 539

Transponer un array

Me gustaría saber como se puede de una manera sencilla transponer un array.
Estuve probando con la clase FW_Matrix pero no la he entendido bien porque no logro transponerlo.
Seguramente se debe a mi torpeza. :roll:
by jose_murugosa
Wed Apr 12, 2023 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Transponer un array
Replies: 5
Views: 403

edit a cell of a xbrowse

I build a dialog to create matrices that I need to create reduced systems https://i.postimg.cc/bJ7NSTws/matrix.png at the beginning I create an xbrowse with three columns and one row the rows are the combinations of the matrix and I can edit any cell,insert a number ...
by Silvio.Falconi
Thu Jun 09, 2022 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 695

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... lineal si u es numérico o de matriz si u es matriz METHOD Linear( lSet ) INLINE ( ::plLinear := If( lSet == nil, .t., lSet ), Self ) matrix:Linear() // El operador operando siempre realiza un cálculo lineal. METHOD Invert() METHOD Inverse() INLINE ::Invert() OPERATOR "+" ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

New FTDN December/Diciembre 2020 (FWH 20.12)

... TVItem. * MEMOEDIT.PRG - Changes for better use and implementation of the TRichEdt5 control * BITMAPS.C - Added new bitmap: closebn * Support for Matrix calculations: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39736 * New CLASS FW_Matrix (for matrix calculations) CLASS FW_Matrix: ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

Re: FWH: Support for Matrix calculations

... of C functions is provided to build highly efficient C level programs. These functions are independent of FW_Matrix class. In this library, matrix is stored in the following structure: typedef struct _MATRIX{   int rows;   int cols;   int len;   int ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

Re: FWH: Support for Matrix calculations

FW_Matrix without FWH: FW_Matrix class can be directly used in console mode, without using FWH at all. Sample: #xtranslate matrix( <a> ) => FW_Matrix():New( <a> )//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Thu Dec 10, 2020 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

Re: FWH: Support for Matrix calculations

... ::aMatrix ), 0 ) ACCESS IsIdentity CONSTRUCTOR METHODS: METHOD New( aArray ) CONSTRUCTOR METHOD Identity( nSize ) CONSTRUCTOR // --> Identity matrix of nSize rows and nSize cols. METHOD Random( nRows, nCols, nMin, nMax, lInteger ) CONSTRUCTOR nMin and nMax default to -1 and +1 Returns a matrix ...
by nageswaragunupudi
Thu Dec 10, 2020 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

FWH: Support for Matrix calculations

In the coming version, FWH provides an easy interface to perform complex matrix calculations with its new class FW_Matrix. Using this class, matrix calculations can be as simple as performing normal arithmetic like this: matrix3 := matrix1 * matrix2  matrix3 ...
by nageswaragunupudi
Thu Dec 10, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

Re: matrices multiplication

All the new matrix functions are still under testing and may still need some fixes.
by nageswaragunupudi
Mon Oct 12, 2020 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1031

Re: Agregar Funcion F1 en CB EAN-128

... 5 // 12 = Industrial 2 of 5 // 13 = Industrial 2 of 5 check digit // 14 = Interlaved 2 of 5 // 15 = Interlaved 2 of 5 check digit // 16 = Matrix 2 of 5 // 17 = Matrix 2 of 5 check digit La UCC/EAN-128 , no aparece.
by Adolfredo Martinez
Fri Feb 07, 2020 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar Funcion F1 en CB EAN-128
Replies: 6
Views: 1446

Re: EasyReport Print To PDF File Without Dialog window ?

... itself is responsible for creating the bar code and drawing it at the time of printing. As you told me, I changed the type of bar code to 17 "matrix 2 of check digit", but it did not work either. I do not know the syntax to send the value of the QR code to easy report. I imagine something ...
by leandro
Tue May 14, 2019 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport Print To PDF File Without Dialog window ?
Replies: 20
Views: 3545

Re: User defined Windows captions

The calculation of a image-matrix resized in both directions http://www.pflegeplus.com/IMAGES/Zoom21.jpg FUNCTION SHOW_IMG( oWnd, nImgRow, nImgCol, nImgSpace, nFactorW, nFactorH, lWZoomed )LOCAL oGraphics := Graphics():New( ...
by ukoenig
Tue May 14, 2019 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 4356
Next

Return to advanced search