complex string comparison -
Hi all,
I want to compare 2 strings of text (product description)
example:
string 1: Cup. knee 12mm x 15mm cap. 90degr.
string 2: VSH knee 12mm x 15mm 90 / cap.
these 2 strings represent the same product (different suppliers)
is there a way to compare the strings word by word and return True when, lets say, they match for 70%
I think i can make something, but my knowledge is limited so i will end up with a huge (slow) code. I have to compare thousands of strings so my comp will melt i'm afraid
is there anyone that has made something like this before or has some hints?
Thanx! Remvs
Resource Manager - Case Sensitive String Comparison (Resolved) -
Hi there,
I havent posted on this site for quite a while... sorry...
I have a question, is it quicker to perform a case sensitive string comparison rather than a non cases sensitive comparison. I have a resource file that contains quite a few strings, could i optimize access spe
Complex Numbers Class -
hello everyone,
I have been working for my Data structures class for a week now and have been attempting to understand this whole complex numbers concept. My textbook has very little description on the operations for complex numbers, so I was hoping someone here would be better able
Best comparison algorith -
Hello,
Can anyone suggest an algorithm to read a disk file and compare each record to another string?
I was thinking of reading the disk file into a new Collection, then doing a keyed comparison to the other String. Does this sound flakey guys?
My concern is to use a routine t
Listview Sort -
Hi all,
I'm trying to sort a list view control, but I don't want it sorted using string comparison.
I know that a callback function can be used for comparison, but I don't seem to be able to make it work.
Some code would be very helpfull, thanks a lot.
complex string comparison -
Hi all,
I want to compare 2 strings of text (product description)
example:
string 1: Cup. knee 12mm x 15mm cap. 90degr.
string 2: VSH knee 12mm x 15mm 90 / cap.
these 2 strings represent the same product (different suppliers)
is there a way to compare the strings word by
I'm Back! - Need Help w/ String Comparison -
Hey Everybody!
Its been a long time since ive been at these forums, but the time of return has finally arrived. I just started doing C++ very recently (in fact, about 4.5 days ago) and I was looking to do string comparison as part of a little beginner project.
My question i
Need to know a shortcut for string comparison -
I have an array of string for e.g. strarr={"A1", "B1", "C1", "D1" )
I want to match a string variable from another similar string array with strarr.
In order to minimize the processing time I wanted to do it as follows instead of a for loop.:
comparison between ASP and JAVA servlet techonlogy -
Hello All,
Can you give me the comparison between ASP and JAVA servlet techonlogy , i 'm preparing for a presentation i have to describe the diffrence between ASP and JAVA so anybody who knows the above please tell me the same
comparison based on technology , speed, performance
Bitmap Comparison -
A quick question (hopefully:
I've got two bitmaps, one stored to disk, and one that's put into a picturebox using bitblt. I'd like to compare the two and check if they're identical.
Is there a simple way to do this? Er, even a complex one would be good. Right now, I'm checking
[2005] Declare < > (less/greater than) -
Hi!
How do i declare a less than or greater operator? (if thats the correct wording)
For example:
Code:
Private Sub Compare_Values()
Dim Comparison as _____??
Comparison = <
'// Comparison operator will be a variable set by the user input
'// it will either be le
VB6 -- Find all differences between two strings/files (FAST). -
Just a module that I cooked up for doing string/file comparison. Pass it two strings, and it returns a comma delimited string of character positions that are unmatched in the other string. So, to get all changes (insertions and deletions) it would need to be called twice. For exampl
Learning and Comparing various Hardware -
Just recently, I've been asked to become computer hardware advisor. I, being a software consultant for most of my life, have virtually no knowledge in computer hardware. Is there any site that compares various brands of printers, scanners, multifunction machines, etc. I'm more concered
Questions about code efficiency -
1. Does anyone have a list of opcodes along with the number of clock cycles they use up?
2. When comparing speeds of code, is it enough to just compare the number of clock cycles that each instruction takes? Or is it more complex than that (I'm talking about instruction-by-instruct
Newline in constant Overloading the << operator -
hello everyone!
I'm getting back into programming once again! wee.
Okay, anyways, I was trying to overload the ostream operator << so i could output my Complex numbers by using, Complex x(3,4); cout <<"x=" << x << endl;
so here is my Complex.h
Complex Data Binding -
Hi!!!
Has anyone of you ever tried to write a complex databound ActiveX? I would like to have the source code. VB has only a template of a complex databound class object, not an ActiveX. It helped me a little, but I still have problems.
Thanks!!!
which is greater -
hi all ,
i want to perform comparison between two variable and find out which is greater without using comparison operator.
give me suitable answer,
regards,
abhishek mishra
XML comparison -
Hi,
I have two XML files needed to compare to indicate whether they are same. The comparison focuses on the Data inside the two xml files. the tag sequence could be different.
Thanks for help
Robert
image comparison algorithm -
does anyone know of any image comparison algorithms that can compare two black + white images?
-C
Excel cell comparison with listbox value -
Hi there, another simple one from Simple Si...
I have a list box lstInverterModel whose items are a list of Excel cells with a string like "Trace, SW2024E, 2000" in them.
I need to do an IF comparison of the value of lstInverterModel.Value with the cells where the list
Option Compare Database -
I want my database to by default use binary comparison, not text comparison. Anybody know how to do that?
Wierd complex number question. -
This is a bit of a wierd one,
I'm looking for a function that will convert a complex number to its real and imaginary parts, using only complex number operations.
So if you imagine I had a calculator that could do all the complex number calculations, even eqponents and natrual
More comparison -
Hi again
Now it's a different type of comparison:
A B C D E F
A B C
I want to get the highest letter in cell A1, that'll say I want the value of D2. But it has to get the value in E2 if the letter D is there and in B2 the letter A.
I've tried with some i
String cast to double -
I had a class with a public integer member in it. At one point, I had a line such as this:
If class.theinteger = 0 then
However, I realized that the field couldn't simply be an integer, so I changed it to a string without altering the above line of code. Naturally, that line of
Date and Time comparison -
Guys,
Heres what i want to do. I have a logging program that records the date and time a process was started and also logs the date and time of when it completed. What i want to do is compare these values to get an elapsed time for the process. Because the logging program writes
Simple bit comparison routine HELP! -
Could anyone possibly suggest a simple routine / procedure that would take two files and do a complete comparison on a bit to bit basis?
I am VERY rusty with VB, so the simpler the better please!
Many thanks.
Ben.
how to do time comparison in VB -
i have a problem in time comparison.
i want to compare system time with given fixed time & want to get result in hh:mm:ss format.
plz help..............
Mid or Mid$ -
I am don't a whole bunch of string comparison (for making a crossword)... should I use mid or mid$ ???
Price Comparison -
Hi, there.
I have a page that show price and productid, also checkbox to choose to compare. how can i send parameter to another php page as array?
any better way?
any one has any example of price comparison (PHP) ?
thanks for advance
Question about a class -
New to OOPS and VB.NET
I am trying to design a class called 'RATE'
The rate object can be a "simple rate" or "Complex rate". The attributes of both simple rate and complex rate are exactly same. Its just that the complex rate is summation of 2 or more simple rat
MSChart Features... -
can anyone listm e what mschart can do and the type of charts that it can produce? i know there are so many third party component that far more better than mschart, even i use non-vb chart component in my project. but this is just for my own comparison,i'm doing charting tools comparis
[2005] is there a common tool to generate complex passwords -
Is there a tool integrated with asp.net 2.0 to generate complex password? , otherwise, if nothing is integrated with .Net 2.0, what s usually used in good pratices?
The passwords re gonna be used for sql server logins. Those re the same logins we put in our connection strings to a
Login Form using an ACCDB File -
Sorry if I missed this in my search, but I am having trouble with this for my course. I want to create a login form the will lookup the entry for comparison in an access 2007 db. My Current DB has 4 tables. I was able to look up how to establish the connection, but I am unable to lo
what is the syntax for string comparison -
hi,
I have a datareader that reads all my records then I want to filter only for cetain values
this is what I have but I get " End of statement expected"
---------------------------------
dim ids as string
ids = "1,2,5,9,8,54,52,14,1"
If dtrReport("ID&q
Including header files. -
Say I have a header file named as "Complex.h"
On .cpp I want to include it. So I test it on following three ways.
#include "Complex.h"
#include ".\complex.h"
#include "complex.h"
In all ways it works fine. So that means there is no any diff
Code comparison software -
Can anyone recommend any code comparison software (commercial or non-commercial)?
Features should include:
Showing of New & Deleted Lines
Modified areas in code
New files added would be a bonus
The standard stuff...
Thanks.
VB.NET comparison with Java -
With VB.NET offering so much new facilities like inheritence, structured error handling, polymorphism, java style syntax, easy database connectivity and much more.... what do you think about the comparison VB.NET vs. Java?
Do you think VB.NET will give Java programmers a run for the
A class question... -
I have come across a design issue (programming in vb.net) . It would be helpful if any one share their opinion about this .
I am trying to design a class and I wanted to make sure I am in the right path...
A 'Rate' is an interest rate at a specific maturity (Term on X-axis and
log of a complex number -
i'm writing a complex number class and having a bit of trouble with finding the log of a complex. I've obtained numerous sources of how you find it, so I have the basic idea, but the transition to C++ hasn't gone so great. Here's what I currently have (which is wrong):
Code:
Co
String Value Empty -
I'm making a program that involves complex string parsing and splitting.
For some reason, I can't seem to hold the value of my string beyond one event. For example:
- Opening text file for parsing and splitting as string$() on Command1_Click, string$(0) = has value
- Attempt to
Complex Numbers -
Does anyone know how to use complex numbers in visual basic? Or if it is possible to use them at all??
ie. What keyword do you use to signify i - the imaginary part?
Help would be greatly appreciated
Goat_Man