Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: castegna
Forum: Python Aug 4th, 2009
Replies: 195
Read Me: Starting Python
Views: 86,129
Posted By castegna
My favorite part of python is regular expressios: Here is a nice example you could use:

Like creating a program that searches a database:

import re

a = re.compile("(^(?:0?[1-9]:[0-5]|1"
...
Forum: C# Aug 4th, 2009
Replies: 6
Views: 428
Posted By castegna
I will suggest declare a variable that controls your thread, when this variable has certain value you can send the thread to sleep for x seconds, and then wake it up again. What I mean with this is...
Forum: C++ Jun 5th, 2007
Replies: 2
Views: 617
Posted By castegna
I need to do a non-recursive function for count the leafs in a tree. I have the recursive algorithm, Can someone help me to figure this out!!

count leafs

int count_Lnodes(root, int cnt)
{
...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC