Supercomputer Support Team Member - Exeter - ComputerWeekly.com

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Supercomputer Support Team Member - Exeter - ComputerWeekly.com
# 1  
Old 08-07-2007
Supercomputer Support Team Member - Exeter - ComputerWeekly.com

Supercomputer Support Team Member - Exeter
ComputerWeekly.com, UK - 24 minutes ago
To join us, you will need a degree level education in maths or computing, plus direct experience of supercomputers or Unix/Linux system administration. ...

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

Please Help with ComputerWeekly Survey, Thanks!

If you have two or three minutes to spare, can you help with this ComputerWeekly survey? They are evaluating our site, asking a few questions like how often you visit the forums, what do you like the most, what can we improve, etc. ... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
__gnu_pbds::sample_range_hashing(3)			     Library Functions Manual			       __gnu_pbds::sample_range_hashing(3)

NAME
__gnu_pbds::sample_range_hashing - SYNOPSIS
Public Types typedef std::size_t size_type Public Member Functions sample_range_hashing () sample_range_hashing (const sample_range_hashing &other) void swap (sample_range_hashing &other) Protected Member Functions void notify_resized (size_type) size_type operator() (size_type) const Detailed Description A sample range-hashing functor. Definition at line 47 of file sample_range_hashing.hpp. Member Typedef Documentation typedef std::size_t __gnu_pbds::sample_range_hashing::size_type Size type. Definition at line 51 of file sample_range_hashing.hpp. Constructor &; Destructor Documentation __gnu_pbds::sample_range_hashing::sample_range_hashing () Default constructor. __gnu_pbds::sample_range_hashing::sample_range_hashing (const sample_range_hashing &other) Copy constructor. Member Function Documentation void __gnu_pbds::sample_range_hashing::notify_resized (size_type) [protected] Notifies the policy object that the container's size has changed to argument's size. size_type __gnu_pbds::sample_range_hashing::operator() (size_type) const [inline], [protected] Transforms the __hash value hash into a ranged-hash value. void __gnu_pbds::sample_range_hashing::swap (sample_range_hashing &other) [inline] Swaps content. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 __gnu_pbds::sample_range_hashing(3)