search for: 27s_algorithm

Displaying 3 results from an estimated 3 matches for "27s_algorithm".

2009 Sep 07
1
OT - Banker's Algorithum
Hi folks, Can R-Project be used to perform Banker's Algorithum? http://en.wikipedia.org/wiki/Banker%27s_algorithm Pointer would be appreciated.  TIA B.R. Stephen L [[alternative HTML version deleted]]
2008 Mar 05
1
connectivity measure for graph nodes
I am doing some work the Rgraphviz, a Bioconductor package, but since my question is of a more general nature, thought I would send to this list in hopes that a graph theory expert could answer my question. I wish to do some statistics on node-node relationships. In particular, I want to see if two connected nodes share a common property. I believe that the more "connected" the two
2019 Dec 03
5
CentOS 7 as a guest VM
I am experiencing an issue that my process does not wake out of a select() call when a single character is received in an input file descriptor when running as a VMware guest. Anyone ever experienced this ? I can run tshark and see the character arrive, but my process does not wake up and see that character. Most times it works - but once in a while it does not. So I made a change on my code -