Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
pairs
- Page 1
Re: Differential Directory, indexing method
Programming
Software Development
6 Days Ago
by xrjf
… list {2, 5, 7, 1, 4, 3, 8, 6}: Sort
pairs
: (2, 5) → [1] (1, 7) → [2] (3, 4) → [3] (6…
Pairs in random numbers
Programming
Software Development
16 Years Ago
by abacian1983
Hello I want to make
pairs
between random number and non random numbers. so that random … I am new in c++ so please help in making
pairs
. I used seed function so that when I run it…
Pairs of Random Numbers in an Array
Programming
Software Development
11 Years Ago
by _Devower
…. I'm trying to create 4x4 array that holds 8
pairs
of numbers in randomly generated spaces. For example, the array… having a hard time understanding how to populate it with
pairs
of numbers. Any help or resources would be appreciated. I…
Re: Pairs in random numbers
Programming
Software Development
16 Years Ago
by Nick Evan
… code won't work. Also, if you want to make '
pairs
of number', don't use an odd amount of elements…
pairs of data
Programming
Databases
16 Years Ago
by bluebird
hello! How can I display if the query results more than one value? For example, how can I do a query that produces all
pairs
of salespeople who are living in the same city. Thanks in advance.
Re: pairs of data
Programming
Databases
16 Years Ago
by gurshan
[QUOTE=bluebird;777855]hello! How can I display if the query results more than one value? For example, how can I do a query that produces all
pairs
of salespeople who are living in the same city. Thanks in advance.[/QUOTE] with the help of sub queries.
Find linking pairs
Programming
Software Development
9 Years Ago
by ogsirus
…a program which currently accumalates different
pairs
and their frequency from an excel spreadsheet. (1280
pairs
) Want I want to achieve is… from the top 20/30
pairs
, if I can find
pairs
that link e.g. Pair 1 [1,33… set of 10 numbers which are linked together by thier
pairs
. Anyone one have any ideas, would apreciate it? Kind Regards…
Another noob loop question. Pairs and different sized for loops.
Programming
Software Development
15 Years Ago
by DaveTran
… = 4 j = 1 i = 4 j = 2 This has repeating
pairs
of numbers (e.g. i = 0 j = 2 and i… the forum members (apegram) suggested a method for non repeating
pairs
using [CODE] int maxIndex = 5; for (int i = 0; i… are no repeating pair of numbers but all the possible
pairs
of numbers haven't been found. How is it possible…
Re: Find linking pairs
Programming
Software Development
9 Years Ago
by ogsirus
… numbers. For each line I get the amount of possible
pairs
there could be so if a line is 1,2…,3,4,5 Then the
pairs
would be [1,2],[1,3],[1,4] and so… find within the top 20/30 if some of these
pairs
can join by either value it contains. I.E [1…
Re: c# name value pairs in string
Programming
Software Development
15 Years Ago
by serkan sendur
…Text; namespace WindowsApplication4 { class Class1 { // the name-value
pairs
will be like name1=value1&name2=value2& and… = 2; this.label1.Text = "Enter your name-value
pairs
"; // // textBox2 // this.textBox2.Location = new System.Drawing…
Re: Another noob loop question. Pairs and different sized for loops.
Programming
Software Development
15 Years Ago
by DaveTran
…;, i, j); } } [/code] I this how most people would test
pairs
then? I'm just trying to think of an application…
Why do incorrect value pairs still reflect a record?
Programming
Databases
16 Years Ago
by briandouglas
… the requesting page even though one of the two value
pairs
is incorrect? And if so, can it be changed? Here… attached a querystring to a URL. It has two value
pairs
, Film_ID and FilmTitle. When passed to the browser, they successfully…
Re: Why is this not giving me random pairs of numbers
Programming
Software Development
15 Years Ago
by restrictment
…] Edit: Oops, I read it to fast, you want random
PAIRS
, sorry. Here is the modified code that will print out…
pairs
. [code] #include<iostream> #include<time.h> …[1] are two different numbers. If you would like more
pairs
simply copy and past with random2[0] and random2[1].
top 10 word pairs
Programming
Software Development
12 Years Ago
by SakuraAssassin
im having trouble displaying the 10 most common word
pairs
. im sure it is just a matter of sorting and … this and display the top 10 most commonly used word
pairs
?
Re: redefine equlity of pairs
Programming
Software Development
14 Years Ago
by sbrohee
… in my program I play with a std::set of
pairs
. When I add a pair in the set, I want… old one (second instruction) ... which is far from being efficient.
Pairs
are suited structure in my case (at least I think…
Re: Mysql query to list all most common pairs with their IDs
Programming
Databases
7 Years Ago
by Mati_1
For most common
pairs
. If it is possible, it would be nice to have a threshold level. for example if threshold is set to 5, then it would list only the most common
pairs
that occur at least 5 times.
All-pairs Shortst Path: Floyd help
Programming
Software Development
19 Years Ago
by Tigerdude
… got most of the methods working except one: An all-
pairs
shortest path that uses Floyd's Algorithm. I've written…
interger pairs
Programming
Software Development
17 Years Ago
by Ccrobinson001
Could anyone help me with an issue that I have? I have a program that reads from a data file using an array and the data is structured as a long interger. I am trying to break up a long interger in to
pairs
i.e 141251 into 14:12:15 using c++.
Re: interger pairs
Programming
Software Development
17 Years Ago
by Narue
…;<'\n'; } } [/code] That way the input method forces integer
pairs
[b]and[/b] avoids the potential overflow. It also greatly…
Copying three pairs into a vector
Programming
Software Development
16 Years Ago
by DaveCachia
… with another C++ problem. I am trying to add three
pairs
into my main vector 'theMap'. I am thinking I need…
Re: Copying three pairs into a vector
Programming
Software Development
16 Years Ago
by DaveCachia
…::pair<typename_Ty1, typename_Ty2> I need to add three
pairs
(one,two,three) into 'theMap' using the member functions of…
Re: Copying three pairs into a vector
Programming
Software Development
16 Years Ago
by DaveCachia
…,string> one,two,three; /***** BEGIN STUDENT CODE *****/ // Add three
pairs
into `theMap'. According to the documentation, which of the // map…
retreiving and storing in key value pairs
Programming
Web Development
15 Years Ago
by kadamati
… how to get collegename and college id in key value
pairs
Re: retreiving and storing in key value pairs
Programming
Web Development
15 Years Ago
by hardik.rajani
… how to get collegename and college id in key value
pairs
[/QUOTE] What you want to do??? Retrieve values from database…
How to effectively count pairs
Programming
Databases
15 Years Ago
by CNIDog
I need to create a table to store matched
pairs
that I can query and get a count of how …
Re: How to effectively count pairs
Programming
Databases
15 Years Ago
by CNIDog
… with two columns and I would like to count number
pairs
exactly as you explained.
c# name value pairs in string
Programming
Software Development
15 Years Ago
by serkan sendur
guys i need an error-free way of keeping name value
pairs
in a regular c# string. i am quite busy, i dont think i am able to come up with the best algorithm now. what i want is two methods one to add a name-value pair to the string, the other is to get the value of that name. Thanks for your help.
Re: c# name value pairs in string
Programming
Software Development
15 Years Ago
by serkan sendur
all my name-value
pairs
will in one string like a query string in url. is that what it comes to? i couldnt see it right away but i am busy too :) dont try to answer to a busy guy if you are busy your self too :)
Re: c# name value pairs in string
Programming
Software Development
15 Years Ago
by DdoubleD
…://www.albahari.com/nutshell/ch24.aspx[/URL] Extracting “name = value”
pairs
(one per line): [code=csharp] string r = @"(?m)^\s…
Re: c# name value pairs in string
Programming
Software Development
15 Years Ago
by serkan sendur
…://www.albahari.com/nutshell/ch24.aspx[/URL] Extracting “name = value”
pairs
(one per line): [code=csharp] string r = @"(?m)^\s…
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