programming-languages
Is there a way to QUEUE threads?
I am trying to do buffer full simulation. When my buffer gets full I need to copy it for further processing, copying is a mutually exclusive operation but further processing is not.[详细]
2023-03-21 23:29 分类:问答Simple exercice with exceptions in java
Here\'s the problem to solve: a method of a class that represents a gas network. This class manages objects of type Line that represent each single gas supply line.[详细]
2023-03-21 20:02 分类:问答How to use loaderInfo?
I want to make a loading bar but at first I need to have loading info per enter frame. This is how I do it but it seem not working. Could you teach me how to do it?[详细]
2023-03-21 19:07 分类:问答Is there any XML like programming lanuage?
Is there any XML like programming lanuage? For example this code in C: int add(int a, int b) { int result;[详细]
2023-03-21 15:15 分类:问答Trouble in dueling with loader loading the same thing twice
I have a background symbol that does the loading external jpg job, and a engine as3 that loops 2 backgrounds continuously on the screen. However, only one background can load file although they \"new\[详细]
2023-03-21 04:33 分类:问答Converting First order logic to CNF
Is there a existing implementation in C/c++/java to conver开发者_开发百科t first order logic to CNF ?It might be more efficient to use something like: Boolean Normal Form[详细]
2023-03-20 18:54 分类:问答Performance impact of realloc ()
I have a list of records, at the starting I dont know the number of records. I need to read them into array.[详细]
2023-03-20 18:34 分类:问答Which JavaScript (ECMAScript) version does Java's Rhino implementation implement (and what's the update policy?)
Which version of the ECMAScript standard does Java\'s JavaScript engine Rhino su开发者_开发百科pport, how much work is going into fixing bugs and keeping the implementation in sync with the latest sta[详细]
2023-03-20 16:44 分类:问答Parser Generator for Objective C?
I\'ve been advised to use a Parser Generator to create a parser for my domain specific language. Ideally I\'d like it to output an objective-C parser and tak开发者_运维问答e BNF input to describe th[详细]
2023-03-20 16:12 分类:问答C language: recursive #include
I came across such piece of code: a.h: #include \"b.开发者_如何学Goh\" /* structure definitions, macros etc. */[详细]
2023-03-20 10:39 分类:问答