theory
The recognizing power of "modern" regexes
What class of languages do real modern regexes actually recognise? Whenever there is an unbounded length capturing group with a back-reference (e.g. (.*)_\\1) a regex is now matching a non-regular la[详细]
2023-02-07 06:03 分类:问答How do streaming resources fit within the RESTful paradigm?
With a RESTful service you can create, read, update, and delete resources.This all works well when you\'re dealing with something like a database assets - but how does this translate to streaming data[详细]
2023-02-07 02:29 分类:问答Computer Science Theory: Image Similarity
So I\'m trying to run a comparison of different images and was wondering if anyone could point me in the right direction for some basic metrics I can take for the group of images.[详细]
2023-02-06 13:51 分类:问答Software design pattern videos? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 01:31 分类:问答Efficient Way to Find Pair Orderings?
Let\'s say I have three arrays a, b, and c of equal length N.The elements of each of these arrays come from a totally ordered set, but are not sorted.I also have two index variables, i and j.For all i[详细]
2023-02-05 07:39 分类:问答What is supposed to be an iteration technique?
I was asked at the coding theory course to implement a compression hash function and an iteration technique of my choice.[详细]
2023-02-05 04:01 分类:问答Floating point computer - Trouble with getting back correct results
Having trouble with a challenge. Let\'s say I have a th开发者_运维问答eoretical, base 10, floating point calculator with the following characteristics[详细]
2023-02-04 22:23 分类:问答Why don't we have a // comment in CSS? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: Why do /**/ 开发者_开发百科comments work in stylesheets but // comments don\'t?[详细]
2023-02-04 02:19 分类:问答Algorithm for finding record with most matching attributes
I\'m looking for some algorithm that for a given record with n properties with n possible values each (int, string etc) searches a number of existing records a开发者_如何学Cnd gives back the one that[详细]
2023-02-03 16:00 分类:问答Singleton behavior with multi-user requests in ASP.NET
I need to create a singleton that would hold lots of data for a specific user. However, I am not unclear as to what the behavior of that singleton is in regard to multi-user app requests.[详细]
2023-02-02 20:45 分类:问答
加载中,请稍侯......