Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have been looking for a while, but I just can\'t seem to find any implementation of the 2-Sat algorithm.
Actually I am making a major project in implementing compiler optimization techniques. I already know about the existing techniques, but I am confused what technique to choose and how to imple开发者_运
I have the following interface declaration: public interface SomeInterface { 开发者_运维问答void someMethod() throws Exception;
I\'d need an Erlang implementation of the OpenId protocol. I found the following, but it seems to be a project on开发者_StackOverflow社区 its early stage.
I am trying to implement a DateTime class in C++: class DateTime { public: DateTime(); DateTime(time_t ticks);
The question below is not really a programming question, but more of \"how can I do this\" question, implementation advice.
I am writing a simple 2d physics engine that supports circle-circle collision and i can\'t figure out how to retrofit my collision resolution method to add res开发者_运维问答titution. How is a restitu
When converting a project (in which a template method of 开发者_高级运维IComparable was used a few times) from VS 2005 to VS 2008 I\'ve got some errors:
The implementing-result-paging-in-hibernate-getting-total-number-of-rows question trigger another question for me, about some implementation concern: