computer-science
Syntaxless programming language [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-03 12:43 分类:问答Where did endianness come from [duplicate]
This question already has answers her开发者_Python百科e: Closed 11 years ago. Possible Duplicate: Why are both little- and big-endian in use?[详细]
2023-03-03 01:30 分类:问答Is compare computable?
Consider the procedure compare (p1, p2) where: Input: source code for procedures p1, and p2. Output: True if p1 and p2 always produce identical outputs; False otherwise[详细]
2023-03-01 15:21 分类:问答What makes an NP-hard problem not to be an NP-complete problem?
I am having confusion about NP-hard problems. Some NP-hard problems are in NP which are called NP-Complete and some are not in NP.[详细]
2023-02-24 05:10 分类:问答Control flow graph of a program
I\'m taking a compiler class right now and we\'re at the poin开发者_JAVA技巧t where we have to build a CFG in order to implement optimizations. One thing I can\'t figure out is how many CFGs are there[详细]
2023-02-22 16:46 分类:问答Micro-economics for CS students
I recently went through the article on \"Advice for Computer Science College Students\", by Joel Spolsky - http://www.joelonsoftware.com/articles/CollegeAdvice.html .[详细]
2023-02-22 06:14 分类:问答Is there a more formal term or name for a dictionary of lists?
For documentation purposes, I\'m looking for a canonical or standard name for this simple data structure. It seems like there should be one, but Google and my memory are failing me.[详细]
2023-02-20 16:04 分类:问答PDA question > need help
i have a task to construct the PDA which recognizes the language A= {a^m b^n | m > n} with ∑ = {a, b}.. i\'m a bit confused how to do it.. can you guys help me to solve thi开发者_开发知识库s question[详细]
2023-02-20 08:11 分类:问答Problem with sablecc on production rule of the form prod = (expr | expr')*
Productions program = cls*; cls = clsdef name openbrace clsdata closingbrace; clsdata = (clsfield|clsmethod)*;[详细]
2023-02-19 23:15 分类:问答"Finding all the code in a given binary is equivalent to the Halting problem." Really?
Was just reading the highly voted question regarding Emulators and the statement 开发者_如何学C[详细]
2023-02-17 04:31 分类:问答