Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
ratio
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
…"Hamming Loss: {hamming}") # Calculate Subset Accuracy (Exact Match
Ratio
) subset_accuracy = accuracy_score(targets, predictions) print(f"Subset Accuracy: {subset_accuracy…
Re: Ratio in C# HOW??
Programming
Software Development
17 Years Ago
by partyanimal
… you said what kind of calcculation you mean, andhow the
ratio
factors in[/QUOTE] Thanks for your reply Well what it… 0 then a picture box is coloured orange if the
ratio
is more than 4. If this ain't possible could… the number of clicks down it can give us a
ratio
of more than 4 and less than 4 so this…
Ratio in C# HOW??
Programming
Software Development
17 Years Ago
by partyanimal
… find away to create a calculation that will do a
ratio
of both of radio buttons selected to the value of…
Re: Ratio in C# HOW??
Programming
Software Development
17 Years Ago
by scru
I don't really get what you mean. Maybe if you said what kind of calcculation you mean, andhow the
ratio
factors in
Ratio in gravity force formula
Programming
Software Development
16 Years Ago
by HarryGabriel91
… the datas to make the program work correctly. A good
ratio
may solve it, but I'm not sure.
Re: Ratio in gravity force formula
Programming
Software Development
16 Years Ago
by HarryGabriel91
I can't do all of the calculations in nature values, because the distance is calculated from the coordinates. But maybe my problem was that I scaled by that
ratio
you also mentioned, but not with it's square, just with first degree. I'll check it out.
Re: Ratio in gravity force formula
Programming
Software Development
16 Years Ago
by StuXYZ
… would choose the min and rescale, Note that if the
ratio
max/min is getting greater than 1e6 then you are…
C++ Ratio! help please!
Programming
Software Development
16 Years Ago
by xxjinseruxx
… y number of deaths and this creates an answer for
ratio
" :1" for example " how many kills ?…x; int y; int main () { float x,y, dummy; float
ratio
= .046; //declare variables char rerun; cout<<"Welcome…;< "Would you like to input information for another
ratio
? <y/n>: "; cin >> rerun;…
Re: aspect ratio?
Hardware and Software
Hardware
19 Years Ago
by chrisbliss18
… an image. With computers, you can think about aspect
ratio
as the relationship between the horizontal pixels and vertical pixels…Most screens are designed to display signals with an aspect
ratio
of 4:3, thus you see computers commonly supporting … set my resolution to 1600x900 (a 16:9 aspect
ratio
), my on-screen image will appear to be squished …
Re: C++ Ratio! help please!
Programming
Software Development
16 Years Ago
by xxjinseruxx
… many kills and deaths you have divided by the
ratio
the exact
ratio
is 2.74:1 rounded up but when i… with the code i get "1.#INF:1" [
ratio
set at = 0.000] all i need it to do…
Help with SQL query (Calculate a ratio between two entitiess)
Programming
Databases
15 Years Ago
by Mestika
… gets points for every new thread. Then, calculate the
ratio
of points for the number of threads. Example: User … points. User A has started 6 thread. The point
ratio
is: 50:6 My schemas look as following: student([… = student.studentid[/CODE] My problem is to find the
ratio
between the faculty members salary in regarding to the number…
Re: C++ Ratio! help please!
Programming
Software Development
16 Years Ago
by vmanes
… to type double, get double result } [/code] Forget that [b]
ratio
[/b] variable, it's not needed. Especially if you set… | ios::showpoint); cout.precision(2); cout<<"Your
Ratio
is: "<< converter(x, y) << "…
Re: Help in image ratio...
Programming
Web Development
15 Years Ago
by cwarn23
…=$height/$width; $newwidth=200; $newheight=$width*$
ratio
; } else { $
ratio
=$width/$height; $newheight=200; $newwidth=$height*$
ratio
; } //function for resize image. if (function_exists(imagecreatetruecolor…
Re: C++ Ratio! help please!
Programming
Software Development
16 Years Ago
by vmanes
… does it do? What's the purpose of the [b]
ratio
[/b] variable? In your example, how do come up with…
Re: C++ Ratio! help please!
Programming
Software Development
16 Years Ago
by xxjinseruxx
… again under the last peice of information from the last
Ratio
, if anyone has a way to do this i'll…
Re: Help in image ratio...
Programming
Web Development
15 Years Ago
by cwarn23
…($file_tmp); //calculate the image
ratio
if ($width>$height) { $
ratio
=$height/$width; $newwidth=200; $newheight=$newwidth*$
ratio
; } else { $
ratio
=$width/$height; $newheight=200; $newwidth…
Help in image ratio...
Programming
Web Development
16 Years Ago
by mrcniceguy
…width must be Max=200px but for height
ratio
,whichever even up to 500px depending with … width and height and keep the height
ratio
. list($width, $height) = getimagesize($file_tmp); //calculate the …image
ratio
$imgratio=$width/$height; //From here is where …
Photo changes aspect ratio on widescreen monitor.
Digital Media
UI / UX Design
14 Years Ago
by MidiMagic
… photo on a website, the photo stays the same aspect
ratio
on both widescreen and normal monitors. But I have one…. When using the widescreen monitor on this page, the aspect
ratio
is wrongly changed so the image is shorter than it… be. Is some special coding needed to preserve the aspect
ratio
?
Re: Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by Troy III
…code <script> function resize( img,
ratio
){ img.width = img.width *
ratio
} </script> <button onclick …...: <script> function resize( img,
ratio
){ img = document.images[img]; img.width = img….width *
ratio
}</script> <button onclick = "resize…
help finding ratio
Programming
Software Development
11 Years Ago
by giancan
… good and some are not... but I cannot find the
ratio
. I know it souns strange but let me explain. Here…: total matching - inlier - resulting homography. I couldn't find a
ratio
in the values. I tried the following if value2/value1…'t work too). Can you help me finding a good
ratio
for the above values? I can accept some errors but…
Re: is height to width ratio % possible?
Digital Media
UI / UX Design
15 Years Ago
by macneato
… height in your css $(movie).css({ height:
ratio
}); }); </script> [/CODE] If…Set the height in your css $(movie).css({ height:
ratio
}); }); </script> <style>…
Re: Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by Troy III
…to scale an image,..."* question, - *"keeping aspect
ratio
"* is what takes the priority (not the scaling), because…s why my answer is concentrated on the "aspect-
ratio
" issues rather than the scaling itself. (the … to what was posted, was not preserving the aspect
ratio
;the example I recently posted, does.) My demo was…
Re: How to compute "Current Ratio" in C++ program??
Programming
Software Development
11 Years Ago
by Prem_1
… to run the program. There have 10 formula in finicial
ratio
. So, how to put 10 formule in the program but…. **EXAMPLE:** In the code, write like "**current
ratio
** " then only current
ratio
will run by ask the value "current…
Re: How to compute "Current Ratio" in C++ program??
Programming
Software Development
11 Years Ago
by deceptikon
… run the program. There have 10 formula in finicial
ratio
. So, how to put 10 formule in the program…is or solve your problem as-is. double financial_ratio() { double
ratio
= current_ratio(some_asset, some_liability) + (some_value / some_delta) + (another_value / another_delta…
Re: help finding ratio
Programming
Software Development
11 Years Ago
by Gribouillis
I dont think there is a *good
ratio
*. I used this code import numpy as np import matplotlib … are good data. If there was anything like a good
ratio
, the two sets of points would be separated by an…
aspect ratio?
Hardware and Software
Hardware
19 Years Ago
by geegoo
hallo, i m having trouble understanding the concept of aspect
ratio
of a screen..i mean is it in inches or in pixcels? and every src i read has a different definition.. and how could i know the aspect
ratio
of my monitor?
Re: Photo changes aspect ratio on widescreen monitor.
Digital Media
UI / UX Design
14 Years Ago
by MidiMagic
… style on a picture would cause it to change aspect
ratio
. But I was fooled. Two supposedly identical computers were not…
Maintain Aspect Ratio with Windows API
Programming
Software Development
13 Years Ago
by Sarkahn
… is a way to force a given aspect
ratio
of a window any time the user tries …WINDOWPOS * winPos = (WINDOWPOS*)lParam; // Adjust window dimensions to maintain aspect
ratio
switch( sideBeingDragged ) { case WMSZ_BOTTOM: case WMSZ_TOPRIGHT: winPos->cx = (…
Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Julia25
… script that when div resize(browser) it will maintain aspect
ratio
? ive tried using css which adjust the width through min…-max but wish to maintain the aspect
ratio
(height) [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…
Re: Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Troy III
…;html> <head> <title>Fixed Aspect
Ratio
</title> <style> #container { position: relative; min…: 100%; /*optional in case the poster image has exact aspect
ratio
*/ position: absolute; z-index: 1; } </style> </head…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC