The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

How to take complement of a language? [migrated]

I'm stuck on this question about context-free languages and was hoping for some clarification. L = {a^i b^j c^k | i=j and i=k} is NOT context-free. Show that its complement IS context-free. I ...
1
vote
3answers
27 views

Complement of empty index vector is empty index vector again

I know this question was already posted but the answer was a trick to solve the given problem some other way, but the core question remained unanswered. The question is this. somevector <- 1:5 ...
2
votes
1answer
95 views

find complement of regular expression

There's a question on my exercise sheet to find the complement of two formulas (1) (aa|bb)* and (2) (a|b)(aa|bb)(a|b). complement of both is in my opinion a* | b*, meaning only a's or only b's?
1
vote
1answer
55 views

Does the sign-bit change when using one's or two's complement?

I've been struggling with what seems like simple concepts, but I seem to keep combining and mixing up binary conversions. If you are given a number in binary and apply 1's complement, you invert all ...
-1
votes
1answer
102 views

Complement of a vector [closed]

Say I have a vector with some values, and I want to create a new vector that is the complement of that defined set. How can I do this in matlab? And, if my defined vector contains only values of 0s ...
0
votes
3answers
253 views

What is the Decimal value for the 8-bit 2's complement number 11010110?

This more of a hw question but I cannot figure this one out. I thought it would be 214 but because of the first bit on the left, I am not so sure.
0
votes
3answers
215 views

1's complement of positive and negative numbers

I am dealing with 1's complement concept, then in my mind here arise a doubt 17=00010001 and its 1's complement is 11101110 -17=10010001 and its 1's complement is 01101110 is this correct? I ...
1
vote
1answer
44 views

Elements in a set that are not elements of another set (relative complement)

In matlab, how can I implement the following? Say that I have some set A and another set B, both of which have some elements. How can I write a function that returns only the values of B that are not ...
1
vote
3answers
132 views

Understanding signed numbers and complements in java

