comparison
C# Storing multiple Items in multiple arrays for comparison
I have an application that reads File names and their equivalent Hash codes from an XML(After i have created the XML using the same application) and What i would like it to do is compare one XML (the[详细]
2023-03-22 09:05 分类:问答integer and string comparison at system level
How are integers and strings compared at a low level? Like whenever we use int a = 11; int b = 12; compare(a,b); //Just an example comparison, not in any particular language.[详细]
2023-03-21 19:17 分类:问答How can I compare the content of two files of different types?
I\'ve some documents in MHT开发者_如何学运维ML format and in pdf format. I want to know whether the content is same or not in MHTML and PDF. How can i compare the difference? You will need an MHTML pa[详细]
2023-03-21 18:15 分类:问答Comparing two Dictionaries in C#
I have two dictionaries, both with the same structure and order (one is supposed to be an exact replicate of the other): Dictionary<int, ICustomInterface>and I want to check that they are equal[详细]
2023-03-21 17:53 分类:问答Compare two similar but not identical data tables
I have two data tables which have a primary key column in common but otherwise different structures as they\'re created from different tables. I\'d like to check which rows are missing from data table[详细]
2023-03-21 14:20 分类:问答Hexadecimal constant in C is unsigned even though L suffix
I know this is a simple question but I\'m confused. I have a fairly typical gcc warning that\'s usually easy to fix:[详细]
2023-03-21 12:22 分类:问答Comparison of two pdf files
I need to compare the contents of two almost similar files and highlight the dissimilar portions in the corresponding pdf file. Am using pdfbox. Please help me atleast with the开发者_如何学C logic.If[详细]
2023-03-20 23:23 分类:问答Ruby classes seem to be the same but not considered equal
How can two objects seem to be identical but are not? Have pickle_step that runs code \"model!(owner).send(association).should == model!(target)\"[详细]
2023-03-20 14:08 分类:问答what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++?
what i开发者_如何转开发s the difference between\"some\" == \"some\\0\" and strcmp(\"some\",\"some\\0\") in c++?[详细]
2023-03-20 13:11 分类:问答Comparing Integers Using "And" in If Statements
This may sound dumb but I am stuck and I am having no luck searching on the internet what would be causing this to happen. I have a method that I want to check to make sure that both integers entered[详细]
2023-03-19 16:01 分类:问答