I used a Tree control to view some hierarchical items base on a nested (parent child) table . Every node has a NameValue format that accept either a name and value .
I\'m trying to write some code to look through an image file for groups of pixels that are the same color.
bool binsearch(string phrase, vector<string> words, int from, int to, int &test) { while (tf == \"y\") //tf is a global variable
I\'m blanking out trying to write a simple function to count the string length recursively. I can do sums, fibonacc开发者_如何学JAVAi, and factorial easy but I\'m trying to create the simplest functi
guys, recursion with grouping is not working. I am using XSLT 1.0. I need some help to figure this out. Thanks in Advance.
I\'m looking for a way (if it\'s even possible) of using an XSL transform of an XSD document to remove unused elements. This comes up a lot in my job where a company will define an XSD with absolutely
I am trying to write a function that will change between an array of images. What I have makes sense to me, but when I run it as it is below then the first image loads, then the second image loads at
My Requirement is to write a sql query to get the sub-region wise (fault)events count that occurred for the managedobjects. My database is postgres 8.4. Let me explain using the table structure.
My teacher gave us a practice assignment that deals with Linked Lists I got the code for the search and searchhelper, but I am having trouble actually initializing the search. How might I go about tha
Yesterday I posted a question about my Recursive Fibonacci program in Assembly. I\'m now getting the proper output, thanks to some help from the wonderful folks here, however immediately after the cor