I have a 3 byte signed number that I need to determine the value of in Java. I believe it is signed with one's complement but I'm not 100% sure (I haven't studied this stuff in more than 10 years and ...
10
votes
3answers
133 views

Iterate over (item, others) in a list

Suppose I have a list: l = [0, 1, 2, 3] How can I iterate over the list, taking each item along with its complement from the list? That is, for item, others in ... print(item, others) would ...
-2
votes
3answers
393 views

reverse complement of a symbol array java

How to do a reverse complement of a symbol array in java? For example: GTCA is TGAC AAAACCCGGT is ACCGGGTTTT Or how to do just a symbol complement? I mean how can I use ~ with Strings?
1
vote
1answer
246 views

Better algorithm for complementing integer value excluding the leading zero binary bits

I will explain first what I mean by "complementing integer value excluding the leading zero binary bits" (from now on, I will call it Non Leading Zero Bits complement or NLZ-Complement for brevity). ...
0
votes
2answers
47 views

Mysql complement with many tables and grouping

I hope the answer is simple and I'm silly. So I've two tables: day (with PK id_day) and hour (with PK id_hour). I've an another table tilt_time which has id_day, id_hour fields and a plus FK field ...
0
votes
3answers
85 views

How to get complementary lines from two text files?

How to get complementary lines from two text files? File file1.txt has 123 foo 234 bar ... File file2.txt has 123 foo 333 foobar 234 bar ... I want to get all lines in file1.txt and not in ...
0
votes
1answer
3k views

how to calculate the one's complement for positive and negative number?

If I use one's complement to represent number, what result should I get? For example, number 01110 ( a positive number),its one's complement should be 01110 or 10001? if the number is 10001 ( a ...
-1
votes
1answer
132 views

Complementing bits in a register in Assembly Language

How does one complement an individual bit or bits in a register?
2
votes
4answers
291 views

Matching parts of lines in a file (python)

I currently have a list of genes in a file. Each line has a chromosome with it's information. Such an entry appears as: NM_198212 chr7 + 115926679 115935830 115927071 11593344 2 ...
1
vote
1answer
175 views

Find the (deep) complement of two hashes

The complement is the mathematical term for what I'm looking for, but for context and possibly more targeted solution: I have hash A, which can have nested hashes (i.e. they're N-dimensional), and I ...
0
votes
1answer
1k views

Signed magnitude, 1's complement and 2's complement of +46 and -17

can anyone verify if am I correct? +46 (7 bits) S.M : 0101110 1's C. : 0101110 ( the same ) 2's C. : 0101110 ( the same ) -17 (7 bits) S.M : 1010001 1's C. : 1101110 2's C. : 1101111 Thank you for ...
1
vote
1answer
93 views

Complement in ActiveRecord?

I am trying to find a complement using ActiveRecord and/or SQL. I have a collection of 'annotations' that each have two relevant fields: session_datum_id which corresponds to the user who ...
2
votes
4answers
393 views

python3: How to get logical complement (negation) of a binary number, eg. '010' => '101'?

Maybe I'm missing something but I can't find a straightforward way to accomplish this simple task. When I go to negate a binary number through the "~" operator it returns a negative number due to the ...
2
votes
2answers
368 views

Basic set-based operaions using a document database (noSQL)

As with most, I come from and RDMS world trying to get my head around noSQL databases and specifically document stores (as I find them the most interesting). I am try to understand how to perform ...
-1
votes
3answers
265 views

Why 1s complement is -2 [closed]

int main() { int a=1,b; b=~1; printf(""%d",b); return 0; } pls explain by showing bitwise operation it will be helpful to understand... thanks in advance.......
1
vote
1answer
467 views

Fuzzy Logic . How to get the complement

i came across the following fuzzy logic example about fuzzy logic. Representing Age Problem 2-1. Fuzzy sets can be used to represent fuzzy concepts. Let U be a reasonable age interval of human ...
1
vote
4answers
183 views

idiomatic way to construct the complement of an array in C

I'm writing a function that gets passed a pointer to an array of length 4. This array will contain integers 0 <= x <= 52 and I would like to construct an array of length 48 with every integer ...
8
votes
6answers
5k views

How can I invert bits of an unsigned byte in Java?

I am trying to write a decoder for a very simple type of encryption. Numbers from 0-255 are entered via Scanner, the bits are inverted, and then converted to a character and printed. For example, ...
0
votes
2answers
671 views

Negate Unsigned Number in Bash

I have a number (hex) and I want the one's complement of it. For example if X = 20 I want bash to perform a negation and return Y = ~X = DF. It doesn't have to be in bash, but it should use a common ...
15
votes
3answers
2k views

Quickest way to find the complement of two collections in C#

I have two collections of type ICollection; c1 and c2. I'd like to find the set of items that are in c2 that are not in c1 where the heuristic for equality is the Id property on MyType. What is the ...
0
votes
2answers
974 views

How to draw complement of a network graph?

Any function in that Graphviz which can do that? If not, any other free software that can do that?
1
vote
1answer
338 views

Finding complement date ranges?

I have two tables both of which have columns StartDate and EndDate. I'm trying to return a single resultset that contains all date ranges from one table (TableA), and all complement date ranges from ...
0
votes
1answer
465 views

C++: compute a number's complement and its number of possible mismatches

I got a bit stuck with my algorithm and I need some help to solve my problem. I think an example would explain better my problem. Assuming: d = 4 (maximum number of allowed bits in a number, ...
1
vote
7answers
2k views

why C, C++, Java does not use one complement?

I heard C, C++, Java uses two complements for binary representation. Why not use 1 complement? Is there any advantage to use 2 complement over 1 complement?
3
votes
7answers
10k views

Is two's complement notation of a positive number the same number?

Is two's complement notation of a positive number is same as its binary representation?
25
votes
4answers
17k views

How does the bitwise complement (~) operator work?

Why is it that ~2 is -3?
6
votes
4answers
3k views

K & R Question: Need help understanding “getbits()” method in Chapter 2

As I've mentioned before, I'm going through K&R, and overall am doing all right with it. However, in chapter 2, the section on bitwise operators (section 2.9), I'm having trouble understanding how ...