Search found 23 matches: representation

Return to advanced search

Re: FWTool to automate DBF and mod harbour

... your corrections of the flow chart? no I would never dare, you are a computer teacher right? In computer science, the flow chart is a graphical representation of the operations to be performed for the execution of an algorithm. Each single step is displayed by a series of standard symbols. for ...
by Silvio.Falconi
Tue Oct 26, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1119

Artificial Intelligence: GPT with Harbour and FWH

... in "space". This way we can add "red" and "blue" and obtain "purple". We can see that this vector representation allows to "sum" colors, find "near" colors, "sustract" them, etc. word2vec https://code.google.com/archive/p/word2vec/ ...
by Antonio Linares
Fri Aug 14, 2020 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1358

Data representation in xBrowse

Hi,

There is an xBrowse with an array. Sometimes the user needs to see data in the form of a tree relative to a particular column(by clicking on the column header). How do I do this ?
by Natter
Thu May 14, 2020 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data representation in xBrowse
Replies: 0
Views: 330

Re: Librería LeafLet

Hola Sr. Navarro, cuando quiero pegar el texto del archivo error me arroja el siguiente msj.


Not Acceptable!

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.

Antes lo podía hacer sin problemas
by caducca
Wed Oct 30, 2019 11:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería LeafLet
Replies: 28
Views: 3460

Re: DLL32 definition with double parameter type

Massimo Linossi wrote:Placing a replicate(chr(0),8) in the importo variable I have the same result.


Probably it's not the right binary representation for 0 double value the function is expecting. There is any mention in the docs about the expected double format?

EMG
by Enrico Maria Giordano
Mon Dec 18, 2017 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2875

How AI should be implemented and regulated

... C) Systems that act like humans, such as systems that can pass the Turing test or other comparable test via natural language processing, knowledge representation, automated reasoning, and learning. D) A set of techniques, including machine learning, that seek to approximate some cognitive task. ...
by Rick Lipkin
Wed Dec 13, 2017 1:59 pm
 
Forum: latest AI news
Topic: How AI should be implemented and regulated
Replies: 0
Views: 607

Re: Interfacing with Dicom sistems

... (e.g., Jr Or Iii) XPN.5 20 ST O Prefix (e.g., Dr) XPN.6 6 IS B 0360 Degree (e.g., Md) XPN.7 1 ID O 0200 Name Type Code XPN.8 1 ID O 0465 Name Representation Code XPN.9 483 CE O 0448 Name Context XPN.10 53 DR B Name Validity Range XPN.11 1 ID O 0444 Name Assembly Order XPN.12 26 TS O Effective ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11769

Re: Round diffecrence between MariaDB and SQLite

... up all the time when dealing with floating point binary numbers. The general rule to remember is that most fractional numbers that have a finite representation in decimal (a.k.a "base-10") do not have a finite representation in binary (a.k.a "base-2"). And so they are approximated ...
by Marc Vanzegbroeck
Thu Apr 13, 2017 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Round diffecrence between MariaDB and SQLite
Replies: 2
Views: 610

Re: Report Drill Down

... line. I may be preaching in the wilderness here or I may be missing something. I mean -if other xbase companies have acquired fastreports representation and have rolled out what they claim to be an (x)harbour implementation of fastreports that works even for fw users, then fw should have ...
by reinaldocrespo
Fri Jan 29, 2016 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Drill Down
Replies: 34
Views: 8630

Re: How to use JOIN command in MySql.LIB?

... Join command very well: http://www.w3schools.com/sql/sql_join.asp http://www.codeproject.com/Articles/33052/Visual-Representation-of-SQL-Joins Hope I am helping, Regards, Antonino Perricone
by AntoninoP
Tue Jun 23, 2015 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use JOIN command in MySql.LIB?*Understood/More Clear*
Replies: 7
Views: 1828

Re: En tiempo de compilacion...

... can suggest something differ. 8. Numbers are not converted and stored as other tokens in literal form. It's important to not change the numbers representation or compiler will have problems with calculating declared size and decimal places. The number tokens can be in the following form: [0-9]*[\.[0-9]+]. ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1552

Re: FWH 64 promotional offer

... We could avoid adding the 40 fields (one for each attribute) by substituting these fields by just one CHAR field where we can put the binary representation in Hexadecimal format (setting the bit in accordance with the atribute) and apply any bitwise operation to this data.
by George
Mon May 05, 2014 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 promotional offer
Replies: 10
Views: 2349

Re: Fastreport y PDF sin pasar por un PREVIEW

... // SetProperty("PDFExport", "ShowDialog", .f.) // // For Delphi enumerated types and set type use its // string representation, for example: // SetProperty("Designer.DefaultFont", "Style", "[fsBold, fsItalic]") // //////////////////////////////////////////////////////////////////////// ...
by joseluisysturiz
Wed Mar 06, 2013 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport y PDF sin pasar por un PREVIEW (SOLUCIONADO)
Replies: 6
Views: 1283

Re: Pasar de binario a hexa

... Binary Conversions 'The Functions in this module are designed to aid in working with BINARY 'numbers. Visual Basic does not include nor allow any representation of a 'number in binary format. Therefore, all of these functions work strictly on 'strings. All of the parameters passed into them and ...
by Willi Quintana
Thu Dec 01, 2011 12:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar de binario a hexa
Replies: 2
Views: 662

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... (bedipritpal@hotmail.com) * contrib/hbide/idehome.prg ! Corrected: paths to be shown in original case in "Stats" tab. It fixes the wrong representation of paths in *nix systems. 2010-10-20 17:02 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qscintilla/qth/QsciAbstractAPIs.qth ...
by Pritpal Bedi
Tue Oct 26, 2010 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99029
Next

Return to advanced search