Search found 57 matches: inputs

Return to advanced search

Re: Class TNeuralNetwork for Harbour

... cFileName ) // no devuelve un valor. , Primero voy a compilarlo y asignarle la imagen. Querido Juan, Tienes que pensar en cual van a ser los "inputs" que le vas a dar a la red neuronal y cuales son los "outputs" esperados. Por ejemplo, imagina que le vas a dar 12 valores diferentes ...
by jnavas
Sun Nov 19, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TNeuralNetwork for Harbour
Replies: 16
Views: 1557

Re: Class TNeuralNetwork for Harbour

Querido Juan, Tienes que pensar en cual van a ser los "inputs" que le vas a dar a la red neuronal y cuales son los "outputs" esperados. Por ejemplo, imagina que le vas a dar 12 valores diferentes a la vez (en cada sesión de entrenamiento), ...
by Antonio Linares
Sun Nov 19, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TNeuralNetwork for Harbour
Replies: 16
Views: 1557

Spinner arrows

If I create a get control for numeric inputs with spinner clause … under Windows 10 the arrows for increase and decrease are always visible. Under Windows 11 they appear only if the user navigates to the place where they will be shown. Does ...
by Detlef
Sun Jul 23, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner arrows
Replies: 4
Views: 318

Re: Problem with xBrowse

... When leaving and returning to continue increasing more records, the browse throws the problem More data, I am simulating movements in a warehouse, inputs and outputs, at the outputs You must fill in the HDR_SUC field that contains the number of the destination branch, it is not the In the case ...
by Armando
Sun May 28, 2023 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2147

Re: Advise in Server hardware

Thanks for several inputs on my question. I'm sure that I will not start using the special servers system that come for 3500 euro. More hardware than needed. Cloud : tja... I think that there will always be smarther people that can ...
by Marc Venken
Mon Apr 03, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1173

Re: Mostrar html local usando webview2

... locales y el resto de la caja negra con FW. Es posible esto con WebView2? Se pueden capturar los datos del html, ósea recoger la info de los inputs? A ver si queda claro: lo que no permiten los exploradores por seguridad, la carga de recursos locales ( css, js, etc. ), por lo tanto no es ...
by cnavarro
Fri Feb 10, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 721

Re: Mostrar html local usando webview2

... locales y el resto de la caja negra con FW. Es posible esto con WebView2? Se pueden capturar los datos del html, ósea recoger la info de los inputs?
by leandro
Fri Feb 10, 2023 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 721

ListBox Input Field Scrolling........

I have a Listbox defined, in which the user inputs data in text.. The variable size is 90 characters, the input field is 40 characters. Is it possible to have the input text scroll horizontally to get the complete text? In ListBox.... The blue ...
by RiazKhan
Fri Apr 15, 2022 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 250

UPC lookup

A barcode reader inputs what it sees into a text field. On products, what is "seen" is the UPC ( Universal Product Code ). I have no problem retrieving this with a barcode reader and inserting it into the right field for ...
by TimStone
Mon Apr 11, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 241

Re: 1-to-many loke Foxpro

... simple example. This is the configuration to document. http://www.vms.be/tmp/Example.jpg This is the main database with the inputs http://www.vms.be/tmp/MAIN.jpg This is the child database with all the connection http://www.vms.be/tmp/CHILD.jpg ...
by Marc Vanzegbroeck
Fri Sep 17, 2021 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1203

Discussion about CSS and inline <STYLE></STYLE>

... and <style> elements are in the HTML 18:28 To avoid cluttering STYLES, I have a div that has an ID, and this div contains a series of inputs and labels. So I am JUST trying to format the input within that particular div. These apps are just small web pages. Andreu, 18:29 that is not ...
by Otto
Wed May 12, 2021 4:41 pm
 
Forum: mod_harbour
Topic: Discussion about CSS and inline <STYLE></STYLE>
Replies: 1
Views: 219

Re: Printer class question

... standard using the class. With that in mind, I'm afraid I don't really understand how this differs from what you want. In my example, the user inputs all the data into a workorder which he interacts with on the screen. To print an invoice ( or other document ) he simply presses a single button ...
by Silvio.Falconi
Wed Oct 21, 2020 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3345

Re: Printer class question

... standard using the class. With that in mind, I'm afraid I don't really understand how this differs from what you want. In my example, the user inputs all the data into a workorder which he interacts with on the screen. To print an invoice ( or other document ) he simply presses a single button ...
by TimStone
Wed Oct 21, 2020 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3345

Re: Artificial Intelligence - Class TNeuralNetwork

...   aHiddenLayers INIT {}          DATA   oOutputLayer      METHOD New( nInputs, aHiddenLayersNeurons, nOutputs )   METHOD Learn( aInputs, aOutputs, lDebug )   METHOD Propagation( aInputs, ...
by Antonio Linares
Sat Oct 03, 2020 5:59 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial Intelligence - Class TNeuralNetwork
Replies: 3
Views: 634

Re: Artificial Intelligence - Class TNeuralNetwork

... nilCLASS TNeuralNetwork   DATA   oInputLayer      DATA   aHiddenLayers INIT {}          DATA   oOutputLayer      METHOD New( nInputs, aHiddenLayersNeurons, nOutputs )   METHOD Learn( aInputs, aOutputs, lDebug )   METHOD Propagation( aInputs, aOutputs )  ...
by Antonio Linares
Sat Oct 03, 2020 5:50 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial Intelligence - Class TNeuralNetwork
Replies: 3
Views: 634
Next

Return to advanced search